diff --git a/src/views/collect/IoCreateOrder.vue b/src/views/collect/IoCreateOrder.vue index 95ff81c7..ea7fcfec 100644 --- a/src/views/collect/IoCreateOrder.vue +++ b/src/views/collect/IoCreateOrder.vue @@ -1166,16 +1166,15 @@ export default { } // this.loading = true; - this.warnResult = ""; - this.errResult = ""; - this.result = ""; + // this.warnResult = ""; + // this.errResult = ""; + // this.result = ""; this.warnVisible = false; this.errVisible = false; this.checkSuccess = true; if (this.getDMHotskeyValue(this.scanCode)) return - this.codeFormData.code = this.scanCode.trim(); if (this.codeFormData.code.includes(";")) { const codeArray = this.codeFormData.code.split(";"); let params = { @@ -1184,8 +1183,6 @@ export default { this.batchVailCode(params) return; } - - let tQuery = Object.assign( JSON.parse(JSON.stringify(this.orderFormData)) ); @@ -1337,9 +1334,9 @@ export default { }, refreshCodesPanel() { - this.warnResult = ""; - this.errResult = ""; - this.result = ""; + // this.warnResult = ""; + // this.errResult = ""; + // this.result = ""; this.warnVisible = false; this.errVisible = false; diff --git a/src/views/collect/selectCollectOrderDialog.vue b/src/views/collect/selectCollectOrderDialog.vue index 2fa7a8a7..50fba3ba 100644 --- a/src/views/collect/selectCollectOrderDialog.vue +++ b/src/views/collect/selectCollectOrderDialog.vue @@ -742,7 +742,7 @@ export default { _this.loading = false; _this.options.findWorkPlace = response.data || []; if (_this.options.findWorkPlace.length == 1) { - _this.filterQuery.workPlaceCode = _this.options.findWorkPlace[0].code; + // _this.filterQuery.workPlaceCode = _this.options.findWorkPlace[0].code; } }) .catch(() => { @@ -780,7 +780,7 @@ export default { created() { if (this.$route.query.workplaceId != null) { this.isLinkDisabled = true - this.filterQuery.workPlaceCode = this.$route.query.workplaceId + // this.filterQuery.workPlaceCode = this.$route.query.workplaceId } this.findWorkPlace(this, ""); getHead("prescribeSelect", "1").then((re) => {