From 0a3af708334c4f2918bddef11afc98d9a5f6a277 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 17 Oct 2024 15:29:29 +0800 Subject: [PATCH] =?UTF-8?q?HL-6269=E5=88=B6=E5=93=81=E5=AD=90=E4=BB=B6?= =?UTF-8?q?=E6=8A=A5=E5=BA=9F=E8=AE=B0=E5=BD=95=E7=95=8C=E9=9D=A2=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E7=AD=9B=E9=80=89=E6=8C=89=E9=92=AE=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E4=B8=94=E8=AE=B0=E5=BD=95=E7=95=8C=E9=9D=A2=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E6=88=90=E6=9C=AC=E4=B8=AD=E5=BF=83=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=E4=BB=A3=E7=A0=81=EF=BC=8C=E6=AD=A4=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=9C=80=E8=A6=81=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrapRecordMain/index.vue | 2 +- .../productscrapRecordMain.data.ts | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue index ae2d97a3c..964a05e6d 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue @@ -208,7 +208,7 @@ const { getList, setSearchParams } = tableMethods const HeadButttondata = [ defaultButtons.defaultExportBtn({hasPermi:'wms:productscrap-record-main:export'}), // 导出 defaultButtons.defaultFreshBtn(null), // 刷新 - //defaultButtons.defaultFilterBtn(null), // 筛选 + defaultButtons.defaultFilterBtn(null), // 筛选 defaultButtons.defaultSetBtn(null), // 设置 // { // label: '自定义扩展按钮', diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts index 2261f19a7..d3963d5d0 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts @@ -128,6 +128,22 @@ export const ProductscrapRecordMain = useCrudSchemas( width: 150 }, }, + { + label: '成本中心代码', + field: 'costCenterCode', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '原因代码', + field: 'reasonCodeRequisition', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '任务单号', field: 'jobNumber', @@ -437,6 +453,7 @@ export const ProductscrapRecordMain = useCrudSchemas( } } }, + { label: '操作', field: 'action',