From 52fa7ba6c0159dc6a61f12a594a56418d3e44e24 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Fri, 29 Dec 2023 10:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8E=9F=E6=96=99=E4=B8=8A?= =?UTF-8?q?=E6=9E=B6=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycomponents/record/recordComDetailCard.vue | 8 +- pages.json | 30 +- pages/putaway/request/putawayRequest.vue | 6 +- .../putaway/request/putawayRequestCreate.vue | 428 ++++++++++++++++++ 4 files changed, 458 insertions(+), 14 deletions(-) create mode 100644 pages/putaway/request/putawayRequestCreate.vue diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue index 393053e6..0915b950 100644 --- a/mycomponents/record/recordComDetailCard.vue +++ b/mycomponents/record/recordComDetailCard.vue @@ -16,7 +16,8 @@ + :isShowPack="true" :isShowFromLocation="isShowFromLocation" :isShowToLocation="isShowToLocation"> + @@ -78,6 +79,11 @@ default: true }, + isShowToLocation: { + type: Boolean, + default: true + }, + isShowItemQty: { type: Boolean, default: true diff --git a/pages.json b/pages.json index c058f1f2..b51d902d 100644 --- a/pages.json +++ b/pages.json @@ -18,8 +18,8 @@ "titleNView": { // "autoBackButton": "true", "buttons": [ - - + + ] } } @@ -43,11 +43,11 @@ "titleNView": { // "autoBackButton": "true", "buttons": [ - - + + ] } - + } }, { @@ -158,8 +158,8 @@ // } } }, - - + + { "path": "pages/purchaseReceipt/job/receiptJob", "style": { @@ -315,7 +315,13 @@ "enablePullDownRefresh": false } }, - + { + "path": "pages/putaway/request/putawayRequestCreate", + "style": { + "navigationBarTitleText": "新增原料上架申请", + "enablePullDownRefresh": false + } + }, { "path": "pages/productionReceipt/job/productionReceiptJob", "style": { @@ -1209,7 +1215,7 @@ "style": { "navigationBarTitleText": "制品上架申请创建", "enablePullDownRefresh": false - + } }, @@ -1666,7 +1672,7 @@ "enablePullDownRefresh": false } }, - + { "path": "pages/container/record/containerBindRecord", "style": { @@ -1710,8 +1716,8 @@ "titleNView": { // "autoBackButton": "true", "buttons": [ - - + + ] } } diff --git a/pages/putaway/request/putawayRequest.vue b/pages/putaway/request/putawayRequest.vue index 37a8a6a1..3e88b1bb 100644 --- a/pages/putaway/request/putawayRequest.vue +++ b/pages/putaway/request/putawayRequest.vue @@ -193,8 +193,12 @@ openScanDetailPopup() { uni.navigateTo({ - url: "../record/putawayRecord?fromType=" + this.fromType + url: "../request/putawayRequestCreate" }) + + // uni.navigateTo({ + // url: "../record/putawayRecord?fromType=" + this.fromType + // }) }, diff --git a/pages/putaway/request/putawayRequestCreate.vue b/pages/putaway/request/putawayRequestCreate.vue new file mode 100644 index 00000000..bce7f73d --- /dev/null +++ b/pages/putaway/request/putawayRequestCreate.vue @@ -0,0 +1,428 @@ + + + + +