From 4fefbbd7e09521b2dbfa5ec888ff50143beb48ed Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sat, 16 Mar 2024 16:03:08 +0800 Subject: [PATCH] add --- .../dialogTable/dialogTableConfig.ts | 3 +- src/views/zjzx_invoice/edit.vue | 183 +++++++++++++----- src/views/zjzx_invoice/index.vue | 15 +- src/views/zjzx_refund/edit.vue | 140 +++++++++++--- src/views/zjzx_refund/index.vue | 5 +- src/views/zjzx_settlement/edit.vue | 131 +++++++++++-- src/views/zjzx_settlement/index.vue | 6 + 7 files changed, 386 insertions(+), 97 deletions(-) diff --git a/src/components/dialogTable/dialogTableConfig.ts b/src/components/dialogTable/dialogTableConfig.ts index 00df4ae..ff6836f 100644 --- a/src/components/dialogTable/dialogTableConfig.ts +++ b/src/components/dialogTable/dialogTableConfig.ts @@ -328,8 +328,7 @@ export const cost_project:Iconfig = { { starting: "计划开始日期" }, { endtime: "计划结束日期" }, { jhgq: "计划工期(天)" }, - { principal: "项目负责人" }, - { person: "项目相关人员" }, + { person_text: "项目相关人员" }, { invest: "项目总投资(万元)" }, { budget: "预算造价(万元)" }, { cost: "送审造价(万元)" }, diff --git a/src/views/zjzx_invoice/edit.vue b/src/views/zjzx_invoice/edit.vue index 4c124dc..75a8f28 100644 --- a/src/views/zjzx_invoice/edit.vue +++ b/src/views/zjzx_invoice/edit.vue @@ -1,52 +1,126 @@