|
@ -253,28 +253,28 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
// component: 'InputNumber',
|
|
|
// component: 'InputNumber',
|
|
|
// }
|
|
|
// }
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
// {
|
|
|
label: '单价', |
|
|
// label: '单价',
|
|
|
field: 'singlePrice', |
|
|
// field: 'singlePrice',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
form: { |
|
|
// form: {
|
|
|
component: 'InputNumber', |
|
|
// component: 'InputNumber',
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
// {
|
|
|
label: '金额', |
|
|
// label: '金额',
|
|
|
field: 'amount', |
|
|
// field: 'amount',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
form: { |
|
|
// form: {
|
|
|
component: 'InputNumber', |
|
|
// component: 'InputNumber',
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
// },
|
|
|
// {
|
|
|
// {
|
|
|
// label: '入库时间',
|
|
|
// label: '入库时间',
|
|
|
// field: 'putInTime',
|
|
|
// field: 'putInTime',
|
|
|