|
|
|
@ -388,7 +388,7 @@
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
@ -899,6 +899,7 @@ export default {
|
|
|
|
|
thirdQuery: {
|
|
|
|
|
key: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
status: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
thirdSysFk: "thirdId",
|
|
|
|
|
},
|
|
|
|
@ -1455,7 +1456,7 @@ export default {
|
|
|
|
|
var action=obj.toString();
|
|
|
|
|
this.bussinessTypeQuery.ids=action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.bussinessTypeQuery.code=this.busQuery.code;
|
|
|
|
|
getJoinBussinessType(this.bussinessTypeQuery).then((res) => {
|
|
|
|
|
this.selectBussinessTypeList = [];
|
|
|
|
@ -1466,7 +1467,7 @@ export default {
|
|
|
|
|
if (that.$refs.typeList) {
|
|
|
|
|
that.$refs.typeList.clearSelection();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that.bussinessTypeList.forEach(row => {
|
|
|
|
|
if (row.checkSelect==true) {
|
|
|
|
|
that.$refs.typeList.toggleRowSelection(row, true);
|
|
|
|
@ -1558,7 +1559,7 @@ export default {
|
|
|
|
|
this.getBussinessType(1,action);
|
|
|
|
|
},
|
|
|
|
|
selsectBussinessType(row){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if(row==null || row==undefined){
|
|
|
|
|
// this.$message.info("请先选择分库!");
|
|
|
|
|
// return;
|
|
|
|
@ -1601,12 +1602,12 @@ export default {
|
|
|
|
|
this.busTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
this.selectWhouseBussinessType();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
});
|
|
|
|
|