9/6 优化

20240912_adapter_z
wangwei 7 months ago
parent 13c7698c42
commit 227fa031bc

@ -434,6 +434,7 @@ export default {
// //
destroyOut(_this, row) { destroyOut(_this, row) {
_this.prescribeData = row _this.prescribeData = row
_this.prescribeData.busType = _this.$route.query.busType
_this.destroyType = 3 _this.destroyType = 3
_this.destroyOutDialogVisible = true; _this.destroyOutDialogVisible = true;
}, },

@ -191,6 +191,7 @@ export default {
} }
if (this.destroyType == 3) { if (this.destroyType == 3) {
this.prescribeData.reCount = this.prescribeData.remainCount this.prescribeData.reCount = this.prescribeData.remainCount
this.prescribeData.cpmctymc = this.prescribeData.productName
} }
} }
} }

Loading…
Cancel
Save