vendorColumnsDbfind.json 383 B

123456789101112131415161718192021
  1. [{
  2. "text": "供应商编号",
  3. "flex": 1,
  4. "dataIndex": "pu_vendorcode",
  5. "width": 100,
  6. "xtype": "",
  7. "items": null
  8. }, {
  9. "text": "供应商名称",
  10. "flex": 1,
  11. "dataIndex": "pu_vendorname",
  12. "xtype": "",
  13. "items": null
  14. }, {
  15. "text": "业务员",
  16. "flex": 0,
  17. "dataIndex": "saller",
  18. "width": 200,
  19. "xtype": "",
  20. "items": null
  21. }]