diff --git a/src/pages.json b/src/pages.json index cdcfe111..c1cf6147 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1141,14 +1141,33 @@ } }, + // { + // "path": "pages/productPutaway/record/productPutawayRecord", + // "style": { + // "navigationBarTitleText": "制品上架记录", + // "enablePullDownRefresh": false + + // } + // }, + { - "path": "pages/productPutaway/record/productPutawayRecord", + "path": "pages/productPutaway/record/fgDirectPutaway", "style": { - "navigationBarTitleText": "制品上架记录", + "navigationBarTitleText": "装配直接上架", "enablePullDownRefresh": false - + } }, + + { + "path": "pages/productPutaway/record/semiDirectPutaway", + "style": { + "navigationBarTitleText": "预生产直接上架", + "enablePullDownRefresh": false + + } + }, + { "path": "pages/productPutaway/request/putawayRequest", diff --git a/src/pages/productPutaway/record/fgDirectPutaway.vue b/src/pages/productPutaway/record/fgDirectPutaway.vue new file mode 100644 index 00000000..77b6ec31 --- /dev/null +++ b/src/pages/productPutaway/record/fgDirectPutaway.vue @@ -0,0 +1,48 @@ + + + + + \ No newline at end of file diff --git a/src/pages/productPutaway/record/productPutawayRecord.vue b/src/pages/productPutaway/record/productPutawayRecord.vue index 409d5e22..5dcdfa37 100644 --- a/src/pages/productPutaway/record/productPutawayRecord.vue +++ b/src/pages/productPutaway/record/productPutawayRecord.vue @@ -115,11 +115,11 @@ title: option.title }) this.type = option.type - if (this.type == 'predict') { - updateTitle('制品上架记录') - } else if (this.type == 'assemble') { - updateTitle('装配上架记录') - } + // if (this.type == 'predict') { + // updateTitle('制品上架记录') + // } else if (this.type == 'assemble') { + // updateTitle('装配上架记录') + // } getBusinessType(this.bussinessCode, res => { if (res.success) { @@ -264,7 +264,6 @@ setTimeout(r => { this.$refs.scanPopup.openScanPopupByBusinessType(this.businessType); }) - }, closeScanPopup() { diff --git a/src/pages/productPutaway/record/semiDirectPutaway.vue b/src/pages/productPutaway/record/semiDirectPutaway.vue new file mode 100644 index 00000000..80676802 --- /dev/null +++ b/src/pages/productPutaway/record/semiDirectPutaway.vue @@ -0,0 +1,48 @@ + + + + + \ No newline at end of file