diff --git a/api/request2.js b/api/request2.js index 00653601..f1143e82 100644 --- a/api/request2.js +++ b/api/request2.js @@ -1720,6 +1720,8 @@ export function productPutawayJobSubmit(params) { }); } + + /** diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue index 393053e6..7ac5883d 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 @@ -162,7 +168,8 @@ }, confirm(qty) { - this.editItem.qty = qty; + // this.editItem.qty = qty; + this.editItem.handleQty = qty; this.$emit('updateData') } } diff --git a/pages.json b/pages.json index c058f1f2..207b2b99 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/deliver/coms/comDeliverRequestCreator.vue b/pages/deliver/coms/comDeliverRequestCreator.vue index 3fa70302..5f75ab38 100644 --- a/pages/deliver/coms/comDeliverRequestCreator.vue +++ b/pages/deliver/coms/comDeliverRequestCreator.vue @@ -1,61 +1,33 @@ - \ No newline at end of file + 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..18a8cc44 --- /dev/null +++ b/pages/putaway/request/putawayRequestCreate.vue @@ -0,0 +1,429 @@ + + + + + diff --git a/static/config.json b/static/config.json index 3f6576ad..5ff11180 100644 --- a/static/config.json +++ b/static/config.json @@ -18,7 +18,7 @@ "request_url": { "name": "request_url", - "value": "http://dev.ccwin-in.com:25100/api/admin-api", + "value": "http://192.168.0.230:12080/admin-api", "dev2": "http://192.168.0.157:12080/admin-api", "chefang": "http://192.168.0.176:12080/admin-api", "chenxinming": "http://192.168.0.230:12080/admin-api",