Browse Source

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

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

Loading…
Cancel
Save