|
@ -65,7 +65,7 @@ export const PurchaseReceiptOrReturnRecordDetail = useCrudSchemas(reactive<CrudS |
|
|
field: 'billType' |
|
|
field: 'billType' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '物流收货单号', |
|
|
label: '待开票单据号', |
|
|
field: 'recvBillNum', |
|
|
field: 'recvBillNum', |
|
|
table: { |
|
|
table: { |
|
|
width: 180, |
|
|
width: 180, |
|
@ -511,7 +511,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '采购价格审批人', |
|
|
label: '采购价格审批人', |
|
|
field: 'procurementCreator', |
|
|
field: 'procurementCreator', |
|
@ -548,7 +548,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
// }
|
|
|
// }
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '采购审批时间', |
|
|
label: '采购审批时间', |
|
|
field: 'procurementCreateTime', |
|
|
field: 'procurementCreateTime', |
|
@ -885,7 +885,7 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '物流收货单号', |
|
|
label: '待开票单据号', |
|
|
field: 'recvBillNum', |
|
|
field: 'recvBillNum', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|