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,
},
},
{
label: '状态',
field: 'status',
dictType: DICT_TYPE.REQUEST_STATUS,
dictClass: 'string',
isForm:false,
isTable: true,
sort: 'custom',
table: {
width: 150
}
},
// {
// label: '状态',
// field: 'status',
// dictType: DICT_TYPE.REQUEST_STATUS,
// dictClass: 'string',
// isForm:false,
// isTable: true,
// sort: 'custom',
// table: {
// width: 150
// }
// },
{
label: '生产线代码',
field: 'productionlineCode',

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

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

Loading…
Cancel
Save