client_price.php 900 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. return array
  3. (
  4. 'update' => array
  5. (
  6. 'field' => array
  7. (
  8. 'type' => 'hidden',
  9. 'type_name' => array
  10. (
  11. 'name' => '资源类型',
  12. 'type' => 'show',
  13. 'default' => 'Dever::call("place/manage.getResourceType", "{type}")',
  14. ),
  15. 'per' => array
  16. (
  17. 'tips' => '资源价格*折扣%=源主进货价格<br />如:折扣填写为80,则源主进货=资源价格*80%',
  18. 'placeholder' => '资源价格*折扣%=源主进货价格',
  19. ),
  20. 'status' => array
  21. (
  22. 'width' => '40',
  23. 'type' => 'switch',
  24. 'show' => '{status}',
  25. 'active_value' => 1,
  26. 'inactive_value' => 2,
  27. ),
  28. ),
  29. ),
  30. );