|
@@ -261,7 +261,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 提示 -->
|
|
|
- <el-dialog title="提示" :visible.sync="dialogVisible" width="30%">
|
|
|
+ <el-dialog title="提示" append-to-body :visible.sync="dialogVisible" width="30%">
|
|
|
<ul class="ulStyle" v-for="(v, i) in messageList" :key="i">
|
|
|
<li>{{ v }},现金钱包余额不足,请确认是否继续提交此单据</li>
|
|
|
</ul>
|
|
@@ -399,8 +399,7 @@ export default {
|
|
|
const res = await getFinanceOtherReceList({ pageSize: 1, pageNum: 1 })
|
|
|
await getFinanceOtherReceApply({ id: res.data.records[0].id })
|
|
|
this.$message.success('提审成功')
|
|
|
- this.$emit('updateList')
|
|
|
- this.$parent.showPage = 1
|
|
|
+ this.goBack()
|
|
|
this.resetFn()
|
|
|
},
|
|
|
// // 不含税金额改变事件
|
|
@@ -496,8 +495,8 @@ export default {
|
|
|
const res = await getFinanceOtherReceList({ pageSize: 1, pageNum: 1 })
|
|
|
await getFinanceOtherReceApply({ id: res.data.records[0].id })
|
|
|
this.$message.success('提审成功')
|
|
|
- this.goBack()
|
|
|
this.resetFn()
|
|
|
+ this.goBack()
|
|
|
}
|
|
|
},
|
|
|
//选择经销商名称事件
|