@ -68,57 +68,60 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([
},
{
label: '状态',
field: 'status',
dictType: DICT_TYPE.SUPPLIERINVOICE_STATUS,
dictClass: 'string',
isTable: true,
isForm:false,
label: '供应商代码',
field: 'supplierCode',
sort: 'custom',
isSearch: true,
table: {
width: 150
form: {
value: '1',
componentProps: {
disabled: true
}
label: '物流单据号',
field: 'recvBillNum',
label: '订单号',
field: 'poNumber',
label: '发货单号',
field: 'asnBillNum',
label: '订单行',
field: 'poLine',