From 3e58b8ff75eae5aacecc7f012edff928c0075731 Mon Sep 17 00:00:00 2001 From: liangzhou <594755172@qq.com> Date: Tue, 8 Oct 2024 19:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0=EF=BC=9A?= =?UTF-8?q?=201.=20=E5=A2=9E=E5=8A=A0=E7=94=B5=E5=AD=90=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=E7=9B=91=E6=8E=A7=E7=95=8C=E9=9D=A2=202.=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/location.js | 18 ++++ src/layout/doKitting.vue | 3 +- src/layout/eLocationTable.vue | 166 ++++++++++++++++++++-------------- src/layout/goodsInQR.vue | 1 + 4 files changed, 118 insertions(+), 70 deletions(-) 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 @@
- - + 搜索 重置

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