diff --git a/src/views/wms/supplierManage/supplierinvoiceInvoiced/supplierinvoiceInvoiced.data.ts b/src/views/wms/supplierManage/supplierinvoiceInvoiced/supplierinvoiceInvoiced.data.ts index 62db027ef..da35415d0 100644 --- a/src/views/wms/supplierManage/supplierinvoiceInvoiced/supplierinvoiceInvoiced.data.ts +++ b/src/views/wms/supplierManage/supplierinvoiceInvoiced/supplierinvoiceInvoiced.data.ts @@ -68,57 +68,60 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive([ }, }, { - label: '状态', - field: 'status', - dictType: DICT_TYPE.SUPPLIERINVOICE_STATUS, - dictClass: 'string', - isTable: true, - isForm:false, + label: '供应商代码', + field: 'supplierCode', sort: 'custom', + isSearch: true, table: { width: 150 }, - isSearch: true, - form: { - value: '1', - componentProps: { - disabled: true - } - } }, { - label: '物流单据号', - field: 'recvBillNum', + label: '订单号', + field: 'poNumber', sort: 'custom', - isSearch: true, table: { width: 150 }, }, { - label: '发货单号', - field: 'asnBillNum', + label: '物流单据号', + field: 'recvBillNum', sort: 'custom', + isSearch: true, table: { width: 150 }, }, { - label: '供应商代码', - field: 'supplierCode', + label: '发货单号', + field: 'asnBillNum', sort: 'custom', table: { width: 150 }, }, { - label: '订单号', - field: 'poNumber', + label: '状态', + field: 'status', + dictType: DICT_TYPE.SUPPLIERINVOICE_STATUS, + dictClass: 'string', + isTable: true, + isForm:false, sort: 'custom', table: { width: 150 }, + isSearch: true, + form: { + value: '1', + componentProps: { + disabled: true + } + } }, + + { label: '订单行', field: 'poLine',