|
|
@ -188,6 +188,17 @@ export const SaleShipmentDetailRecordRules = reactive({ |
|
|
|
}) |
|
|
|
|
|
|
|
export const SaleShipmentDetailRecord = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '客户代码', |
|
|
|
field: 'customerCode', |
|
|
|
sort: 'custom', |
|
|
|
hiddenInMain:true, |
|
|
|
isDetail:false, |
|
|
|
isTableForm:false, |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '销售订单号', |
|
|
|
field: 'soNumber', |
|
|
@ -304,6 +315,7 @@ export const SaleShipmentDetailRecord = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
type: 'Select' |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '备注', |
|
|
|
field: 'remark', |
|
|
|