Browse Source

物流审核

master_hella_20240701
yufei0306 6 months ago
parent
commit
e2ee396ee7
  1. 47
      src/views/wms/supplierManage/supplierinvoiceInvoiced/supplierinvoiceInvoiced.data.ts

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

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

Loading…
Cancel
Save