From aecea406abe453f6ef226229748b2224ae0bac74 Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Fri, 11 Nov 2022 17:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=89=87=E4=BB=94=E7=99=80?= =?UTF-8?q?=E8=AF=8A=E6=96=ADUDI=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BussinessTypeModify.vue | 68 +++++++++++++------------ src/views/inout/IOAddOrder.vue | 8 +-- 2 files changed, 39 insertions(+), 37 deletions(-) diff --git a/src/views/basic/BussinessTypeModify.vue b/src/views/basic/BussinessTypeModify.vue index 4c85732..112b8f6 100644 --- a/src/views/basic/BussinessTypeModify.vue +++ b/src/views/basic/BussinessTypeModify.vue @@ -171,36 +171,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -223,7 +223,8 @@
- 启用单据类型 + 启用单据类型 + 允许手动输入客户信息 以使用单元计量出库 @@ -256,7 +257,8 @@ 出库时必须校验预验收库存 - 是否允许无库存出库 + + 是否允许无库存出库 采集UDI码时进行三期校验 @@ -579,7 +581,7 @@ export default { , //获取单据类型 getOrderType() { - + this.orderTypeList = []; let query = { mainAction: this.inputQuery.mainAction, diff --git a/src/views/inout/IOAddOrder.vue b/src/views/inout/IOAddOrder.vue index 6e06b0c..c984f54 100644 --- a/src/views/inout/IOAddOrder.vue +++ b/src/views/inout/IOAddOrder.vue @@ -651,7 +651,7 @@ export default { code: this.formData.code.trim(), } enterCodeWeb(tQuery).then((response) => { - + if (response.code === 20000) { this.$refs.inputRef.focus(); this.$refs.inputRef.select(); @@ -927,7 +927,7 @@ export default { } getLocalJoinByUser(query) .then((response) => { - + this.busTypes = response.data.list || []; if (this.formData.action != null) { this.curAction = this.getActionItem(this.formData.action); @@ -976,7 +976,7 @@ export default { this.formData.fromCorpId = this.curAction.defaultUnit; } else if (this.curAction.corpType == 2)//客户 { - cQuery.corpType = 4; + cQuery.corpType = 1; cQuery.outType = 2; } else if (this.curAction.corpType == 0) { @@ -1217,7 +1217,7 @@ export default { } , created() { - + this.formData.code = ''; this.formData.actDate = new Date(); this.codeArray = [];