From 96b616e50830363f5d1be6d5ce4e875a80bc4c20 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 18 Nov 2022 09:30:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93val1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/WarehouseManage/ReturngoodsInStore.vue | 2 +- pages/WarehouseManage/ScrapInStore.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/WarehouseManage/ReturngoodsInStore.vue b/pages/WarehouseManage/ReturngoodsInStore.vue index 4c1a60a..5d36506 100644 --- a/pages/WarehouseManage/ReturngoodsInStore.vue +++ b/pages/WarehouseManage/ReturngoodsInStore.vue @@ -112,7 +112,7 @@ return } try { - let res = await stConfirm(this.dataList, this.val2, '3', this.isV, this.val3) + let res = await stConfirm(this.dataList, this.val2, '3', this.isV, this.val3, this.val1) this.disabled = false this._boxQuery(this.val1) uni.showToast({ diff --git a/pages/WarehouseManage/ScrapInStore.vue b/pages/WarehouseManage/ScrapInStore.vue index e3bebea..c94386d 100644 --- a/pages/WarehouseManage/ScrapInStore.vue +++ b/pages/WarehouseManage/ScrapInStore.vue @@ -105,7 +105,7 @@ return } try { - let res = await stConfirm(this.dataList, this.val2, '1', this.isV) + let res = await stConfirm(this.dataList, this.val2, '1', this.isV, '', this.val1) this.disabled = false this._boxQuery(this.val1) uni.showToast({