From 3a1626f16595640d0733078c4e06c8ff295d0af9 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 10 Jan 2024 16:51:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E7=AE=A1=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/EmptyPipeInStore.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/ProductManage/EmptyPipeInStore.vue b/pages/ProductManage/EmptyPipeInStore.vue index cc9d3d1..043ac42 100644 --- a/pages/ProductManage/EmptyPipeInStore.vue +++ b/pages/ProductManage/EmptyPipeInStore.vue @@ -135,7 +135,8 @@ let res = await taskQuerydevice([{product_area: this.index1, device_code: this.index2}]) let data = res.data[0] this.qty = data.qty - this._queryPaperMaterial(data.material_code) + // this._queryPaperMaterial(data.material_code) + this.index3 = data.material_code }, /** 确认 */ async _emptyConfirm () {