Browse Source

增加ERP单据号

master_hella_20240701
zhaoxuebing 6 months ago
parent
commit
6d20fed5a2
  1. 8
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

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

@ -42,6 +42,14 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180 width: 180
}, },
}, },
{
label: 'ERP单据号',
field: 'erpNumber',
sort: 'custom',
table: {
width: 180
},
},
{ {
label: '要货计划单号', label: '要货计划单号',
field: 'ppNumber', field: 'ppNumber',

Loading…
Cancel
Save