|
@ -550,6 +550,21 @@ export const PurchasePlanMainRules = reactive({ |
|
|
*/ |
|
|
*/ |
|
|
export const PurchasePlanDetail = useCrudSchemas( |
|
|
export const PurchasePlanDetail = useCrudSchemas( |
|
|
reactive<CrudSchema[]>([ |
|
|
reactive<CrudSchema[]>([ |
|
|
|
|
|
{ |
|
|
|
|
|
label: '要货计划单号', |
|
|
|
|
|
field: 'number', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isTableForm: false, |
|
|
|
|
|
hiddenInMain: true, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180 |
|
|
|
|
|
}, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '采购订单号', |
|
|
label: '采购订单号', |
|
|
field: 'poNumber', |
|
|
field: 'poNumber', |
|
@ -861,21 +876,7 @@ export const PurchasePlanDetail = useCrudSchemas( |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
label: '要货计划单号', |
|
|
|
|
|
field: 'number', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isTableForm: false, |
|
|
|
|
|
hiddenInMain: true, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 180 |
|
|
|
|
|
}, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '已收货数量', |
|
|
label: '已收货数量', |
|
|
field: 'receivedQty', |
|
|
field: 'receivedQty', |
|
|