Commit bbbfcfb4 by nanrui

betset、cltdav禅道缺陷修改。

parent cabad5f3
......@@ -16,19 +16,21 @@ export default {
this.$notify.error({ title: '错误', message: 'cur必输!' });
return;
}
this.model.bptbck.bptbckg = [];
let rtnmsg = await this.executeRule("butsea")
if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data);
console.log(rtnmsg.data.ccdbatg)
//TODO 处理数据逻辑
this.model.bptbck.bptbckg = rtnmsg.data.ccdbatg;
this.$refs.table.$refs.urls.$refs.table.toggleAllSelection();
}
else {
this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
},
async handleSearchAll() {
let rtnmsg = await this.executeRule("search")
let rtnmsg = await this.executeRule("search")
if (rtnmsg.respCode == SUCCESS) {
//TODO 列表显示数据
this.model.bptbck.bptbckg = rtnmsg.data.ccdbatg;
......
......@@ -8,6 +8,7 @@
v-model="model.cnybop.cnyflg"
style="width: 100%"
placeholder="请选择是否报送跨境人民币2101表"
:disabled="model.bedgrp.cbs.max.cur !== 'CNY'"
>
<el-option
v-for="item in codes.cnyflg"
......
......@@ -171,7 +171,7 @@
</c-col>
<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-col>
</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