|
|
@@ -22,7 +22,7 @@
|
|
|
<el-tag type="danger" style="margin-right: 2px; color: #f56c6c">应收(CNY):{{ amountDSubSum || 0 }}</el-tag>
|
|
|
<el-tag type="danger" style="margin-right: 2px; color: #f56c6c">应收(USD):{{ amountDSubUsdSum || 0 }}</el-tag>
|
|
|
<el-tag type="danger" style="margin-right: 2px; color: #000000">应付(CNY):{{ amountCSubSum || 0 }}</el-tag>
|
|
|
- <el-tag type="danger" style="margin-right: 2px; color: #000000">应付(USD):{{ amountCSubUsdSum || 0 }}</el-tag>
|
|
|
+ <el-tag type="danger" style="margin-right: 2px; color: #000000;margin-right: 50px;">应付(USD):{{ amountCSubUsdSum || 0 }}</el-tag>
|
|
|
<el-tag type="success" style="margin-right: 2px; color: #f56c6c">应收(CNY):{{ amountDSubSum2 || 0 }}</el-tag>
|
|
|
<el-tag type="success" style="margin-right: 2px; color: #f56c6c">应收(USD):{{ amountDSubUsdSum2 || 0 }}</el-tag>
|
|
|
<el-tag type="success" style="margin-right: 2px; color: #000000">应付(CNY):{{ amountCSubSum2 || 0 }}</el-tag>
|
|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
stripe: true,
|
|
|
align: "center",
|
|
|
rowKey: "accBillId",
|
|
|
- reserveSelection: true, // 翻页时,已选的行不丢失
|
|
|
+ // reserveSelection: true, // 翻页时,已选的行不丢失
|
|
|
selection: true,
|
|
|
// highlightCurrentRow: true,
|
|
|
column: [
|
|
|
@@ -679,7 +679,7 @@ export default {
|
|
|
finstlbillslistAccBillV1(obj).then((res) => {
|
|
|
res.data.data.forEach((item, index) => {
|
|
|
item.accBillId = item.id;
|
|
|
- delete item.id;
|
|
|
+ item.id=null;
|
|
|
delete item.createUser;
|
|
|
delete item.createUserName;
|
|
|
delete item.createTime;
|