diff --git a/src/api/location.js b/src/api/location.js index 19b4b2e..96bfff6 100644 --- a/src/api/location.js +++ b/src/api/location.js @@ -16,7 +16,25 @@ const updateLocation = (params) => { }) } +const getELocationsByPage = (params) => { + return request({ + url: '/location/getELocationsByPage', + method: 'post', + data: params + }) +} + +const updateELocationInfo = (params) => { + return request({ + url: '/location/updateELocationInfo', + method: 'post', + data: params + }) +} + export { getLocations, updateLocation, + getELocationsByPage, + updateELocationInfo } \ No newline at end of file diff --git a/src/layout/doKitting.vue b/src/layout/doKitting.vue index de30c85..cd9aff7 100644 --- a/src/layout/doKitting.vue +++ b/src/layout/doKitting.vue @@ -320,7 +320,7 @@ export default { }) }, showStockDealDialog() { - errorBox('暂未开放') + this.dialogVisible = true }, exceptionHandle() { if (this.exceptionHandleFormEntity.vehicleId == '' || this.exceptionHandleFormEntity.goodsId == '') { @@ -339,6 +339,7 @@ export default { ElMessage.success(response.message) this.exceptionHandleFormEntity.vehicleId = '' this.exceptionHandleFormEntity.goodsId = '' + this.dialogVisible = false } else { errorBox(response.message) } diff --git a/src/layout/eLocationTable.vue b/src/layout/eLocationTable.vue index 8b70a2c..5aa99f8 100644 --- a/src/layout/eLocationTable.vue +++ b/src/layout/eLocationTable.vue @@ -3,28 +3,37 @@
- - + 搜索 重置

- - - - - - + + + + + + + + + +