From a23b8951565d6aa4dfa06d567561cc9be1bb3749 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 10 Oct 2025 21:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basic/basic.js | 18 + src/api/materialsStation/index.js | 9 + .../business/businessHandling/directApply.vue | 9 +- .../directApplyRecord.vue | 4 +- .../material/basic/agreementsMerge/index.vue | 576 ++++++++++++++++++ .../totalReturnRecord/dialogFormByClz.vue | 8 +- .../equipment/totalReturnRecord/index.vue | 2 +- .../components/StraightforwardBills.vue | 63 +- .../back/component/dialogFormByCq.vue | 20 +- .../toolsLease/apply/component/homeApply.vue | 15 +- 10 files changed, 699 insertions(+), 25 deletions(-) create mode 100644 src/views/material/basic/agreementsMerge/index.vue diff --git a/src/api/basic/basic.js b/src/api/basic/basic.js index 9917f557..886b2add 100644 --- a/src/api/basic/basic.js +++ b/src/api/basic/basic.js @@ -386,4 +386,22 @@ export function combineProjectApi(data) { method: 'post', data }) +} + +// 协议合并-列表 +export function getAgreementListApi(params) { + return request({ + url: '/material/bm_agreement_combine/list', + method: 'get', + params + }) +} + +// 协议合并-保存 +export function combineAgreementApi(data) { + return request({ + url: '/material/bm_agreement_combine/combineAgreement', + method: 'post', + data + }) } \ No newline at end of file diff --git a/src/api/materialsStation/index.js b/src/api/materialsStation/index.js index c85f1017..61f91a21 100644 --- a/src/api/materialsStation/index.js +++ b/src/api/materialsStation/index.js @@ -951,3 +951,12 @@ export function getUseDemandAndSupplyApi(data) { params: data }) } + +// 直转单-签名 +export function getApproveListApi(data) { + return request({ + url: '/material/directRotation/getApproveList', + method: 'get', + params: data + }) +} diff --git a/src/views/business/businessHandling/directApply.vue b/src/views/business/businessHandling/directApply.vue index e2e09604..9bcc1a23 100644 --- a/src/views/business/businessHandling/directApply.vue +++ b/src/views/business/businessHandling/directApply.vue @@ -276,7 +276,7 @@ :row-key="getRowKey" @selection-change="handleSelectionChange" > - + diff --git a/src/views/materialsStation/straight/straightTransferReview/components/StraightforwardBills.vue b/src/views/materialsStation/straight/straightTransferReview/components/StraightforwardBills.vue index 9bc73cb9..1e11abe4 100644 --- a/src/views/materialsStation/straight/straightTransferReview/components/StraightforwardBills.vue +++ b/src/views/materialsStation/straight/straightTransferReview/components/StraightforwardBills.vue @@ -64,7 +64,43 @@ -
+ +
+
+
发起:
+
+ +
+
+
+
审核:
+
+
+ +
+
+
+
+ + +
@@ -109,7 +145,7 @@