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 @@ 关 闭 + + + + + + + + + 部分设备出库时,需进行装车,需记录车牌号码 +
+ + + + +
+ + + 出库 + + + + + + + + + + + + + + + + + + +
+