Browse Source

bug修复

master_hella_20240701
滕晓飞 1 year ago
parent
commit
e52f3e3cba
  1. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts
  2. 8
      src/views/wms/supplierManage/supplierinvoiceInvoiced/supplierinvoiceInvoiced.data.ts

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts

@ -574,7 +574,7 @@ export const SupplierinvoiceRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
}, },
}, },
{ {
label: '物流收货单号', label: '待开票单据号',
field: 'recvBillNum', field: 'recvBillNum',
table: { table: {
width: 150 width: 150

8
src/views/wms/supplierManage/supplierinvoiceInvoiced/supplierinvoiceInvoiced.data.ts

@ -28,7 +28,7 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '物流单据号', label: '待开票单据号',
field: 'recvBillNum', field: 'recvBillNum',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
@ -120,7 +120,7 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ {
label: '状态', label: '状态',
field: 'status', field: 'status',
@ -140,8 +140,8 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
{ {
label: '订单行', label: '订单行',
field: 'poLine', field: 'poLine',

Loading…
Cancel
Save