|
@@ -220,6 +220,7 @@ $(document).ready(() => {
|
|
{title: '本期批注', colSpan: '1', rowSpan: '2', field: 'postil', hAlign: 0, width: 100, formatter: '@', cellType: 'autoTip'},
|
|
{title: '本期批注', colSpan: '1', rowSpan: '2', field: 'postil', hAlign: 0, width: 100, formatter: '@', cellType: 'autoTip'},
|
|
{title: '图(册)号', colSpan: '1', rowSpan: '2', field: 'drawing_code', hAlign: 0, width: 80, formatter: '@'},
|
|
{title: '图(册)号', colSpan: '1', rowSpan: '2', field: 'drawing_code', hAlign: 0, width: 80, formatter: '@'},
|
|
{title: '备注', colSpan: '1', rowSpan: '2', field: 'memo', hAlign: 0, width: 100, formatter: '@', cellType: 'ellipsisAutoTip'},
|
|
{title: '备注', colSpan: '1', rowSpan: '2', field: 'memo', hAlign: 0, width: 100, formatter: '@', cellType: 'ellipsisAutoTip'},
|
|
|
|
+ {title: '位置', colSpan: '1', rowSpan: '2', field: 'position', hAlign: 0, width: 80, formatter: '@'},
|
|
],
|
|
],
|
|
headRows: 2,
|
|
headRows: 2,
|
|
headRowHeight: [25, 25],
|
|
headRowHeight: [25, 25],
|
|
@@ -1460,7 +1461,7 @@ $(document).ready(() => {
|
|
quantity: p.quantity,
|
|
quantity: p.quantity,
|
|
contract_qty: p.contract_qty, qc_qty: p.qc_qty, gather_qty: p.gather_qty,
|
|
contract_qty: p.contract_qty, qc_qty: p.qc_qty, gather_qty: p.gather_qty,
|
|
end_contract_qty: p.end_contract_qty, end_qc_qty: p.end_qc_qty, end_gather_qty: p.end_gather_qty,
|
|
end_contract_qty: p.end_contract_qty, end_qc_qty: p.end_qc_qty, end_gather_qty: p.end_gather_qty,
|
|
- drawing_code: p.drawing_code, memo: p.memo, postil: p.postil,
|
|
|
|
|
|
+ drawing_code: p.drawing_code, memo: p.memo, postil: p.postil, position: p.position,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
}
|
|
}
|