| | |
| | | break; |
| | | default: |
| | | log.info("未知的单据类型:{}", param); |
| | | mappingPakOutOrderParam(param, param.getPakin() == 1 ? true : false, param.get操作单据()); |
| | | mappingPakOutOrderParam(param, param.getPakin() == 1 ? true : false, param.get操作单据()); |
| | | break; |
| | | } |
| | | |
| | |
| | | break; |
| | | default: |
| | | log.info("未知的单据类型:{}", param); |
| | | mappingPakOutOrderParam(param, param.getPakin() == 1 ? true : false, param.get操作单据()); |
| | | mappingPakOutOrderParam(param, param.getPakin() == 1 ? true : false, param.get操作单据()); |
| | | break; |
| | | } |
| | | |
| | |
| | | //orderDetl.setiQuantity(childInfo.getIQuantity()); |
| | | orderDetl.setCsocode(param.getCsocode()); |
| | | //orderDetl.setbFree1(childInfo.getBFree1()); |
| | | orderDetl.setId(childInfo.getIds()); |
| | | orderDetl.setId(Cools.isEmpty(childInfo.getIPOsID()) ? childInfo.getId() : childInfo.getIPOsID()); |
| | | orderDetl.setIvouchrowno(childInfo.getIvouchrowno()); |
| | | |
| | | |
| | |
| | | //自由项 |
| | | od.setBatch(Cools.isEmpty(odParam.getBatch()) ? "" : odParam.getBatch() + "__" + (Cools.isEmpty(odParam.getBFree1()) ? "" : odParam.getBFree1())); |
| | | //IDs |
| | | od.setSku(odParam.getIPOsID()); |
| | | od.setSku(odParam.getId()); |
| | | |
| | | od.setLength(odParam.getINum()); |
| | | |
| | |
| | | cellMinWidth: 100, |
| | | cols: [[ |
| | | {type: 'numbers'}, |
| | | {field: 'matnr', title: '商品编码', width: 160}, |
| | | {field: 'maktx', title: '商品名称', width: 160}, |
| | | {field: 'matnr', title: '商品编码', width: 140}, |
| | | {field: 'maktx', title: '商品名称', width: 150}, |
| | | //{field: 'batch', title: '批号'}, |
| | | {field: 'anfme', title: '数量'}, |
| | | {field: 'qty', title: '作业数量', style: 'font-weight: bold'}, |
| | |
| | | {field: 'deadTime', title: '自由项'}, |
| | | {field: 'processSts$', title: '工序'}, |
| | | {field: 'specs', title: '规格'}, |
| | | {field: 'reportQty', title: '上报数量'}, |
| | | //{field: 'itemNum', title: '行唯一标识'} |
| | | ]], |
| | | request: { |
| | |
| | | <script type="text/javascript" src="../../static/js/echarts/echarts.min.js" charset="utf-8"></script> |
| | | <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script> |
| | | <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> |
| | | <script type="text/javascript" src="../../static/js/order/order.js?v=1" charset="utf-8"></script> |
| | | <script type="text/javascript" src="../../static/js/order/order.js?v=2" charset="utf-8"></script> |
| | | |
| | | <script type="text/template" id="docTypeTpl"> |
| | | <option value="">选择类型</option> |