Browse Source

班组 去查询选条件 开始时间和结束时间

master_hella_20240701
李达明 6 months ago
parent
commit
9433b70153
  1. 8
      src/views/wms/basicDataManage/orderManage/shift/shift.data.ts

8
src/views/wms/basicDataManage/orderManage/shift/shift.data.ts

@ -47,9 +47,9 @@ export const Shift = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x',
}
},
isSearch: true,
isSearch: false,
search: {
show: true,
show: false,
component: 'TimePicker',
componentProps: {
valueFormat: 'HH:mm:ss',
@ -78,9 +78,9 @@ export const Shift = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x',
}
},
isSearch: true,
isSearch: false,
search: {
show: true,
show: false,
component: 'TimePicker',
componentProps: {
valueFormat: 'HH:mm:ss',

Loading…
Cancel
Save