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({