|
|
|
@ -87,12 +87,21 @@ export default function (_height=0) {
|
|
|
|
|
{ type: 'seq',title:'序号', width: 50 },
|
|
|
|
|
{field: 'dwId', title: '垛位', width: 100,formatter: dwFormat},
|
|
|
|
|
{field: 'ceng', title: '层数', width: 50},
|
|
|
|
|
{field: 'czbh', title: '船号', width: 80},
|
|
|
|
|
{field: 'pl', title: '批量', width: 50},
|
|
|
|
|
{field: 'czbh', title: '船号', width: 80,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', },
|
|
|
|
|
},
|
|
|
|
|
{field: 'pl', title: '批量', width: 70,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', },
|
|
|
|
|
},
|
|
|
|
|
{field: 'djh', title: '工单号', width: 100},
|
|
|
|
|
{field: 'fd', title: '分段',width: 50,visible:false},
|
|
|
|
|
{field: 'tlth', title: '套料图号',width: 120},
|
|
|
|
|
{field: 'wph', title: '材质', width: 60,},
|
|
|
|
|
{field: 'wph', title: '材质', width: 60,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', },
|
|
|
|
|
},
|
|
|
|
|
{field: 'wpgg', title: '物品规格', width: 120,},
|
|
|
|
|
{field: 'lph', title: '物料号', width: 130,},
|
|
|
|
|
{field: 'kw', title: '垮位',width: 130,formatter: kwFormat},
|
|
|
|
|