소스 검색

面料损耗更新

fenghaifu 2 년 전
부모
커밋
8ff9f63de9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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' }
       ],