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 {