| | |
| | | RoadBillMain(linterid); |
| | | RoadBillSub(linterid); |
| | | // debugger; |
| | | function RoadBillMain(linterid) |
| | | { |
| | | function RoadBillMain(linterid) { |
| | | $.ajax({ |
| | | url: GetWEBURL()+"GetEntrustOrderShowBillMain", |
| | | url: GetWEBURL() + "GetEntrustOrderShowBillMain", //H_v_SRM_EntrustOrderBillMain_ForWeb |
| | | type: "GET", |
| | | data: { "sMsg": linterid }, |
| | | success: function (d) { |
| | |
| | | function RoadBillSub(linterid) { |
| | | $.ajax({ |
| | | type: "get", |
| | | url: GetWEBURL()+"GetEntrustOrderShowBillSub", |
| | | url: GetWEBURL() + "GetEntrustOrderShowBillSub",//[h_v_srm_EntrustOrderBillSub_ForWeb2] |
| | | async: true, |
| | | data: { sMsg: linterid }, |
| | | success: function (result) { |
| | |
| | | ,cols: [[ |
| | | , { field: 'HMTONO', title: '计划跟踪单号', width: 100, sort: true, fixed: true , hide: true } |
| | | , { field: 'HMaterID', title: '物料ID', width: 100, hide: true } |
| | | , { field: 'HMaterNumber', title: '物料代码', width: 200 } |
| | | , { field: 'HMaterName', title: '物料名称', width: 200 } |
| | | , { field: 'HMaterModel', title: '规格型号', width: 200 } |
| | | , { field: 'HMaterShortNumber', title: '物料编码', width: 120 } |
| | | , { field: 'HMaterNumber', title: '物料代码', width: 120 } |
| | | , { field: 'HMaterName', title: '物料名称', width: 120 } |
| | | , { field: 'HMaterModel', title: '规格型号', width: 120 } |
| | | , { field: 'HUnitName', title: '计量单位', width: 100 } |
| | | , { field: 'HUnitNumber', title: '计量单位代码', width: 100, hide: true } |
| | | , { field: 'HUnitID', title: '计量单位ID', width: 100, hide: true } |