productTable.php 612 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return [
  3. [
  4. 'key' =>'title',
  5. 'value' => '* 产品名称',
  6. ],
  7. [
  8. 'key' =>'code',
  9. 'value' => '* 产品编码',
  10. ],
  11. [
  12. 'key' =>'product_category_id',
  13. 'value' => '* 产品分类',
  14. ],
  15. [
  16. 'key' =>'size',
  17. 'value' => '产品规格',
  18. ],
  19. [
  20. 'key' =>'unit',
  21. 'value' => '产品单位',
  22. ],
  23. [
  24. 'key' =>'bar_code',
  25. 'value' => '条码',
  26. ],
  27. [
  28. 'key' =>'cost',
  29. 'value' => '成本',
  30. ],
  31. [
  32. 'key' =>'retail_price',
  33. 'value' => '零售价',
  34. ],
  35. ];