同步设置功能,同步至自助平台或管理系统的扫码单据只能单线选择

dev
薛宇 2 years ago
parent be608383e7
commit 5b7264f3e5

@ -824,8 +824,6 @@ export default {
changeBusTypeTotal: 0,
changeBusTypes: [],
changeBusTypeSelection: [],
InBusTypesdirect: null,
BusTypesdirect: null
};
},
methods: {
@ -937,10 +935,6 @@ export default {
if (isPut) this.checkedToInBusTypes.push(obj);
});
this.addBusToInDialogVisible = false;
this.checkedToInBusTypes.forEach((obj) => {
console.log("spms->udi:"+obj.direct)
//this.InBusTypesdirect = null
})
},
addBusType() {
@ -960,10 +954,6 @@ export default {
if (isPut) this.checkedBusTypes.push(obj);
});
this.addBusDialogVisible = false;
this.checkedBusTypes.forEach((obj) => {
console.log("udi->spms:"+obj.direct)
//this.BusTypesdirect = null
})
},
remveBus(index, row) {

Loading…
Cancel
Save