Explorar o código

修改付款字体颜色

Qukatie hai 2 días
pai
achega
f1cc5f9863

+ 2 - 2
src/views/iosBasicData/financialManagement/computationCenter/components/pickedData.vue

@@ -16,7 +16,7 @@
     >
       <template slot="menuLeft">
         <el-tag type="danger" style="margin-right: 2px">人民币合计:{{ amountSubSum || 0 }}</el-tag>
-        <el-tag type="success" style="margin-right: 2px">美元合计:{{ amountSubUsdSum || 0 }}</el-tag>
+        <el-tag type="success" style="margin-right: 2px;color:#000000">美元合计:{{ amountSubUsdSum || 0 }}</el-tag>
       </template>
       <template slot="reconciliationAmount" slot-scope="{ row }">
         <el-popover trigger="click" v-if="Number(row.reconciliationAmount)">
@@ -768,7 +768,7 @@ export default {
       if (row.dc == "D") {
         rowStyle = "color:#F56C6C;";
       } else if (row.dc == "C") {
-        rowStyle = "color:#67C23A;";
+        rowStyle = "color:#000000;";
       }
       return rowStyle + "padding:0px;fontSize:12px";
     },

+ 1 - 1
src/views/iosBasicData/financialManagement/finstlbills/components/fininvoiceitemdetail.vue

@@ -508,7 +508,7 @@ export default {
       if (row.dc == "D") {
         rowStyle = "color:#F56C6C;";
       } else if (row.dc == "C") {
-        rowStyle = "color:#67C23A;";
+        rowStyle = "color:#000000";
       }
       return rowStyle + "padding:0px;fontSize:12px";
     },

+ 3 - 3
src/views/iosBasicData/financialManagement/finstlbills/components/pickedData.vue

@@ -76,8 +76,8 @@
         > -->
         <el-tag type="danger" style="margin-right: 2px">应收(CNY):{{ amountDSubSum || 0 }}</el-tag>
         <el-tag type="danger" style="margin-right: 2px">应收(USD):{{ amountDSubUsdSum || 0 }}</el-tag>
-        <el-tag type="success" style="margin-right: 2px">应付(CNY):{{ amountCSubSum || 0 }}</el-tag>
-        <el-tag type="success" style="margin-right: 2px">应付(USD):{{ amountCSubUsdSum || 0 }}</el-tag>
+        <el-tag type="success" style="margin-right: 2px;color:#000000">应付(CNY):{{ amountCSubSum || 0 }}</el-tag>
+        <el-tag type="success" style="margin-right: 2px;color:#000000">应付(USD):{{ amountCSubUsdSum || 0 }}</el-tag>
       </template>
       <template slot="currentStlAmountRMB" slot-scope="{ row }">
         <el-input-number
@@ -903,7 +903,7 @@ export default {
       if (row.dc == "D") {
         rowStyle = "color:#F56C6C;";
       } else if (row.dc == "C") {
-        rowStyle = "color:#67C23A;";
+        rowStyle = "color:#000000;";
       }
       return rowStyle + "padding:0px;fontSize:12px";
     },

+ 3 - 3
src/views/iosBasicData/financialManagement/finstlbills/components/queryData.vue

@@ -17,8 +17,8 @@
         <el-button size="small" type="text" :disabled="disabled" @click="allClick('确认选定行')" style="color: #409eff">确认选定行</el-button>
         <el-tag type="danger" style="margin-right: 2px">应收(CNY):{{ amountDSubSum || 0 }}</el-tag>
         <el-tag type="danger" style="margin-right: 2px">应收(USD):{{ amountDSubUsdSum || 0 }}</el-tag>
-        <el-tag type="success" style="margin-right: 2px">应付(CNY):{{ amountCSubSum || 0 }}</el-tag>
-        <el-tag type="success" style="margin-right: 2px">应付(USD):{{ amountCSubUsdSum || 0 }}</el-tag>
+        <el-tag type="success" style="margin-right: 2px;color:#000000">应付(CNY):{{ amountCSubSum || 0 }}</el-tag>
+        <el-tag type="success" style="margin-right: 2px;color:#000000">应付(USD):{{ amountCSubUsdSum || 0 }}</el-tag>
       </template>
       <template slot="currentStlAmountRMB" slot-scope="{ row }">
         <el-input-number
@@ -611,7 +611,7 @@ export default {
       if (row.dc == "D") {
         rowStyle = "color:#F56C6C;";
       } else if (row.dc == "C") {
-        rowStyle = "color:#67C23A;";
+        rowStyle = "color:#000000;";
       }
       return rowStyle + "padding:0px;fontSize:12px";
     },