فهرست منبع

成分分配表辅料转入数量字段更改

jbb 2 سال پیش
والد
کامیت
0d9575e5c7
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/views/cost-allocation-total/modal/ingInQuaModal.vue

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

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