From 39dad0a9240e319a768e289738be06093076964d Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Mon, 15 Apr 2024 17:20:00 +0800 Subject: [PATCH] add --- .../bid_margin_recovery_search/index.vue | 14 +++-- src/views/financial_bid_margin/detail.js | 9 ++-- src/views/financial_bid_margin/edit.vue | 50 ++++++++--------- src/views/financial_bid_margin/index.vue | 18 ++++--- .../financial_bid_margin_recovery/detail.js | 8 +-- .../financial_bid_margin_recovery/edit.vue | 54 ++++++++++--------- .../financial_bid_margin_recovery/index.vue | 17 ++++-- .../index.vue | 10 ++-- src/views/performance_money_list/index.vue | 2 +- .../index.vue | 6 +-- .../edit.vue | 2 +- src/views/zjzx_invoice/edit.vue | 24 +++++---- src/views/zjzx_invoice/index.vue | 5 +- src/views/zjzx_refund/edit.vue | 40 ++++++++------ src/views/zjzx_settlement/edit.vue | 42 ++++++++------- src/views/zjzx_settlement/index.vue | 6 ++- 16 files changed, 164 insertions(+), 143 deletions(-) diff --git a/src/views/bid_margin_recovery_search/index.vue b/src/views/bid_margin_recovery_search/index.vue index c19f4e9..5990039 100644 --- a/src/views/bid_margin_recovery_search/index.vue +++ b/src/views/bid_margin_recovery_search/index.vue @@ -24,14 +24,12 @@ - - - - - - - - + + + + + +
diff --git a/src/views/financial_bid_margin/detail.js b/src/views/financial_bid_margin/detail.js index 3286f9b..9c7eb84 100644 --- a/src/views/financial_bid_margin/detail.js +++ b/src/views/financial_bid_margin/detail.js @@ -2,13 +2,10 @@ const detailConfig = { title: "财务管理--投标保证金申请", config: [ { - label: "投标信息id", - value: "" - }, - { - label: "业务机会id", - value: "" + label: "合同名称", + value: "project_name" }, + { label: "甲方单位", value: "part_a_name" diff --git a/src/views/financial_bid_margin/edit.vue b/src/views/financial_bid_margin/edit.vue index 4c2af2e..be3e2c0 100644 --- a/src/views/financial_bid_margin/edit.vue +++ b/src/views/financial_bid_margin/edit.vue @@ -1,22 +1,21 @@