|
@@ -174,7 +174,6 @@ function getDaglText(data) {
|
|
|
|
|
|
|
|
|
$(document).ready(() => {
|
|
|
-
|
|
|
const exportExcelSetting = {
|
|
|
cols: [
|
|
|
{title: '项目节编号', colSpan: '1', rowSpan: '2', field: 'code', hAlign: 0, width: 145, formatter: '@', cellType: 'tree'},
|
|
@@ -1326,7 +1325,7 @@ $(document).ready(() => {
|
|
|
quantity: p.quantity,
|
|
|
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,
|
|
|
- drawing_code: p.drawing_code, memo: p.memo
|
|
|
+ drawing_code: p.drawing_code, memo: p.memo, postil: p.postil,
|
|
|
});
|
|
|
}
|
|
|
}
|