Browse Source

销售政策(测试git提交功能)

master
Zhao Qiqi 3 years ago
parent
commit
d1461bad99
  1. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengceAdd.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengceInfo.vue

4
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengceAdd.vue

@ -178,7 +178,7 @@ export default {
this.$refs['dataForm'].clearValidate()
})
this.dialogStatus = 'add'
this.viewTitle = '【新增】销售政策管理'
this.viewTitle = '【新增】销售政策申请'
},
showEdit(sid) {
this.$nextTick(() => {
@ -186,7 +186,7 @@ export default {
})
this.temp.sid = sid
this.dialogStatus = 'edit'
this.viewTitle = '【编辑】销售政策管理'
this.viewTitle = '【编辑】销售政策申请'
console.log('编辑页面', sid)
fetchSid(sid).then((response) => {
if (response.code) {

2
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengceInfo.vue

@ -2,7 +2,7 @@
<div class="app-container">
<div>
<div class="tab-header webtop">
<div>销售政策管理详情</div>
<div>销售政策申请详情</div>
<div>
<el-button type="info" size="small" @click="handleReturn()">关闭</el-button>
</div>

Loading…
Cancel
Save