Browse Source

面料损耗更新

fenghaifu 2 years ago
parent
commit
8ff9f63de9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/reportForms/fabric-loss-table.vue

+ 1 - 0
src/views/reportForms/fabric-loss-table.vue

@@ -524,6 +524,7 @@ export default {
       // 成本发票 表头
       costInvoiceColumns: [
         { title: '类型', width: 120, dataIndex: 'cvcname', className: 'replacecolor' },
+        { title: '采购类型', width: 120, dataIndex: 'cbusType', className: 'replacecolor' },
         { title: '工厂', width: 120, dataIndex: 'cvenAbbName', className: 'replacecolor' },
         { title: '成本金额', dataIndex: 'imoney', width: 120, className: 'replacecolor' }
       ],