Browse Source

成分分配表字段修改

jbb 2 năm trước cách đây
mục cha
commit
7c143a2dca
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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'
         }