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',