代码备份

dev
薛宇 2 years ago
parent 5e3900dc1c
commit 35cc8ee9a6

@ -824,6 +824,8 @@ export default {
changeBusTypeTotal: 0,
changeBusTypes: [],
changeBusTypeSelection: [],
InBusTypesdirect: null,
BusTypesdirect: null
};
},
methods: {
@ -935,6 +937,10 @@ 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() {
@ -954,6 +960,11 @@ 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) {
this.checkedBusTypes.splice(index, 1);

@ -563,7 +563,7 @@ export default {
this.subData.advanceType = this.subData.advanceType.toString();
if (this.subData.parentCode != null && this.subData.parentCode != "") {
this.isAdvanceTypeShow = true;
this.isShow = true;
this.isShow = false;
} else {
this.isAdvanceTypeShow = false;
this.isShow = true

Loading…
Cancel
Save