Browse Source

[SBBJ-808][厂内模具台账页面搜索隐藏 外委托供应商字段]

master
曾庆源 2 months ago
parent
commit
2a88d25b34
  1. 25
      src/views/eam/mold/moldAccounts/moldAccounts.data.ts

25
src/views/eam/mold/moldAccounts/moldAccounts.data.ts

@ -55,18 +55,6 @@ export const MoldAccounts = useCrudSchemas(reactive<CrudSchema[]>([
fixed: 'left',
},
},
{
label: '外委托供应商',
field: 'outsourcedSuppliers',
sort: 'custom',
isSearch: true,
isForm: true,
isTable: true,
table: {
width: '150',
fixed: 'left',
},
},
{
label: '模具编号',
field: 'number',
@ -329,7 +317,18 @@ export const MoldAccounts = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true,
isForm: false,
},
{
label: '外委托供应商',
field: 'outsourcedSuppliers',
sort: 'custom',
isSearch: true,
isForm: true,
isTable: true,
table: {
width: '150',
fixed: 'left',
},
},
{
label: '操作',

Loading…
Cancel
Save