Browse Source

YT-1297供应商模具费用页面显示不正确

intex_online20241228
王宇飞 2 months ago
parent
commit
d35e0ee322
  1. 32
      src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts

32
src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts

@ -9,10 +9,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number',
sort: 'custom',
fixed: 'left',
isSearch: true,
table:{
width: 200
}
isSearch: true
},
{
label: '状态',
@ -31,9 +28,6 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([
multiple:true,
}
},
table:{
width: 100
}
},
{
label: '版本号',
@ -45,18 +39,12 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '供应商代码',
field: 'supplierCode',
sort: 'custom',
table: {
width: 150
},
isSearch: true
},
{
label: '供应商名称',
field: 'supplierName',
sort: 'custom',
table: {
width: 150
},
isSearch: true
},
{
@ -82,9 +70,6 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([
type: 'datetime',
valueFormat: 'YYYY-MM'
}
},
table:{
width: 100
}
},
{
@ -93,10 +78,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isDetail:true,
isForm: false,
isTable:true,
table:{
width: 150
}
isTable:true
},
{
label: '创建时间',
@ -115,10 +97,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([
dateFormat : 'YYYY-MM-DD HH:mm:ss'
},
isTable:true,
isForm: false,
table:{
width:180
}
isForm: false
},
{
label: '更新者',
@ -145,10 +124,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive<CrudSchema[]>([
dateFormat : 'YYYY-MM-DD HH:mm:ss'
},
isTable:false,
isForm: false,
table:{
width:180
}
isForm: false
},
{
label: '操作',

Loading…
Cancel
Save