diff --git a/src/api/boxManage/boxManage.js b/src/api/boxManage/boxManage.js index b7e223a..41ea4a3 100644 --- a/src/api/boxManage/boxManage.js +++ b/src/api/boxManage/boxManage.js @@ -8,3 +8,5 @@ export const searchBoxDetail = data => createAPI('/boxForNotification/searchBoxD export const deleteSoReceiveBoxesData= data => createAPI('/boxForNotification/deleteSoReceiveBoxesData','post',data) export const updateBoxStatus= data => createAPI('/boxForNotification/updateBoxStatus','post',data) export const scanBoxRoll= data => createAPI('/boxForNotification/scanBoxRoll','post',data) +export const deleteBoxRoll= data => createAPI('/boxForNotification/deleteBoxRoll','post',data) +export const searchRollForOrderNo= data => createAPI('/boxForNotification/searchRollForOrderNo','post',data) diff --git a/src/api/qc/outbound_notification.js b/src/api/qc/outbound_notification.js index 717b39e..4e4c6f0 100644 --- a/src/api/qc/outbound_notification.js +++ b/src/api/qc/outbound_notification.js @@ -15,6 +15,7 @@ export const issueOutboundNotification = data => createAPI('/outbound/issueOutbo // 查询拣货出库单明细 export const getOutboundDetail = data => createAPI('/outbound/getOutboundDetail','post',data) +export const getOutboundDetailWithRoll = data => createAPI('/outbound/getOutboundDetailWithRoll','post',data) // 新增拣货出库单明细 export const saveOutboundDetail = data => createAPI('/outbound/saveOutboundDetail','post',data) // 查物料 diff --git a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue index a77444c..9a6b77f 100644 --- a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue +++ b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue @@ -18,7 +18,8 @@ width="150" label="操作">