Browse Source

SCP供应商发票与wms销售开票添加回转凭证号

intex_20241211
宋国强 2 months ago
parent
commit
03dfcba43c
  1. 8
      src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts
  2. 11
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts

8
src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts

@ -201,6 +201,14 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([
dateFormat : 'YYYY-MM-DD HH:mm:ss' dateFormat : 'YYYY-MM-DD HH:mm:ss'
}, },
}, },
{
label: '回转凭证号',
table:{
width:180
},
field: 'allocationTransferNumber',
sort: 'custom',
},
{ {
label: '备注', label: '备注',

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

@ -720,6 +720,17 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
isTable:true, isTable:true,
isForm: false isForm: false
}, },
{
label: '模具分摊回转凭证号',
field: 'allocationTransferNumber',
sort: 'custom',
table: {
width: 200,
},
sortTableDefault:11,
isTable:true,
isForm: false
},
// { // {
// label: '冲销日记帐', // label: '冲销日记帐',
// field: 'reverseInvoiceJournal', // field: 'reverseInvoiceJournal',

Loading…
Cancel
Save