|
@ -715,24 +715,24 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
// isForm: false,
|
|
|
// isForm: false,
|
|
|
// isTable: false,
|
|
|
// isTable: false,
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
// {
|
|
|
label: t('ts.已计划数量'), |
|
|
// label: t('ts.已计划数量'),
|
|
|
field: 'plannedPurchaseQty', |
|
|
// field: 'plannedPurchaseQty',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
hiddenInMain:true, |
|
|
// hiddenInMain:true,
|
|
|
form: { |
|
|
// form: {
|
|
|
component: 'InputNumber', |
|
|
// component: 'InputNumber',
|
|
|
componentProps: { |
|
|
// componentProps: {
|
|
|
min: 1, |
|
|
// min: 1,
|
|
|
precision: 6 |
|
|
// precision: 6
|
|
|
}, |
|
|
// },
|
|
|
value: 1 |
|
|
// value: 1
|
|
|
}, |
|
|
// },
|
|
|
isTableForm: false, |
|
|
// isTableForm: false,
|
|
|
isForm: false, |
|
|
// isForm: false,
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: t('ts.已发货数量'), |
|
|
label: t('ts.已发货数量'), |
|
|
field: 'shippedPurchaseQty', |
|
|
field: 'shippedPurchaseQty', |
|
|