| | |
| | | //原生成条码方法(送货单默认) |
| | | var mainUrl = "GetHBarCodeShowBillMain"; //表头数据加载ajax |
| | | var subUrl = "GetHBarCodeShowBillSub";//表体数据加载ajax h_v_SRM_POInStockBillSub_ForWeb2 |
| | | var saveBarCode = "GetBarcodeSaveBillBox";//条码生成保存方法ajax |
| | | var saveBarCode = "GetBarcodeSaveBillOnlyInnerBox";//条码生成保存方法ajax |
| | | var openTmpListType = "HBarCodePrint"; //条码打印按钮 弹出界面 |
| | | //采购订单条码生成规则 |
| | | if (type == 'SRM_POOrderBillList') { |
| | |
| | | layer.msg(data.Message, { icon: 1 }); |
| | | element.tabDelete('tabDemo', '2'); //删除 |
| | | element.tabDelete('tabDemo', '3'); //删除 |
| | | /* |
| | | element.tabAdd('tabDemo', { |
| | | title: '外箱条码' |
| | | , content: '<table class="layui-hide" id="subTable" lay-filter="subTable"></table>' //支持传入(html代码)不持支直接传入html页面 |
| | |
| | | layer.closeAll("loading"); |
| | | } |
| | | }); |
| | | */ |
| | | element.tabAdd('tabDemo', { |
| | | title: '内箱条码' |
| | | , content: '<table class="layui-hide" id="subTable2" lay-filter="subTable2"></table>' //支持传入(html代码)不持支直接传入html页面 |
| | |
| | | , { field: 'FMinPackCount', title: '最小包装数', width: 100 } |
| | | , { field: 'HMinQty', title: '内箱包装数', width: 100, edit: 'text' } |
| | | , { field: 'HBQty', title: '内箱数', width: 100 } |
| | | , { field: 'HWXQty', title: '外箱包装数', width: 100, edit: 'text' } |
| | | , { field: 'HWBQty', title: '外箱数', width: 100 } |
| | | , { field: 'HWXQty', title: '外箱包装数', width: 100,hide: true } |
| | | , { field: 'HWBQty', title: '外箱数', width: 100,hide: true } |
| | | , { field: 'HPrice', title: '单价', width: 100, hide: true } |
| | | , { field: 'HMoney', title: '金额', width: 100, hide: true } |
| | | , { field: 'HMTONO', title: '计划跟踪单号', width: 100 } |