| | |
| | | , cellMinWidth: 100 |
| | | , cols: [[ |
| | | { checkbox: true/*, fixed: true*/ } |
| | | |
| | | , { field: 'sorderid', title: '序号', width: 80/*, fixed: true*/ } |
| | | , { field: 'hmainid', title: 'hmainid', sort: true/*, fixed: true*/, hide: true } |
| | | , { field: 'hsubid', title: 'hsubid', sort: true/*, fixed: true*/, hide: true } |
| | |
| | | , { field: '单据状态', title: '单据状态', sort: true/*, fixed: true*/ } |
| | | , { field: '单据号', title: '单据号', width: 150, sort: true/*, fixed: true*/ } |
| | | , { field: '送货单号', title: '送货单号', width: 150, sort: true/*, fixed: true*/ } |
| | | , { field: '物流单号', title: '物流单号', width: 150, sort: true/*, fixed: true*/ } |
| | | , { field: '物料编码', title: '物料编码', width: 120, sort: true } |
| | | , { field: 'F_xbkf_Combo', title: '自定义标识', width: 120 }
, { field: 'FSHDD', title: '送货地点', width: 120 }
|
| | | //, { field: '物流单号', title: '物流单号', width: 150, sort: true/*, fixed: true*/ }
|
| | | //, { field: '物料编码', title: '物料编码', width: 120, sort: true }
|
| | | , { field: '物料代码', title: '物料代码', width: 120, sort: true } |
| | | , { field: '物料名称', title: '物料名称', width: 120, sort: true } |
| | | , { field: '规格型号', title: '规格型号', width: 120, sort: true } |
| | |
| | | }); |
| | | |
| | | } else { |
| | | layer.alert(result.code + result.Message, { icon: 5 }); |
| | | layer.alert(result.Message, { icon: 5 });
|
| | | } |
| | | }, error: function () { |
| | | layer.alert("接口请求失败!", { icon: 5 }); |