From 0220ddc8989a15ed5638d1b4bccf4ca119624612 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期二, 12 十二月 2023 10:49:07 +0800 Subject: [PATCH] modified: src/views/common/part.vue modified: src/views/technology/completeproductstructure/index.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/routing/index.vue modified: src/views/technology/structure/index.vue --- src/views/warehouse/changestock/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/warehouse/changestock/index.vue b/src/views/warehouse/changestock/index.vue index 55d21d8..29b448d 100644 --- a/src/views/warehouse/changestock/index.vue +++ b/src/views/warehouse/changestock/index.vue @@ -543,7 +543,6 @@ for (let i = 0; i < this.dataForm.dataList.length; i++) { this.dataForm.dataList[i].synIfs = true } - console.log(this.dataForm.dataList) checkWdr(this.dataForm.dataList).then((res1) => { addStockNumber(this.dataForm.dataList).then((res) => { this.$message.success('鍏ュ簱鎴愬姛') -- Gitblit v1.9.3