Commit bbbfcfb4 by nanrui

betset、cltdav禅道缺陷修改。

parent cabad5f3
...@@ -16,19 +16,21 @@ export default { ...@@ -16,19 +16,21 @@ export default {
this.$notify.error({ title: '错误', message: 'cur必输!' }); this.$notify.error({ title: '错误', message: 'cur必输!' });
return; return;
} }
this.model.bptbck.bptbckg = [];
let rtnmsg = await this.executeRule("butsea") let rtnmsg = await this.executeRule("butsea")
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data); this.updateModel(rtnmsg.data);
console.log(rtnmsg.data.ccdbatg) console.log(rtnmsg.data.ccdbatg)
//TODO 处理数据逻辑 //TODO 处理数据逻辑
this.model.bptbck.bptbckg = rtnmsg.data.ccdbatg; this.model.bptbck.bptbckg = rtnmsg.data.ccdbatg;
this.$refs.table.$refs.urls.$refs.table.toggleAllSelection();
} }
else { else {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
}, },
async handleSearchAll() { async handleSearchAll() {
let rtnmsg = await this.executeRule("search") let rtnmsg = await this.executeRule("search")
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
//TODO 列表显示数据 //TODO 列表显示数据
this.model.bptbck.bptbckg = rtnmsg.data.ccdbatg; this.model.bptbck.bptbckg = rtnmsg.data.ccdbatg;
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
v-model="model.cnybop.cnyflg" v-model="model.cnybop.cnyflg"
style="width: 100%" style="width: 100%"
placeholder="请选择是否报送跨境人民币2101表" placeholder="请选择是否报送跨境人民币2101表"
:disabled="model.bedgrp.cbs.max.cur !== 'CNY'"
> >
<el-option <el-option
v-for="item in codes.cnyflg" v-for="item in codes.cnyflg"
......
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-edit-table :model="model" v-bind="docgrd"> <c-edit-table :model="model" v-bind="docgrd" ref="table">
</c-edit-table> </c-edit-table>
</c-col> </c-col>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment