diff --git a/src/api/kateWork.js b/src/api/kateWork.js index 1ddfb71..d180f4f 100644 --- a/src/api/kateWork.js +++ b/src/api/kateWork.js @@ -121,6 +121,15 @@ const genClcKanbanRequirement = (params) => { }) } +const getBigBoxList = (params) => { + return request({ + url: '/kateWork/getBigBoxList', + method: 'post', + data: params, + timeout: 10000 + }) +} + export { getDbs, deleteDbs, @@ -136,5 +145,6 @@ export { updateWorkFlows, getWorkSummary, getClcKanbanByPage, - genClcKanbanRequirement + genClcKanbanRequirement, + getBigBoxList } \ No newline at end of file diff --git a/src/layout/doKitting.vue b/src/layout/doKitting.vue index 4bc8e30..982c5bc 100644 --- a/src/layout/doKitting.vue +++ b/src/layout/doKitting.vue @@ -320,7 +320,7 @@ export default { }) }, showStockDealDialog() { - this.dialogVisible = true + // this.dialogVisible = true }, exceptionHandle() { if (this.exceptionHandleFormEntity.vehicleId == '' || this.exceptionHandleFormEntity.goodsId == '') { diff --git a/src/layout/sortBoxs.vue b/src/layout/sortBoxs.vue index 6ee7d70..eb2a8e1 100644 --- a/src/layout/sortBoxs.vue +++ b/src/layout/sortBoxs.vue @@ -70,22 +70,17 @@ - + -
-
@@ -94,6 +89,7 @@