From 11262cd6ea5a79426e9b37533c404d51b93b8654 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sat, 25 Feb 2023 16:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/WarehouseManage/InStoreConfirm.vue | 7 +++++-- pages/WarehouseManage/InStoreSplit.vue | 7 +++++-- pages/WarehouseManage/ReturngoodsInStore.vue | 5 ++++- pages/WarehouseManage/ScrapInStore.vue | 5 ++++- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/pages/WarehouseManage/InStoreConfirm.vue b/pages/WarehouseManage/InStoreConfirm.vue index 9d7c72c..e3f1fda 100644 --- a/pages/WarehouseManage/InStoreConfirm.vue +++ b/pages/WarehouseManage/InStoreConfirm.vue @@ -110,7 +110,10 @@ try { let res = await stConfirm(this.dataList, this.val2, '2', this.isV, '', this.val1) this.disabled = false - this._boxQuery(this.val1) + // this._boxQuery(this.val1) + this.val1 = '' + this.val2 = '' + this.isV = '0' uni.showToast({ title: res.message, icon: 'none' @@ -129,7 +132,7 @@ try { let res = await stPrint(this.dataList) this.disabled1 = false - this._boxQuery() + this._boxQuery(this.val1) uni.showToast({ title: res.message, icon: 'none' diff --git a/pages/WarehouseManage/InStoreSplit.vue b/pages/WarehouseManage/InStoreSplit.vue index 3b67e04..d02bd9f 100644 --- a/pages/WarehouseManage/InStoreSplit.vue +++ b/pages/WarehouseManage/InStoreSplit.vue @@ -110,7 +110,10 @@ try { let res = await stConfirm(this.dataList, this.val2, '4', this.isV, '', this.val1) this.disabled = false - this._boxQuery(this.val1) + // this._boxQuery(this.val1) + this.val1 = '' + this.val2 = '' + this.isV = '0' uni.showToast({ title: res.message, icon: 'none' @@ -129,7 +132,7 @@ try { let res = await stPrint(this.dataList) this.disabled1 = false - this._boxQuery() + this._boxQuery(this.val1) uni.showToast({ title: res.message, icon: 'none' diff --git a/pages/WarehouseManage/ReturngoodsInStore.vue b/pages/WarehouseManage/ReturngoodsInStore.vue index 04741d0..1e4a195 100644 --- a/pages/WarehouseManage/ReturngoodsInStore.vue +++ b/pages/WarehouseManage/ReturngoodsInStore.vue @@ -115,7 +115,10 @@ try { let res = await stConfirm(this.dataList, this.val2, '3', this.isV, this.val3, this.val1) this.disabled = false - this._boxQuery(this.val1) + // this._boxQuery(this.val1) + this.val1 = '' + this.val2 = '' + this.isV = '0' uni.showToast({ title: res.message, icon: 'none' diff --git a/pages/WarehouseManage/ScrapInStore.vue b/pages/WarehouseManage/ScrapInStore.vue index cdde1ef..6ec30f3 100644 --- a/pages/WarehouseManage/ScrapInStore.vue +++ b/pages/WarehouseManage/ScrapInStore.vue @@ -108,7 +108,10 @@ try { let res = await stConfirm(this.dataList, this.val2, '1', this.isV, '', this.val1) this.disabled = false - this._boxQuery(this.val1) + // this._boxQuery(this.val1) + this.val1 = '' + this.val2 = '' + this.isV = '0' uni.showToast({ title: res.message, icon: 'none'