@@ -325,6 +325,15 @@ export default {
return `¥ ${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
},
},
+ {
+ label: "已付金额",
+ width: 160,
+ prop: "fund_log_total",
+ align: "right",
+ formatter: (cell, data, value) => {
+ return `¥ ${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
+ },
+ },
{
prop: "supply",
label: "承包商/供货商",
@@ -343,15 +352,6 @@ export default {
);
},
},
- {
- label: "已付金额",
- width: 160,
- prop: "fund_log_total",
- align: "right",
- formatter: (cell, data, value) => {
- return `¥ ${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
- },
- },
],
departmentTotal: [],
departmentTotalTable: [
@@ -1045,10 +1045,9 @@ export default {
async getNopay() {
const res = await nopayTotal({
is_auth: 1,
- year: this.select.year
+ //year: this.select.year
});
- this.nopay = res;
- console.log(222, this.nopay);
+ this.nopay = res.filter(i => i.momey != 0);
},
async getDepartmnetTotal() {
const res = await departmentTotal({
diff --git a/src/views/finance/components/examineRegistration.vue b/src/views/finance/components/examineRegistration.vue
index 654bc34..8d56b7f 100644
--- a/src/views/finance/components/examineRegistration.vue
+++ b/src/views/finance/components/examineRegistration.vue
@@ -1,633 +1,647 @@
-
-
-
-
-
-
-
受款单位
-
{{contract.supply}}
-
-
-
合同名称
-
{{contract.name}}
-
-
-
合同金额
-
{{moneyFormat(contract.money)}} (元)
-
-
-
-
已申请金额
-
{{totalApplyMoney()}} (元)
-
-
-
已申请笔数
-
{{payment.length}}
-
-
-
-
-
已付金额
-
{{totalMoney()}} (元)
-
-
-
支付占比
-
{{percentPay()}}%
-
-
-
已付笔数
-
{{actNumsTotal()}}
-
-
- 点击查看列表
-
-
-
-
-
-
-
-
-
- 暂无已付笔数
-
-
-
-
-
-
-
-
-
-
-
备注
-
-
- {{paymentRegistrationForm.remark}}
-
-
-
-
-
-
-
-
-
-
-
-
- *款项类型
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- *资金列支渠道
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.label}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/statisticalReport/components/addGovPlane.vue b/src/views/statisticalReport/components/addGovPlane.vue
index bd00a58..a06a34c 100644
--- a/src/views/statisticalReport/components/addGovPlane.vue
+++ b/src/views/statisticalReport/components/addGovPlane.vue
@@ -56,7 +56,7 @@