From e2c8dd1aa7b98306b88b373e1e95dc6b9bed1c2d Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Thu, 11 Apr 2024 11:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=9F=A5=E8=AF=A2=20=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BA=A7=E5=93=81=E8=A7=84=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../busFunctions/reportForms/lockInStock.js | 3 +- src/views/libraryManage/components/goods.vue | 16 ++--- .../inventory/InventoryEntry.vue | 58 ++++++++++++++-- src/views/libraryManage/inventory/config.js | 67 ++++++++++--------- .../libraryManage/inventory/inventory.vue | 3 +- .../inventoryLock/apply/config.js | 18 ++--- .../inventoryLock/examine/config.js | 6 +- .../libraryManage/lockOutStore/index.vue | 13 ++-- vue.config.js | 4 +- 9 files changed, 124 insertions(+), 64 deletions(-) diff --git a/src/api/wms/busFunctions/reportForms/lockInStock.js b/src/api/wms/busFunctions/reportForms/lockInStock.js index f7f0c8c..96b3674 100644 --- a/src/api/wms/busFunctions/reportForms/lockInStock.js +++ b/src/api/wms/busFunctions/reportForms/lockInStock.js @@ -70,7 +70,8 @@ export function getLockstockBatch(data) { //叫料确认 export function addLockstockOut(data) { return request({ - url: '/wms/lock/addLockstockOut', + // url: '/wms/lock/addLockstockOut', + url: 'wms/stock/lock/addLockstockOut', method: 'post', data: data }) diff --git a/src/views/libraryManage/components/goods.vue b/src/views/libraryManage/components/goods.vue index 0c3300f..2ac15d5 100644 --- a/src/views/libraryManage/components/goods.vue +++ b/src/views/libraryManage/components/goods.vue @@ -120,10 +120,10 @@ export default { { label: '单位', prop: 'unit', - istrue: true, - filter(row, value) { - return _that.getDictLabel(value, _that.dict.type.goods_unit) - } + istrue: true + // filter(row, value) { + // return _that.getDictLabel(value, _that.dict.type.goods_unit) + // } }, { label: '商品规格', @@ -143,10 +143,10 @@ export default { { label: '产品分类', prop: 'classify', - istrue: true, - filter(row, value) { - return _that.getDictLabel(value, _that.dict.type.goods_classify) - } + istrue: true + // filter(row, value) { + // return _that.getDictLabel(value, _that.dict.type.goods_classify) + // } }, { label: '存储分类', diff --git a/src/views/libraryManage/inventory/InventoryEntry.vue b/src/views/libraryManage/inventory/InventoryEntry.vue index 1838be8..1967a74 100644 --- a/src/views/libraryManage/inventory/InventoryEntry.vue +++ b/src/views/libraryManage/inventory/InventoryEntry.vue @@ -22,6 +22,22 @@ 盲盘 + + + + + + + + + + + + 生成计划 + >生成计划 + diff --git a/src/views/libraryManage/inventoryLock/apply/config.js b/src/views/libraryManage/inventoryLock/apply/config.js index fb1a49c..a98bdfa 100644 --- a/src/views/libraryManage/inventoryLock/apply/config.js +++ b/src/views/libraryManage/inventoryLock/apply/config.js @@ -44,9 +44,9 @@ export function tableConfig() { prop: "unit", istrue: true, "min-width": 100, - filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_unit); - }, + // filter(row, value) { + // return getDictLabel(value, _that.dict.type.goods_unit); + // }, }, { label: "件装量", @@ -138,9 +138,9 @@ export function tableConfig() { prop: "unit", istrue: true, "min-width": 100, - filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_unit); - }, + // filter(row, value) { + // return getDictLabel(value, _that.dict.type.goods_unit); + // }, }, { label: "件装量", @@ -227,9 +227,9 @@ export function tableConfig() { prop: "unit", istrue: true, "min-width": 100, - filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_unit); - }, + // filter(row, value) { + // return getDictLabel(value, _that.dict.type.goods_unit); + // }, }, { label: "件装量", diff --git a/src/views/libraryManage/inventoryLock/examine/config.js b/src/views/libraryManage/inventoryLock/examine/config.js index b15851f..f4d6868 100644 --- a/src/views/libraryManage/inventoryLock/examine/config.js +++ b/src/views/libraryManage/inventoryLock/examine/config.js @@ -57,9 +57,9 @@ export function tableConfig() { label: "单位", prop: "unit", istrue: true, - filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_unit); - }, + // filter(row, value) { + // return getDictLabel(value, _that.dict.type.goods_unit); + // }, }, { label: "件装量", diff --git a/src/views/libraryManage/lockOutStore/index.vue b/src/views/libraryManage/lockOutStore/index.vue index 6440454..ed624e9 100644 --- a/src/views/libraryManage/lockOutStore/index.vue +++ b/src/views/libraryManage/lockOutStore/index.vue @@ -124,7 +124,7 @@ - @@ -143,7 +143,7 @@ - + --> { // this.BreakCatList = response.data // }) - getLockstockBatch({ pageSize: 999, pageNum: 1 }).then((response) => { - this.lockstockBatch = response.data - }) + // getLockstockBatch({ pageSize: 999, pageNum: 1 }).then((response) => { + // this.lockstockBatch = response.data + // }) }, methods: { // 分页 @@ -432,9 +432,10 @@ export default { let data = { id: tempRow.id, batch: tempRow.batch, - ptPart: tempRow.ptPart, + // ptPart: tempRow.taskPath, lockNo: tempRow.lockNo, lockId: tempRow.lockId + // taskPath:'' // containerCode: tempRow.tempRow } this.form = data diff --git a/vue.config.js b/vue.config.js index f652fef..b75eff8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,8 +35,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://127.0.0.1:8031`, - // target: `http://192.168.0.110:8030`, + // target: `http://127.0.0.1:8031`, + target: `http://192.168.0.110:8030`, // target: `http://192.168.0.105:8030`, // target: `http://120.77.94.227:8030`, // target: `http://xiaowen.vaiwan.com`,