From 0ae7fbb32dc7997d48c2b2ede3a200a1ad19aa89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Fri, 28 Jun 2024 10:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoicing/consumable/information.vue | 12 +++--- .../invoicing/consumable/specifications.vue | 37 +++++++++++++++---- 2 files changed, 36 insertions(+), 13 deletions(-) diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue index 30dfaca..5fefb23 100644 --- a/src/views/invoicing/consumable/information.vue +++ b/src/views/invoicing/consumable/information.vue @@ -105,9 +105,9 @@ 去选择 - + 取 消 确 定 @@ -248,7 +248,7 @@ export default { conCode: '', conName: '', conTypeId: '', - surplusStock: '', + // surplusStock: '', conUnit: '', shopId: localStorage.getItem('shopId'), }, @@ -406,7 +406,7 @@ export default { this.ruleForm.conTypeId = item.conTypeId this.ruleForm.conCode = item.conCode this.ruleForm.conName = item.conName - this.ruleForm.surplusStock = item.surplusStock + // this.ruleForm.surplusStock = item.surplusStock this.ruleForm.conUnit = item.conUnit console.log(this.ruleForm, item) } @@ -421,7 +421,7 @@ export default { conCode: this.ruleForm.conCode, conName: this.ruleForm.conName, conTypeId: this.ruleForm.conTypeId, - surplusStock: this.ruleForm.surplusStock, + // surplusStock: this.ruleForm.surplusStock, conUnit: this.ruleForm.conUnit, shopId: this.ruleForm.shopId }) @@ -431,7 +431,7 @@ export default { conCode: this.ruleForm.conCode, conName: this.ruleForm.conName, conTypeId: this.ruleForm.conTypeId, - surplusStock: this.ruleForm.surplusStock, + // surplusStock: this.ruleForm.surplusStock, conUnit: this.ruleForm.conUnit, shopId: this.ruleForm.shopId }) diff --git a/src/views/invoicing/consumable/specifications.vue b/src/views/invoicing/consumable/specifications.vue index 4f0d552..886bb03 100644 --- a/src/views/invoicing/consumable/specifications.vue +++ b/src/views/invoicing/consumable/specifications.vue @@ -92,8 +92,11 @@ 去选择耗材信息 - + + + 取 消 @@ -102,10 +105,13 @@ - + + + + 取 消 确 定 @@ -136,7 +142,7 @@ - +