MaiXinRong 4 месяцев назад
Родитель
Сommit
47c99bcaca
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/public/js/ledger.js

+ 2 - 1
app/public/js/ledger.js

@@ -4578,6 +4578,7 @@ $(document).ready(function() {
                 {title: '合价', colSpan: '1', rowSpan: '1', field: 'total_price', hAlign: 2, width: 80, type: 'Number'},
                 {title: '图号', colSpan: '1', rowSpan: '1', field: 'drawing_code', hAlign: 0, width: 100, formatter: '@'},
                 {title: '备注', colSpan: '1', rowSpan: '1', field: 'memo', hAlign: 0, width: 100, formatter: '@'},
+                {title: '项目特征', colSpan: '1', rowSpan: '1', field: 'features', hAlign: 0, width: 100, formatter: '@'},
             ],
             headRows: 1,
             headRowHeight: [32],
@@ -4594,7 +4595,7 @@ $(document).ready(function() {
                 unit_price: node.unit_price, quantity: node[qtyF], total_price: node[tpF],
                 deal_qty: node.deal_qty, deal_tp: node.deal_tp,
                 dgn_qty1: node.dgn_qty1, dgn_qty2: node.dgn_qty2,
-                drawing_code: node.drawing_code, memo: node.memo
+                drawing_code: node.drawing_code, memo: node.memo, features: node.features,
             });
             const posRange = pos.getLedgerPos(node.id);
             if (posRange && posRange.length > 0) {