diff --git a/sgzb-ui/src/api/claimAndRefund/receive.js b/sgzb-ui/src/api/claimAndRefund/receive.js index 80a07407..e291ad56 100644 --- a/sgzb-ui/src/api/claimAndRefund/receive.js +++ b/sgzb-ui/src/api/claimAndRefund/receive.js @@ -246,9 +246,23 @@ export function getLeaseAuditListDetail(query) { }) } - - - +//领料出库 编码出库获取编码 +export function getDetailsByTypeId(query) { + return request({ + url: '/base/leaseOutDetails/getDetailsByTypeId', + method: 'get', + params: query + }) +} + +// 领料出库 编码出库 保存 +export function submitOut(params){ + return request({ + url: '/base/leaseOutDetails/submitOut', + method: 'post', + data: params + }) +} diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index 0d4c7fe4..cf7d9261 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -169,21 +169,26 @@ 部分设备出库时,需进行装车,需记录车牌号码 - - - + - 查询 重置 - + + + 出库 + + @@ -215,36 +220,42 @@ 部分设备出库时,需进行装车,需记录车牌号码 - - - - - - - - - - - - - + + + 出库 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue new file mode 100644 index 00000000..c84a2847 --- /dev/null +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -0,0 +1,408 @@ + + + + + \ No newline at end of file