소스 검색

转入数量,余下数量字段调整

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

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

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

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

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