Browse Source

批量返工数量限制

master_hella_20240701
滕晓飞 11 months ago
parent
commit
33eae81618
  1. 5
      src/views/mes/reworkBatch/reworkBatch.data.ts

5
src/views/mes/reworkBatch/reworkBatch.data.ts

@ -152,7 +152,10 @@ export const ReworkBatch = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true, isSearch: true,
form: { form: {
component: 'InputNumber', component: 'InputNumber',
value: 0 value:1,
componentProps: {
min: 1
}
}, },
}, },
{ {

Loading…
Cancel
Save