From 3832fec9bd354ec8d6c064a018952992da21c4f3 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 14 Nov 2024 17:01:48 +0800 Subject: [PATCH] =?UTF-8?q?11/14=20=E4=B8=8A=E8=B4=A7=E5=B7=A5=E4=BD=8D?= =?UTF-8?q?=E8=B4=A7=E6=9E=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/workplace/addWorkplaceFreightDialog.vue | 9 ++++++--- .../basic/workplace/cargowWorkplaceManage.vue | 14 +++++++------- src/views/basic/workplace/freightManage.vue | 8 ++++---- src/views/collect/IoSplitOperateCode.vue | 1 + 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/src/views/basic/workplace/addWorkplaceFreightDialog.vue b/src/views/basic/workplace/addWorkplaceFreightDialog.vue index 78f9d84e..a4a499af 100644 --- a/src/views/basic/workplace/addWorkplaceFreightDialog.vue +++ b/src/views/basic/workplace/addWorkplaceFreightDialog.vue @@ -261,9 +261,9 @@ export default { //新增摆货层 addWorkplaceLayer() { - if (isBlank(this.formData.remark)){ - return this.$message.error('请输入货架说明') - } + // if (isBlank(this.formData.remark)){ + // return this.$message.error('请输入货架说明') + // } if (this.saveStatus == true){ return this.$message.error('请完成编辑摆货层') } @@ -340,6 +340,9 @@ export default { }) }, handleDel(row){ + if (this.saveStatus == true){ + return this.$message.error("请保存数据") + } let query = { code : row.code } diff --git a/src/views/basic/workplace/cargowWorkplaceManage.vue b/src/views/basic/workplace/cargowWorkplaceManage.vue index 7676fc24..f71f5c53 100644 --- a/src/views/basic/workplace/cargowWorkplaceManage.vue +++ b/src/views/basic/workplace/cargowWorkplaceManage.vue @@ -1196,13 +1196,13 @@ export default { this.$message.error('工位未绑定货位') }) }, - handleTabClick(tab){ - if (tab.name === 'huojia') { - if (this.$refs.freightManage) { - this.$refs.freightManage.getAllList(); - } - } - } + // handleTabClick(tab){ + // if (tab.name === 'huojia') { + // if (this.$refs.freightManage) { + // this.$refs.freightManage.getAllList(); + // } + // } + // } }, created() { this.getDepts() diff --git a/src/views/basic/workplace/freightManage.vue b/src/views/basic/workplace/freightManage.vue index e907fd69..e7fbdc8d 100644 --- a/src/views/basic/workplace/freightManage.vue +++ b/src/views/basic/workplace/freightManage.vue @@ -394,13 +394,13 @@ export default { // this.LayerQuery.freightCode = "" this.getList() // this.getLayers() - this.getQueues() + // this.getQueues() } }, created() { - this.getList() - this.getLayers() - this.getQueues() + // this.getList() + // this.getLayers() + // this.getQueues() } } diff --git a/src/views/collect/IoSplitOperateCode.vue b/src/views/collect/IoSplitOperateCode.vue index 38644c17..8b5c7477 100644 --- a/src/views/collect/IoSplitOperateCode.vue +++ b/src/views/collect/IoSplitOperateCode.vue @@ -82,6 +82,7 @@ +