Browse Source

成分分配表样式

jbb 2 years ago
parent
commit
6e12c9ff10

+ 3 - 3
src/views/reportForms/cost-allocation-table.vue

@@ -68,7 +68,7 @@
               </a-form-model-item>
             </a-col>
             <a-col :md="6" :sm="8">
-              <a-form-model-item label="人民币费用支出" prop="rmbExpense" class="fontColor">
+              <a-form-model-item label="人民币费用支出" prop="rmbExpense">
                 <a href="javascript:void(0)" @click="mainTableExpenseCNY()">{{ detailsPlanNum.rmbExpense }}</a>
               </a-form-model-item>
             </a-col>
@@ -88,7 +88,7 @@
               </a-form-model-item>
             </a-col>
             <a-col :md="6" :sm="8">
-              <a-form-model-item label="美元费用支出" prop="usdExpense" class="fontColor">
+              <a-form-model-item label="美元费用支出" prop="usdExpense" >
                 <a href="javascript:void(0)" @click="mainTableExpenseUSD()" >{{ detailsPlanNum.usdExpense }}</a>
               </a-form-model-item>
             </a-col>
@@ -98,7 +98,7 @@
               </a-form-model-item>
             </a-col>
             <a-col :md="6" :sm="8">
-              <a-form-model-item label="短出数" prop="shortseveral" class="fontColor">
+              <a-form-model-item label="短出数" prop="shortseveral" >
                 {{ detailsPlanNum.shortseveral }}
               </a-form-model-item>
             </a-col>

+ 4 - 4
src/views/reportForms/cost-allocation-table/tabs.vue

@@ -205,11 +205,11 @@ export default {
           scopedSlots: { customRender: 'fabInQuaSlot' },
         },
         {
-          // title: '转入成本',
+          title: '转入成本',
           dataIndex: 'transferCost',
           width: 120,
           className: 'replacecolor',
-          slots:{title:'transferCostTitle'} ,
+          // slots:{title:'transferCostTitle'} ,
         },
 
         { title: '单耗/件', dataIndex: 'unitConsumption', width: 120, className: 'replacecolor' },
@@ -267,11 +267,11 @@ export default {
           scopedSlots: { customRender: 'ingInQuaSlot' }
         },
         {
-          // title: '转入成本',
+          title: '转入成本',
           dataIndex: 'transferCost',
           width: 130,
           className: 'replacecolor',
-          slots:{title:'transferCostTitle'} ,
+          // slots:{title:'transferCostTitle'} ,
         },
 
         { title: '使用数量', dataIndex: 'usageQuantity', width: 120, className: 'replacecolor' },