From 3c72582db57819225fcb7b552f3b5dac48ce585c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98huanghaiixia=E2=80=99?= <980486410@.com> Date: Thu, 8 Jan 2026 11:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=90=88=E5=90=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/contractQtyList.vue | 211 ++++++++++++++++++ .../common/correlationApproList.vue | 28 ++- .../common/correlationContractFactList.vue | 30 ++- .../ContractFact/components/createForm.vue | 4 +- .../ContractPurPng/components/createForm.vue | 192 +++------------- .../ContractSales/components/createForm.vue | 154 +------------ 6 files changed, 287 insertions(+), 332 deletions(-) create mode 100644 src/components/common/contractQtyList.vue diff --git a/src/components/common/contractQtyList.vue b/src/components/common/contractQtyList.vue new file mode 100644 index 0000000..eb749f4 --- /dev/null +++ b/src/components/common/contractQtyList.vue @@ -0,0 +1,211 @@ + + + diff --git a/src/components/common/correlationApproList.vue b/src/components/common/correlationApproList.vue index 9cd17af..8d47b25 100644 --- a/src/components/common/correlationApproList.vue +++ b/src/components/common/correlationApproList.vue @@ -1,21 +1,19 @@