From 14bb2ffb55f29f9e4929110b11218bd1f4593e67 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Thu, 14 Nov 2024 15:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/lease/out.js | 21 +- .../lease/apply/component/homeApply.vue | 17 +- src/views/material/lease/outBound/index.vue | 47 ++-- .../testExamine/component/queryToolsApply.vue | 257 ++++++++++++++++++ 4 files changed, 295 insertions(+), 47 deletions(-) create mode 100644 src/views/material/repair/testExamine/component/queryToolsApply.vue diff --git a/src/api/lease/out.js b/src/api/lease/out.js index 45fd960d..ab896f20 100644 --- a/src/api/lease/out.js +++ b/src/api/lease/out.js @@ -9,6 +9,14 @@ export function getListLeaseOut(query) { }) } +// 领料出库-出库详情信息 +export function outInfoList(id) { + return request({ + url: '/material/lease_apply_info/' + id, + method: 'get' + }) +} + // 领料出库-新增 export function addApplyInfo(data) { return request({ @@ -38,16 +46,3 @@ export function getLeaseOutInfo(id) { - - - -// 上传报告附件 -export function uploadPurchaseFile(data) { - return request({ - url: '/material/bm_file_info', - method: 'post', - data: data - }) -} - - diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index 83f1621e..1c56c88f 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -42,7 +42,6 @@ > 编辑 @@ -234,10 +233,18 @@ v-hasPermi="['purchase:person:notice']" >发布 - 领料单 - 出库检验单 @@ -687,7 +694,7 @@ export default { typeId: this.queryParams.typeId, pageSize: this.queryParams.pageSize, pageNum: this.queryParams.pageNum, - statusList: [1], + statusList: [1, 2, 3, 4], }; getListLeaseApply(this.addDateRange(params)).then((response) => { this.typeList = response.rows; diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 02386e5d..5eca0621 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -117,7 +117,7 @@ @@ -126,7 +126,7 @@ @@ -265,25 +265,25 @@ +