From 6d368377d85c70c380f9e404b2cfd8ca5d1e4f30 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Fri, 15 Nov 2024 18:53:30 +0800 Subject: [PATCH] =?UTF-8?q?lsun=20=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93-?= =?UTF-8?q?=E6=95=B0=E9=87=8F=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 | 8 + src/views/material/lease/outBound/index.vue | 148 +++++++++++++++++- src/views/material/lease/protocol/index.vue | 95 +++++++++-- .../testExamine/component/homeApply.vue | 2 +- 4 files changed, 241 insertions(+), 12 deletions(-) diff --git a/src/api/lease/out.js b/src/api/lease/out.js index 3a55d032..d263fb6e 100644 --- a/src/api/lease/out.js +++ b/src/api/lease/out.js @@ -63,6 +63,14 @@ export function getLeaseOutInfo(id) { }) } +// 领料出库-数量出库 +export function submitNumOut(data) { + return request({ + url: '/material/lease_apply_info/leaseOut', + method: 'post', + data: data, + }) +} diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 034b0659..0f0f8f04 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -767,12 +767,96 @@ 关 闭 + + + + + + + + + 部分设备出库时,需进行装车,需记录车牌号码 +
+ + + + +
+ + + 出库 + + + + + + + + + + + + + + + + + + +
+