purchase.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "simplePage": true,
  5. "searchShow": true,
  6. "addBtn":false,
  7. "editBtn":false,
  8. "addRowBtn":false,
  9. "cellBtn":false,
  10. "cancelBtn":false,
  11. "refreshBtn": false,
  12. "searchMenuSpan": 6,
  13. "align": "center",
  14. "delBtn":true,
  15. "dialogWidth": "60%",
  16. "tree": true,
  17. "border": true,
  18. "index": true,
  19. "selection": true,
  20. "menu": false,
  21. "menuWidth": 0,
  22. "dialogClickModal": false,
  23. "column":[
  24. {
  25. "label": "合同号",
  26. "prop": "orderNo",
  27. "search": true,
  28. "index": 1,
  29. "width":180
  30. },
  31. {
  32. "label": "提单号",
  33. "prop": "billNo",
  34. "index": 2,
  35. "width":180
  36. },
  37. {
  38. "label": "供应商",
  39. "prop": "strCorpName",
  40. "search": true,
  41. "index": 3,
  42. "width":180
  43. },
  44. {
  45. "label": "货物品种",
  46. "prop": "priceCategoryNames",
  47. "index": 4,
  48. "width":120
  49. },{
  50. "label": "规格名称",
  51. "prop": "itemType",
  52. "index": 5,
  53. "width":120
  54. },{
  55. "label": "件数",
  56. "prop": "purchaseQuantity",
  57. "index": 6,
  58. "width":120
  59. },{
  60. "label": "发票净重(吨)",
  61. "prop": "invoiceWeight",
  62. "index": 7,
  63. "width":120
  64. },{
  65. "label": "码单重量(吨)",
  66. "prop": "billWeight",
  67. "index": 8,
  68. "width":120
  69. },{
  70. "label": "单价",
  71. "prop": "price",
  72. "index": 9,
  73. "width":120
  74. },{
  75. "label": "合同金额",
  76. "prop": "amount",
  77. "index": 10,
  78. "width":120
  79. },{
  80. "label": "采购日期",
  81. "prop": "promentDate",
  82. "hide": true,
  83. "type": "date",
  84. "format": "yyyy-MM-dd",
  85. "valueFormat": "yyyy-MM-dd",
  86. "unlinkPanels": true,
  87. "searchRange": true,
  88. "search": true,
  89. "index": 6,
  90. "width":150
  91. }
  92. ]
  93. }