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 }} +
+
+
+ + + + + + + + + + + +
+
+
+
审核:
+
+ +
+ +
+
+ 领料: +
+
+ 制单: +
+
+
库管:
+
+ +
+
+
+
+
+ +
+ + + + + + +