diff --git a/pages.json b/pages.json index e139858..f071d90 100644 --- a/pages.json +++ b/pages.json @@ -383,6 +383,22 @@ } } + ,{ + "path" : "pages/SecondPhase/finished/ReturnToStore", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/SecondPhase/finished/abnorToStore", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/finished/ReturnToStore.vue b/pages/SecondPhase/finished/ReturnToStore.vue new file mode 100644 index 0000000..95ede80 --- /dev/null +++ b/pages/SecondPhase/finished/ReturnToStore.vue @@ -0,0 +1,71 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 419059f..8629779 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -98,4 +98,14 @@ export const createOrder = (code, name) => request({ point_code: code, container_name: name } +}) +/** + * 二期退货入库 + */ +export const twoPdaReturnIn = (no, pcode) => request({ + url:'api/twoPda/vehicle/returnIn', + data: { + box_no: no, + point_code: pcode + } }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index b6e6ca2..44bda79 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -83,6 +83,10 @@ export const authority = () => { {menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'}, {menu_id: '2', title: '异常出库解锁', path: '/pages/SecondPhase/point/ErrorOutUnlock'} ]}, + {menu_id: '7', path: 'RF06', title: '成品入库', sonTree: [ + {menu_id: '1', title: '退货入库', path: '/pages/SecondPhase/finished/ReturnToStore'}, + {menu_id: '2', title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'} + ]} ] } }}