From ff1a7a039f36b94cc980305e318a3eeb3f15339a Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Fri, 5 Jul 2024 13:41:41 +0800 Subject: [PATCH 01/13] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0type?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptscrap/productreceiptscrapJobMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue index 345042c99..ce5ab9968 100644 --- a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue +++ b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue @@ -299,7 +299,7 @@ const searchFormClick = (searchData) => { const cmd = { 'column':'type', 'action':'==', - 'value':'predict' + 'value':'scrap' } searchData.filters.push(cmd) tableObject.params = { From 7187d0348eba2e215cb8c77d85ef11506d371287 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Fri, 5 Jul 2024 13:45:05 +0800 Subject: [PATCH 02/13] =?UTF-8?q?=E9=AB=98=E7=BA=A7=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=B2=A1=E4=BC=A0type=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptscrapRecordMain/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue index 84962d800..e5f369ecc 100644 --- a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue +++ b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue @@ -208,6 +208,12 @@ const handleExport = async () => { // 筛选提交 const searchFormClick = (searchData) => { + const cmd = { + 'column':'type', + 'action':'==', + 'value':'scrap' + } + searchData.filters.push(cmd) tableObject.params = { isSearch: true, filters: searchData.filters From 592d773f69544168254a3e4166f9fa88d19844bb Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Fri, 5 Jul 2024 13:45:58 +0800 Subject: [PATCH 03/13] =?UTF-8?q?EAM=20=20=E2=80=94=E2=80=94>=20=E5=A4=87?= =?UTF-8?q?=E4=BB=B6=E7=AE=A1=E7=90=86=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/disposition/defaultButtons.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/disposition/defaultButtons.ts b/src/utils/disposition/defaultButtons.ts index edb8b8d7e..7f637131d 100644 --- a/src/utils/disposition/defaultButtons.ts +++ b/src/utils/disposition/defaultButtons.ts @@ -1154,7 +1154,7 @@ export function mainCopyBtn(option: any) { // 主列表-部件 export function componentBtn(option: any) { return __defaultBtnOption(option, { - label: '部件', + label: '关联部件', name: 'component', hide: false, type: 'primary', @@ -1166,7 +1166,7 @@ export function componentBtn(option: any) { // 主列表-备件 export function sparePartBtn(option: any) { return __defaultBtnOption(option, { - label: '备件', + label: '关联备件', name: 'sparePart', hide: false, type: 'primary', From 3879353b0229401bfd676b8e8f1ca332184d7ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Fri, 5 Jul 2024 13:57:36 +0800 Subject: [PATCH 04/13] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/equipmentAccounts/index.vue | 368 ++++++++++++---------- src/views/eam/toolAccounts/index.vue | 350 +++++++++++--------- 2 files changed, 413 insertions(+), 305 deletions(-) diff --git a/src/views/eam/equipmentAccounts/index.vue b/src/views/eam/equipmentAccounts/index.vue index e17ae39a8..7196e45b5 100644 --- a/src/views/eam/equipmentAccounts/index.vue +++ b/src/views/eam/equipmentAccounts/index.vue @@ -1,18 +1,22 @@