Browse Source

HL-6269制品子件报废记录界面缺少筛选按钮,并且记录界面缺少成本中心代码,原因代码,此部分需要增加

hella_online_20241024
yufei_wang 1 month ago
parent
commit
0a3af70833
  1. 2
      src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue
  2. 17
      src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts

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

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

Loading…
Cancel
Save