Browse Source

发票修改

master_hella_20240701
zhaoxuebing 7 months ago
parent
commit
2b601dc42c
  1. 6
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts
  2. 13
      src/views/wms/supplierManage/supplierinvoiceInvoiced/supplierinvoiceInvoiced.data.ts

6
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -43,15 +43,17 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: 'ERP单据号', label: 'ERP单据号(无用)',
field: 'erpNumber', field: 'erpNumber',
isTable:false,
isTableForm:false,
sort: 'custom', sort: 'custom',
table: { table: {
width: 180 width: 180
}, },
}, },
{ {
label: 'qad采购收货记录单号', label: 'ERP单据号',
field: 'qadNumber', field: 'qadNumber',
sort: 'custom', sort: 'custom',
table: { table: {

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

@ -50,7 +50,8 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([
label: '项目编码', label: '项目编码',
field: 'projectCode', field: 'projectCode',
sort: 'custom', sort: 'custom',
isSearch: true, isTable:false,
isTableForm:false,
table: { table: {
width: 150 width: 150
}, },
@ -86,7 +87,7 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
{ {
label: '单据号', label: '物流单据号',
field: 'recvBillNum', field: 'recvBillNum',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
@ -94,14 +95,6 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{
label: '物流单据号',
field: 'erpNumber',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '发货单号', label: '发货单号',
field: 'asnBillNum', field: 'asnBillNum',

Loading…
Cancel
Save