소스 검색

成分分配表字段修改

jbb 2 년 전
부모
커밋
7c143a2dca
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/cost-allocation-total/modal/ingRemQuaModal.vue

+ 4 - 4
src/views/cost-allocation-total/modal/ingRemQuaModal.vue

@@ -42,19 +42,19 @@ export default {
       columns: [
         {
           title: '存货名称',
-          dataIndex: 'inventoryName',
+          dataIndex: 'goodsName',
           width: 120,
           className: 'replacecolor'
         },
         {
           title: '计划单号',
-          dataIndex: 'planNum',
+          dataIndex: 'planCode',
           width: 120,
           className: 'replacecolor'
         },
         {
           title: '使用数量',
-          dataIndex: 'usageQuantity',
+          dataIndex: 'number',
           width: 120,
           className: 'replacecolor'
         },
@@ -66,7 +66,7 @@ export default {
         },
         {
           title: '总成本',
-          dataIndex: 'totalCost',
+          dataIndex: 'cost',
           width: 120,
           className: 'replacecolor'
         }