diff --git a/src/pages.json b/src/pages.json index 33a6771c..de431de2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -458,6 +458,45 @@ "enablePullDownRefresh": false } }, + + { + "path": "pages/putaway/job/quantityPutawayJob", + "style": { + "navigationBarTitleText": "采购上架(批量)", + "enablePullDownRefresh": false, + "titleNView": { + // "autoBackButton": "true", + "buttons": [ + // 右边按钮 + { + + "float": "right", + "fontSize": "58rpx", //按钮上文字的大小 + "text": "\ue696", + "fontSrc": "/static/ali_icon/iconfont.ttf" + + }, + { + + "float": "right", + "fontSize": "52rpx", //按钮上文字的大小 + "text": "\ue6e2", + "fontSrc": "/static/ali_icon/iconfont.ttf" + } + ] + } + } + }, + + { + "path": "pages/putaway/job/quantityPutawayJobDetail", + "style": { + "navigationBarTitleText": "采购上架(批量)详情", + "enablePullDownRefresh": false + } + }, + + { "path": "pages/putaway/record/putawayRecord", "style": { diff --git a/src/pages/putaway/job/quantityPutawayJob.vue b/src/pages/putaway/job/quantityPutawayJob.vue new file mode 100644 index 00000000..9c903838 --- /dev/null +++ b/src/pages/putaway/job/quantityPutawayJob.vue @@ -0,0 +1,431 @@ + + + + + \ No newline at end of file diff --git a/src/pages/putaway/job/quantityPutawayJobDetail.vue b/src/pages/putaway/job/quantityPutawayJobDetail.vue new file mode 100644 index 00000000..80540675 --- /dev/null +++ b/src/pages/putaway/job/quantityPutawayJobDetail.vue @@ -0,0 +1,604 @@ + + + + + \ No newline at end of file