From a75c79f273349fcb30a5a7a1ba0d9fe19981710d Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 29 Aug 2024 15:50:06 +0800 Subject: [PATCH 01/13] =?UTF-8?q?HL-5710WMS=E5=BA=93=E5=AD=98=E8=BD=AC?= =?UTF-8?q?=E7=A7=BB=E5=88=B0=E5=BA=93=E4=BD=8D=E4=BB=A3=E7=A0=81=E4=B8=8D?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=8F=AF=E4=BB=A5=E9=80=89=E6=8B=A9=20?= =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E7=94=A8=E7=9A=84=E5=BA=93=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventorymoveRecordRequestMain.data.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/inventorymoveRecordRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/inventorymoveRecordRequestMain.data.ts index ab33c30ed..e1ef00e2e 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/inventorymoveRecordRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/inventorymoveRecordRequestMain.data.ts @@ -61,11 +61,6 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ key: 'isIn', value: 'out', isMainValue: false - }, - { - key:'available', // 查询列表中字段 - value:'TRUE', // 指查询具体值 - isMainValue: false // 表示查询条件不是主表的字段的值 }], isRepeat:true, verificationParams: [{ @@ -96,11 +91,6 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ key: 'isIn', value: 'out', isMainValue: false - }, - { - key:'available', // 查询列表中字段 - value:'TRUE', // 指查询具体值 - isMainValue: false // 表示查询条件不是主表的字段的值 }], verificationParams: [{ key: 'code', From dc66d8f00bc9be9327a4af7666585ef59d1273e7 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 29 Aug 2024 15:57:39 +0800 Subject: [PATCH 02/13] =?UTF-8?q?=E7=BC=BA=E9=99=B7=EF=BC=9AHL-5588?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=A0=87=E7=AD=BE=E5=90=8E=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=A0=87=E7=AD=BE=E7=9A=84=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptRequestMain/index.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue index abc99b0a1..9048ed113 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue @@ -371,6 +371,20 @@ const isASNShowMainButton = (row,val) => { } } + +// 根据状态返回该按钮是否显示 +const isASNShowMainButtonCreateLabel = (row,val) => { + if (val.indexOf(row.status) > -1) { + if(row.sourceType == 'ASN_ExternalReceipt' && row.asnOutLabel == '2'){ + return true; + }else{ + return false; + } + } else { + return true; + } +} + // 列表-操作按钮 const butttondata = (row,$index) => { const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1 @@ -386,7 +400,7 @@ const butttondata = (row,$index) => { { label: '生成标签', name: 'ssbq', - hide: isASNShowMainButton(row, ['3']), + hide: isASNShowMainButtonCreateLabel(row, ['3']), type: 'primary', icon: '', color: '', From 23f26df0ab024fd0635d64dbbe23a0114a79e2a3 Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Thu, 29 Aug 2024 16:47:51 +0800 Subject: [PATCH 03/13] =?UTF-8?q?WMS=20bug=EF=BC=9AHL-5694=20=20WMS-PDA?= =?UTF-8?q?=E8=A1=A5=E6=96=99=E4=BB=BB=E5=8A=A1=E5=A2=9E=E5=8A=A0=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E5=90=8E=E7=AB=AF=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshJobMain/repleinshJobMain.data.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts index 6051b154e..c7b5ae643 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts @@ -763,6 +763,26 @@ export const RepleinshJobDetail = useCrudSchemas(reactive([ }, isSearch: true, }, + { + label: '从库区', + field: 'fromAreaCode', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true, + isTable: true + }, + { + label: '到库区', + field: 'toAreaCode', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true, + isTable: true + }, { label: '物料代码', field: 'itemCode', From 779a6adda0d2c9899c31156810e82b53a6a7725c Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 29 Aug 2024 17:15:37 +0800 Subject: [PATCH 04/13] =?UTF-8?q?HL-5588=E5=88=9B=E5=BB=BA=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E7=94=9F=E6=88=90=E5=AE=8C=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceipt/purchasereceiptRequestMain/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue index 9048ed113..ff6e0b1cf 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue @@ -501,6 +501,7 @@ const submitFormLabel = async (formType, submitData) => { } finally { formLabelRef.value.formLoading = false formLabelRef.value.dialogVisible = false + buttonBaseClick('refresh',null); } } From 823ab80e0d8724184cfff52b3d6647c50a820181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Thu, 29 Aug 2024 18:47:08 +0800 Subject: [PATCH 05/13] =?UTF-8?q?=E7=A7=91=E7=9B=AE=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A2=9E=E5=8A=A0=E4=B8=A4=E4=B8=AA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=E7=A7=B0=E4=B8=BA=E9=A1=B9=E7=9B=AE=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=BF=85=E5=A1=AB=EF=BC=88=E7=B1=BB=E5=9E=8B=E4=B8=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E5=80=BC=EF=BC=8C=E9=BB=98=E8=AE=A4=E4=B8=BA?= =?UTF-8?q?=E5=90=A6=EF=BC=89/=E6=88=90=E6=9C=AC=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC=EF=BC=88=E5=AD=97=E7=AC=A6=E5=9E=8B?= =?UTF-8?q?=EF=BC=8C=E9=80=89=E5=A1=AB=EF=BC=89=EF=BC=8C=E6=88=90=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E5=8F=96=E7=8E=B0=E6=9C=89=E6=88=90=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=90=9C=E7=B4=A2=E5=B8=AE=E5=8A=A9=20=20HL-?= =?UTF-8?q?5743?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subject/subjectAccount/subjectAccount.data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/basicDataManage/subject/subjectAccount/subjectAccount.data.ts b/src/views/wms/basicDataManage/subject/subjectAccount/subjectAccount.data.ts index 125def636..7c10eabf2 100644 --- a/src/views/wms/basicDataManage/subject/subjectAccount/subjectAccount.data.ts +++ b/src/views/wms/basicDataManage/subject/subjectAccount/subjectAccount.data.ts @@ -17,6 +17,7 @@ export const SubjectAccountRules = reactive({ projectId: [required], projectCode: [required], available: [required], + isProject: [required], isFromPlMstr: [required] }) From e52662e20d2f288ad1e13b1536eec475649f2c1b Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Thu, 29 Aug 2024 19:38:29 +0800 Subject: [PATCH 06/13] =?UTF-8?q?1=E3=80=81HL-3515?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/LoginForm.vue | 2 +- src/views/login/updatePasswordNewTips.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/login/components/LoginForm.vue b/src/views/login/components/LoginForm.vue index 3af1028c8..9dde5c918 100644 --- a/src/views/login/components/LoginForm.vue +++ b/src/views/login/components/LoginForm.vue @@ -279,7 +279,7 @@ }catch (e) { if(e.code === 1002000010){ setTimeout(function (){ - window.location.href = "/updatePasswordNewTips?username="+loginData.loginForm.username + router.push({path:"/updatePasswordNewTips",query:{username:loginData.loginForm.username}}) },3000) } } finally { diff --git a/src/views/login/updatePasswordNewTips.vue b/src/views/login/updatePasswordNewTips.vue index cf6709065..06a74b6b6 100644 --- a/src/views/login/updatePasswordNewTips.vue +++ b/src/views/login/updatePasswordNewTips.vue @@ -31,6 +31,7 @@