From b7793957333da5236ae3d5929d83f10d4a8f8e59 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 28 Jul 2026 14:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E6=AE=B5=E5=BA=8F=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contract/components/splitContract.vue | 336 +++++++++++++++--- src/views/contract/contractList.vue | 53 ++- 2 files changed, 318 insertions(+), 71 deletions(-) diff --git a/src/views/contract/components/splitContract.vue b/src/views/contract/components/splitContract.vue index 1437e18..ba4dbc3 100644 --- a/src/views/contract/components/splitContract.vue +++ b/src/views/contract/components/splitContract.vue @@ -1,21 +1,45 @@ - - + + 源项目:{{ row.name }} - 新增标段 + + {{ isEditingSectionNo ? '取消编辑' : '编辑标段' }} + 新增标段 + - 已拆分标段(不可修改) - - 已拆分 {{ index + 1 }} - - + 已拆分标段 + + + 标段{{ displaySectionNo(item) }} + + + {{ displaySectionNo(item) }} + + {{ item.section_name }} @@ -27,11 +51,13 @@ {{ formatMoney(link.use_money) }} - - + + - 新增标段 + + {{ isContinueMode && existingSections.length ? '新增标段' : '标段信息' }} + - 标段 {{ existingSections.length + index + 1 }} + 标段{{ item.section_no || '新' }} 删除 + + + - + + +