| 选择 | +木箱号 | +木箱料号 | +木箱描述 | +最大子卷数 | +木箱长度 | +木箱宽度 | +木箱高度 | +载具类型 | +木箱重量 | +仓位 | +
|---|---|---|---|---|---|---|---|---|---|---|
| | +{{e.box_no}} | +{{e.material_code}} | +{{e.material_name}} | +{{e.num}} | +{{e.box_length}} | +{{e.box_width}} | +{{e.box_high}} | +{{e.vehicle_type}} | +{{e.box_weight}} | +{{e.struct_code}} | +
request({ left_spec: lk, right_spec: rk } -}) \ No newline at end of file +}) +/** + * 空木箱出库(二期空木箱出库) + */ +export const twoQueryBoxIvt = (no) => request({ + url:'api/twoPda/st/queryBoxIvt', + data: { + box_no: no + } +}) +export const twoBoxOut = (data) => request({ + url:'api/twoPda/st/boxOut', + data: { + data: data + } +}) diff --git a/utils/mork2.js b/utils/mork2.js index 42d4a3b..42d1262 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -113,47 +113,15 @@ export const allAuthority = () => { ]}, {menu_id: '8', path: 'RF13', title: '立库库存', sonTree: [ {menu_id: '1', title: '空木箱库存', path: '/pages/SecondPhase/lvt/EmptyBox'} + ]}, + {menu_id: '9', path: 'RF14', title: '空木箱出库', sonTree: [ + {menu_id: '1', title: '空木箱出库', path: '/pages/SecondPhase/EmptyBoxOutStore'} ]} ] } }} return res } -export const authority = () => { - let res = { - code: '1', - result: { - rf_menu0: { - sonTree: [ - {title: '生产管理',sonTree: [{title: '生箔生产进度'},{title: '生箔工序'},{title: '烘烤工序'},{title: '人工烘烤'}]}, - {title: '半成品管理',sonTree: [{title: '半成品入库'},{title: '半成品出库'}]}, - {title: '分切管理',sonTree: [{title: '分切上料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'}]}, - {title: '点位管理',sonTree: [{title: '点位管理'},{title: '异常出库解锁'}]}, - {title: '纸管/FRP管管理', sonTree: [{title: '空管入库'},{title: '空管出库'}]}, - {title: '成品管理',sonTree: [{title: '生产入库'},{title: '退货入库'},{title: '报废入库'},{title: '拆分入库'},{title: '生产区发货'},{title: '虚拟区发货'},{title: '贴标捆扎'}]}, - {title: '在库管理', sonTree: [{title: '盘点管理'}]}, - {title: '载具管理', sonTree: [{title: '空载具入库'},{title: '空载具出库'}]}, - {title: '打印管理', sonTree: [{title: '客户标签打印'}]}, - {title: '调度管理', sonTree: [{title: '任务管理'},{title: 'RGV状态查询'}]} - ] - }, - rf_menu1: { - sonTree: [ - {title: '载具入库',sonTree: [{title: '空载具入库'}]}, - {title: '空木箱入库',sonTree: [{title: '空木箱入库'}]}, - {title: '发货区',sonTree: [{title: '发货区解绑'}]}, - {title: '生产管理',sonTree: [{title: '生箔生产进度'},{title: '生箔工序'},{title: '烘烤工序'},{title: '表处工序'},{title: '人工烘烤'},{title: '子卷质检'}, {title: '子卷装箱'}, {title: '标签打印'}]}, - {title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}, {title: '备货区管理'}, {title: 'AGV放行'}, {title: '子卷重量维护'}, {title: '分切上轴'}]}, - {title: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'},{title: '人工放行'}]}, - {title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]}, - {title: '立库库存', sonTree: [{title: '空木箱库存'}]} - ] - } - } - } - return res -} - export const twoPdaIvtQuery = (no, code) => { let res = { data: [{bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '3', bill_status: 'ljdjldj'}, {bill_code: '4'}, {bill_code: '5', bill_status: 'ljdjldj'}, {bill_code: '6'}, {bill_code: '7', bill_status: 'ljdjldj'}, {bill_code: '8'}, {bill_code: '9', bill_status: 'ljdjldj'}, {bill_code: '12', confirm_time: '2020-10-20'}] @@ -287,4 +255,11 @@ export const paperQueryPaperMaterial = () => { }] } return res +} +export const twoQueryBoxIvt = (code) => { + let res = { + msg: 'ok', + data: [{box_no: '100010000a' + code}] + } + return res } \ No newline at end of file