|
|
@@ -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";
|
|
|
},
|