Parcourir la source

面料损耗更新

fenghaifu il y a 2 ans
Parent
commit
8ff9f63de9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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' }
       ],