Sfoglia il codice sorgente

成分分配表字段修改

jbb 2 anni fa
parent
commit
7c143a2dca

+ 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'
         }