|
|
@ -35,14 +35,14 @@ export const PurchaseReceiptOrReturnRecordDetail = useCrudSchemas(reactive<CrudS |
|
|
|
field: 'billType' |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物流单据号', |
|
|
|
label: '物流收货单号', |
|
|
|
field: 'recvBillNum', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货单号', |
|
|
|
label: '供应商发货单号', |
|
|
|
field: 'asnBillNum', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
@ -756,7 +756,7 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物流单据号', |
|
|
|
label: '物流收货单号', |
|
|
|
field: 'recvBillNum', |
|
|
|
hiddenInMain:true, |
|
|
|
table: { |
|
|
@ -787,7 +787,7 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货单号', |
|
|
|
label: '供应商发货单号', |
|
|
|
field: 'asnBillNum', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|