diff --git a/pages.json b/pages.json index 236a866..c425bb6 100644 --- a/pages.json +++ b/pages.json @@ -447,6 +447,14 @@ } } + ,{ + "path" : "pages/SecondPhase/finished/BoxWeight", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/finished/BoxWeight.vue b/pages/SecondPhase/finished/BoxWeight.vue new file mode 100644 index 0000000..bbe6983 --- /dev/null +++ b/pages/SecondPhase/finished/BoxWeight.vue @@ -0,0 +1,93 @@ + + + diff --git a/utils/getData3.js b/utils/getData3.js index 50d4bed..32d5c91 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -175,4 +175,15 @@ export const sendSubVolumeToNBJ = (code) => request({ export const toCleanCutCacheInventory = (code) => request({ url:'api/pda/slitter/toCleanCutCacheInventory', data: {point_code: code} +}) +/** + * 木箱称重 + */ +export const boxinfogetBoxInfo = (code) => request({ + url:'api/boxinfogetBoxInfo', + data: {box_no: code} +}) +export const saveBoxInfo = (code, weight) => request({ + url:'api/boxinfo/saveBoxInfo', + data: {box_no: code, box_weight: weight} }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index f4e511f..be11d2a 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -91,7 +91,8 @@ export const authority = () => { ]}, {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'} + {menu_id: '2', title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'}, + {menu_id: '2', title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'} ]} ] }