Browse Source

装配计划查询类型控制问题修复

syhx
ljlong_2630 2 months ago
parent
commit
b89344264d
  1. 2
      src/views/wms/productionManage/productionplan/productionMainAssembleSparePart/productionMainAssembleSparePart.data.ts

2
src/views/wms/productionManage/productionplan/productionMainAssembleSparePart/productionMainAssembleSparePart.data.ts

@ -54,7 +54,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isSearch: true, isSearch: false,
search: { search: {
component: 'Select', component: 'Select',
}, },

Loading…
Cancel
Save