修改往来信息bug

prod
郑明梁 2 years ago
parent 92b538a53c
commit 062e663bec

@ -35,7 +35,7 @@
:on-success="handleChange"
:file-list="fileList"
>
<el-button icon="el-icon-upload2" size="mini" type="primary">导入往来单位信息</el-button>
<el-button icon="el-icon-upload2" type="primary">导入往来单位信息</el-button>
</el-upload>
</el-button-group>
</div>

@ -121,7 +121,7 @@ export default {
combineQuery: {
thirdSys: "",
key: null,
erpUnitsResponse: [],
basicErpUnitsResponse: [],
},
total: 0,
erpTotal: 0,
@ -211,7 +211,7 @@ export default {
console.log(val);
this.combineQuery.thirdSys = this.thirdSysFk;
this.combineQuery.key = this.corpData.id;
this.combineQuery.erpUnitsResponse = val;
this.combineQuery.basicErpUnitsResponse = val;
},
combine() {
@ -219,7 +219,7 @@ export default {
this.$message.warning("未选择往来单位!");
return;
}
if (this.combineQuery.erpUnitsResponse.checked == true) {
if (this.combineQuery.basicErpUnitsResponse.checked == true) {
this.$message.warning("该往来单位已被关联,不能重复选入!");
return;
}

@ -51,7 +51,7 @@
:on-success="handleChange"
:file-list="fileList"
>
<el-button size="mini" icon="el-icon-bottom-right" type="primary">导入往来单位</el-button>
<el-button icon="el-icon-bottom-right" type="primary">导入往来单位</el-button>
</el-upload>
<el-button type="primary" icon="el-icon-download" @click="jumpDl"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==1">模板下载

Loading…
Cancel
Save