diff --git a/src/views/contract/contractList.vue b/src/views/contract/contractList.vue
index 6a3e966..b1fb95e 100644
--- a/src/views/contract/contractList.vue
+++ b/src/views/contract/contractList.vue
@@ -1567,13 +1567,14 @@ export default {
},
{
label: "预算计划",
- width: 320,
+ width: 330,
align: "left",
customFn: (row) => {
{
return row.plans.map((item) => {
return (
+ {item.pid_info ? item.pid_info.name : ''}:
{" "}
[{item.year}] - {item.name}{" "}
diff --git a/src/views/contract/contractProgress.vue b/src/views/contract/contractProgress.vue
index e884e1c..19035e9 100644
--- a/src/views/contract/contractProgress.vue
+++ b/src/views/contract/contractProgress.vue
@@ -473,30 +473,30 @@ export default {
{
label: "采购流程",
multiHd: [
- {
- label: "请示流程",
- width: 140,
- prop: "req_status",
- formatter: (cell, data, value) => {
- if (cell.is_plan === 1) {
- return "无";
- }
- switch (value) {
- case 1:
- return "待申请";
- break;
- case 2:
- return "流转中";
- break;
- case 3:
- return "已办结";
- break;
- default:
- return "异常";
- break;
- }
- },
- },
+ // {
+ // label: "请示流程",
+ // width: 140,
+ // prop: "req_status",
+ // formatter: (cell, data, value) => {
+ // if (cell.is_plan === 1) {
+ // return "无";
+ // }
+ // switch (value) {
+ // case 1:
+ // return "待申请";
+ // break;
+ // case 2:
+ // return "流转中";
+ // break;
+ // case 3:
+ // return "已办结";
+ // break;
+ // default:
+ // return "异常";
+ // break;
+ // }
+ // },
+ // },
{
label: "采购业务审批流程",
width: 158,
diff --git a/src/views/contract/paymentRegistrationList.vue b/src/views/contract/paymentRegistrationList.vue
index cfe3f24..a89ef2e 100644
--- a/src/views/contract/paymentRegistrationList.vue
+++ b/src/views/contract/paymentRegistrationList.vue
@@ -217,13 +217,14 @@ export default {
},
{
label: "预算计划",
- width: 320,
+ width: 330,
align: "left",
customFn: (row) => {
if (row.act_plan_link.length > 0) {
return row.act_plan_link.map((item) => {
return (
+
{(item.plan && item.plan.pid_info) ? item.plan.pid_info.name: ''}:
[{item.plan?.year}] - {item.plan?.name}
[使用金额] {item.use_money}元{" "}
diff --git a/src/views/finance/paymentRegistrationList.vue b/src/views/finance/paymentRegistrationList.vue
index 1f619f5..efec7b1 100644
--- a/src/views/finance/paymentRegistrationList.vue
+++ b/src/views/finance/paymentRegistrationList.vue
@@ -131,7 +131,7 @@
width="160"
header-align="center"
>
-
+