@ -191,6 +191,30 @@ export const Item = useCrudSchemas(
value: 0
}
},
{
label: '采购周期',
field: 'purchaseCycle',
sort: 'custom',
table: {
width: 110
form: {
component: 'InputNumber',
label: '高储',
field: 'highStorage',
label: '成本中心',
field: 'cost',
@ -479,6 +479,34 @@ export const ItemAccounts = useCrudSchemas(
width: 150
hiddenSearchHigh: true,
isForm: false,
label: '是否框架协议',
field: 'isFramework',