Browse Source

HL-5594制品回收申请、任务、记录,车间查询不好使;记录的状态字段去掉;申请没有生产线代码查询条件

hella_online_20240823
wangyufei 4 weeks ago
parent
commit
807863470f
  1. 24
      src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts
  2. 1
      src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts

24
src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts

@ -43,18 +43,18 @@ export const ProductredressRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180, width: 180,
}, },
}, },
{ // {
label: '状态', // label: '状态',
field: 'status', // field: 'status',
dictType: DICT_TYPE.REQUEST_STATUS, // dictType: DICT_TYPE.REQUEST_STATUS,
dictClass: 'string', // dictClass: 'string',
isForm:false, // isForm:false,
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
} // }
}, // },
{ {
label: '生产线代码', label: '生产线代码',
field: 'productionlineCode', field: 'productionlineCode',

1
src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts

@ -106,6 +106,7 @@ export const ProductredressRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
isTable:true, isTable:true,
isSearch:true,
tableForm: { tableForm: {
enterSearch: true, enterSearch: true,
isInpuFocusShow: true, isInpuFocusShow: true,

Loading…
Cancel
Save