|
|
|
@ -388,7 +388,7 @@
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
@ -1455,7 +1455,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 +1466,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);
|
|
|
|
@ -1557,7 +1557,7 @@ export default {
|
|
|
|
|
this.getBussinessType(1,action);
|
|
|
|
|
},
|
|
|
|
|
selsectBussinessType(row){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if(row==null || row==undefined){
|
|
|
|
|
// this.$message.info("请先选择分库!");
|
|
|
|
|
// return;
|
|
|
|
@ -1600,12 +1600,12 @@ export default {
|
|
|
|
|
this.busTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
this.selectWhouseBussinessType();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
});
|
|
|
|
|