From f6b0bcc5f15dcb99ca69937900774c9cbfd08a9a Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Thu, 11 Jul 2024 18:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=80=97=E6=9D=90=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invoicing/consumable/information.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue index fe0131c..65bdfa0 100644 --- a/src/views/invoicing/consumable/information.vue +++ b/src/views/invoicing/consumable/information.vue @@ -108,7 +108,8 @@ - + @@ -144,6 +145,9 @@ + + + @@ -321,7 +325,8 @@ export default { // surplusStock: '', conUnit: "", conWarning: "999", - shopId: localStorage.getItem("shopId") + shopId: localStorage.getItem("shopId"), + status: '' }, rules: { conCode: [ @@ -500,7 +505,6 @@ export default { // this.ruleForm.surplusStock = item.surplusStock this.ruleForm.conWarning = item.conWarning; this.ruleForm.conUnit = item.conUnit; - console.log(this.ruleForm, item); } this.dialogshow = true; }, @@ -514,7 +518,7 @@ export default { this.dialogshow = false; } else { //添加 - console.log(this.ruleForm,'调试') + console.log(this.ruleForm, '调试') await posttbConsInfo({ ...this.ruleForm });