From a962b345fb343cf1ce3c373bb7b8fc98e437ea79 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 22 Jan 2025 09:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E9=A2=86=E6=96=99=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../partLease/component/addToolsApply.vue | 2 +- .../part/partLease/component/homeApply.vue | 121 +++++++++++++++++- .../partLease/component/queryToolsApply.vue | 2 +- 3 files changed, 117 insertions(+), 8 deletions(-) diff --git a/src/views/material/part/partLease/component/addToolsApply.vue b/src/views/material/part/partLease/component/addToolsApply.vue index 32464572..4a233cc4 100644 --- a/src/views/material/part/partLease/component/addToolsApply.vue +++ b/src/views/material/part/partLease/component/addToolsApply.vue @@ -214,7 +214,7 @@ export default { this.loading = true; getPartLeaseByTaskIdApi({ taskId: this.taskId }).then((response) => { this.maForm = this.paramTemp; - this.equipmentList = response.data; + this.equipmentList = response.data.detailsList; this.loading = false; }); }, diff --git a/src/views/material/part/partLease/component/homeApply.vue b/src/views/material/part/partLease/component/homeApply.vue index 14ba9607..bd6b8a44 100644 --- a/src/views/material/part/partLease/component/homeApply.vue +++ b/src/views/material/part/partLease/component/homeApply.vue @@ -116,9 +116,12 @@ 审核 + 领料单 @@ -130,20 +133,107 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> + + + + + + + 领料单 + + + + 单位部门: + {{ leaseApplyData.deptName }} + + + 发料单位: + {{ leaseApplyData.sendDeptName }} + + + 时间: + {{ leaseApplyData.createTime.split(" ")[0] }} + + + 编号: + {{ leaseApplyData.code }} + + + + + + + + + + + + + {{ "未审核" }} + + + {{ "已审核" }} + + + {{ "驳回" }} + + + + + + + + + + 审核: + + + + + + + 领料: + + + 制单: + + + 库管: + + + + + + + + + + + + + + + +