From d84a1d05cffc117963cc940e94ef390f0f2179b4 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Mon, 7 Mar 2022 11:23:44 +0800 Subject: [PATCH] =?UTF-8?q?dam-7=20feat=20=E6=9F=A5=E8=AF=A2=E5=8A=A0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outbound/stoOutbound/DN-delivergoods.vue | 10 ++++++++ .../raw/warehouse/rowInventory/index.vue | 25 ++++++++++++++++--- src/pages/raw/warehouse/rowTransfer/index.vue | 12 ++++++++- 3 files changed, 43 insertions(+), 4 deletions(-) diff --git a/src/pages/product/outbound/stoOutbound/DN-delivergoods.vue b/src/pages/product/outbound/stoOutbound/DN-delivergoods.vue index 2f19c4d..0a1a04d 100644 --- a/src/pages/product/outbound/stoOutbound/DN-delivergoods.vue +++ b/src/pages/product/outbound/stoOutbound/DN-delivergoods.vue @@ -11,6 +11,9 @@ + + {{ $t('message.Query') }} + @@ -399,6 +402,13 @@ export default class stoOutboundDom extends BasePage { line-height: 35rpx; } } + .single-right { + button { + //margin-top: 15rpx; + width: 110rpx; + height: 70rpx; + } + } .bottom-bar { position: fixed; diff --git a/src/pages/raw/warehouse/rowInventory/index.vue b/src/pages/raw/warehouse/rowInventory/index.vue index 6fac22e..e6e084c 100644 --- a/src/pages/raw/warehouse/rowInventory/index.vue +++ b/src/pages/raw/warehouse/rowInventory/index.vue @@ -11,6 +11,9 @@ + + {{ $t('message.Query') }} + @@ -88,7 +91,10 @@ export default class rawMaterialInventory extends BasePage { //单号查询 async rawMaterialInventoryCheckRaw() { if (!this.pddNo) { - uni.showToast({ title: this.$t('message.Commission_tips1') as any }); + uni.showToast({ + icon: 'none', + title: this.$t('message.Commission_tips1') as any, + }); return; } await this.model.rawMaterialInventoryCheckRaw(this.pddNo); @@ -111,11 +117,17 @@ export default class rawMaterialInventory extends BasePage { //点击确定 async checkRawCreateInfo() { if (!this.spQty) { - uni.showToast({ title: this.$t('message.Summary_PleaseInputNumber') as any }); + uni.showToast({ + icon: 'none', + title: this.$t('message.Summary_PleaseInputNumber') as any, + }); return; } if (!this.pddNo) { - uni.showToast({ title: this.$t('message.Commission_tips1') as any }); + uni.showToast({ + icon: 'none', + title: this.$t('message.Commission_tips1') as any, + }); return; } let params = { @@ -195,6 +207,13 @@ export default class rawMaterialInventory extends BasePage { line-height: 35rpx; } } + .single-right { + button { + //margin-top: 15rpx; + width: 110rpx; + height: 70rpx; + } + } .bottom-bar { position: fixed; diff --git a/src/pages/raw/warehouse/rowTransfer/index.vue b/src/pages/raw/warehouse/rowTransfer/index.vue index 3be0513..da3c241 100644 --- a/src/pages/raw/warehouse/rowTransfer/index.vue +++ b/src/pages/raw/warehouse/rowTransfer/index.vue @@ -2,7 +2,7 @@ - + {{ $t('message.RowRelocation') }} @@ -11,6 +11,9 @@ + + {{ $t('message.Query') }} + @@ -187,6 +190,13 @@ export default class KanDanHandOver extends BasePage { line-height: 35rpx; } } + .single-right { + button { + //margin-top: 15rpx; + width: 110rpx; + height: 70rpx; + } + } .bottom-bar { position: fixed; bottom: 0;