From 22f562c0b29595f7cdcb3e87d3d9fdf07b6303bf Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 18 Apr 2025 10:29:18 +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 --- .../claimAndRefund/return/dialogFormExame.vue | 4 +- .../picking/apply/component/AddPicking.vue | 32 +-- .../picking/apply/component/home.vue | 218 ++++++++++++++++-- .../claimAndreturn/picking/outbound/index.vue | 2 +- 4 files changed, 219 insertions(+), 37 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/return/dialogFormExame.vue b/sgzb-ui/src/views/claimAndRefund/return/dialogFormExame.vue index 4691a3a2..d8773e38 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/dialogFormExame.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/dialogFormExame.vue @@ -8,7 +8,7 @@ append-to-body width="800px" > -
+
@@ -32,7 +32,7 @@
- + - + + 导出 + {{ - scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0] - .companyAuditRemark || '' + (scope.row.leaseApplyInfoList && + scope.row.leaseApplyInfoList[0] + .companyAuditRemark) || + '' }} {{ - scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].deptAuditRemark || + (scope.row.leaseApplyInfoList && + scope.row.leaseApplyInfoList[0] + .deptAuditRemark) || '' }} @@ -271,7 +275,9 @@ scope.row.taskStatus == 100 " >{{ - scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].directAuditRemark || + (scope.row.leaseApplyInfoList && + scope.row.leaseApplyInfoList[0] + .directAuditRemark) || '' }} @@ -281,19 +287,28 @@ scope.row.taskStatus < 98 " >{{ - scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].directAuditRemark || + (scope.row.leaseApplyInfoList && + scope.row.leaseApplyInfoList[0] + .directAuditRemark) || '' }} {{ - scope.row.leaseApplyInfoList && scope.row.leaseApplyInfoList[0].directAuditRemark || '' + (scope.row.leaseApplyInfoList && + scope.row.leaseApplyInfoList[0] + .directAuditRemark) || + '' }} @@ -337,6 +352,13 @@ style="color: #f56c6c" >删除 + 领料单 @@ -349,10 +371,147 @@ :page-sizes="[5, 10, 15, 20, 30]" @pagination="getList" /> + + + +
+ +
+ 领料单 +
+
+
+ 领料单位:{{ leaseApplyData.unitName }} +
+
+ 工程名称:{{ leaseApplyData.proName }} +
+
+ 时间:{{ leaseApplyData.updateTimes }} +
+
+ 编号:{{ leaseApplyData.code }} +
+
+ + + + + + + + + + + +
+
+ 审核: +
+
+ 领料: +
+
+ 仓库: +
+
+ 操作人: +
+
+
+
+ +