|
@ -27,7 +27,7 @@ export const Item = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
table: { |
|
|
table: { |
|
|
width:110, |
|
|
width: 110, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -44,7 +44,7 @@ export const Item = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width:110, |
|
|
width: 110, |
|
|
}, |
|
|
}, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
type: 'Select', |
|
|
type: 'Select', |
|
@ -64,7 +64,15 @@ export const Item = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '科目', |
|
|
label: '科目', |
|
|
field: 'subject', |
|
|
field: 'subject', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
dictType: DICT_TYPE.ITEM_SUBJECT, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
isSearch: false, |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
tableForm: { |
|
|
|
|
|
type: 'Select' |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '科目代码', |
|
|
label: '科目代码', |
|
|
field: 'subjectCode', |
|
|
field: 'subjectCode', |
|
@ -129,7 +137,7 @@ export const Item = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'reprocurement', |
|
|
field: 'reprocurement', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width:110, |
|
|
width: 110, |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
@ -141,7 +149,7 @@ export const Item = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'safetyStock', |
|
|
field: 'safetyStock', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width:110, |
|
|
width: 110, |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
@ -153,7 +161,7 @@ export const Item = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'cost', |
|
|
field: 'cost', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width:110, |
|
|
width: 110, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -161,7 +169,7 @@ export const Item = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'purchaser', |
|
|
field: 'purchaser', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width:100, |
|
|
width: 100, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|