From fc61f6eceae6b2ea9ecd82fa62fc9f4b8c6df64c Mon Sep 17 00:00:00 2001 From: hou <1601990943@qq.com> Date: Wed, 26 Jan 2022 17:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=9D=90=E6=96=99=EF=BC=88=E6=88=90?= =?UTF-8?q?=E5=93=81=EF=BC=89=E7=A7=BB=E5=BA=93=20=E6=8A=A5=E5=BA=9F=20?= =?UTF-8?q?=E9=A2=86=E7=94=A8=20=E6=8F=90=E4=BA=A4=E5=90=8E=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/warehouse/wholeCollect/index.vue | 3 ++- src/pages/product/warehouse/wholeTransfer/index.vue | 9 +++++---- src/pages/raw/warehouse/rowCollect/index.vue | 4 ++-- src/pages/raw/warehouse/rowScrap/index.vue | 6 +++--- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/pages/product/warehouse/wholeCollect/index.vue b/src/pages/product/warehouse/wholeCollect/index.vue index 562147d..dbc2022 100644 --- a/src/pages/product/warehouse/wholeCollect/index.vue +++ b/src/pages/product/warehouse/wholeCollect/index.vue @@ -176,8 +176,9 @@ export default class ProductCheckReceipt extends BasePage { } this.Some = {}; this.wl = {}; - this.form.order3 = ''; + // this.form.order3 = ''; this.form.barcode = ''; + this.query() } //查询明细 async bill() { diff --git a/src/pages/product/warehouse/wholeTransfer/index.vue b/src/pages/product/warehouse/wholeTransfer/index.vue index 719ed1e..505293c 100644 --- a/src/pages/product/warehouse/wholeTransfer/index.vue +++ b/src/pages/product/warehouse/wholeTransfer/index.vue @@ -169,11 +169,12 @@ export default class productCheckReceipt extends BasePage { await this.model.onTakeoutConfirm(orderlist); if (model.code == '1') { this.customToast(this.$t('message.Warehouse_Tip9') as string); - this.form.productCode = ''; + // this.form.productCode = ''; model.empty(); - setTimeout(() => { - this.$forceUpdate(); - }, 2000); + this.query() + // setTimeout(() => { + // this.$forceUpdate(); + // }, 2000); } }); } diff --git a/src/pages/raw/warehouse/rowCollect/index.vue b/src/pages/raw/warehouse/rowCollect/index.vue index ea61813..fb24aef 100644 --- a/src/pages/raw/warehouse/rowCollect/index.vue +++ b/src/pages/raw/warehouse/rowCollect/index.vue @@ -130,8 +130,8 @@ export default class KanDanHandOver extends BasePage { this.Some = {}; this.Some.fileNo = ' '; this.wl = {}; - this.order3 = ''; this.MaterialList = []; + this.query() } } } @@ -203,7 +203,7 @@ export default class KanDanHandOver extends BasePage { view { width: 110rpx; height: 100%; - //line-height: 100rpx; + line-height: 100rpx; } } .single-right { diff --git a/src/pages/raw/warehouse/rowScrap/index.vue b/src/pages/raw/warehouse/rowScrap/index.vue index 9fed8d8..73a23f6 100644 --- a/src/pages/raw/warehouse/rowScrap/index.vue +++ b/src/pages/raw/warehouse/rowScrap/index.vue @@ -112,7 +112,7 @@ export default class KanDanHandOver extends BasePage { //提交 async submit() { if (this.order3 === '') { - this.customToast(this.$t('message.Commission_tips1') as string); + this.customToast(this.$t('message.Commission_tips1') as string); return; } if (!this.Some) { @@ -134,8 +134,8 @@ export default class KanDanHandOver extends BasePage { this.Some = {}; this.Some.fileNo = ' '; this.wl = {}; - this.order3 = ''; this.MaterialList = []; + this.query() } } } @@ -207,7 +207,7 @@ export default class KanDanHandOver extends BasePage { view { width: 110rpx; height: 100%; - //line-height: 100rpx; + line-height: 100rpx; } } .single-right {