collar_use.php 844 B

123456789101112131415161718192021222324
  1. <?php
  2. return [
  3. 'Order_number' => '生产批次号',
  4. 'Product_name' => '产品名称',
  5. 'Status' => '状态',
  6. 'Status 1' => '领用',
  7. 'Status 2' => '退回',
  8. 'Warehousing' => '领用专色墨批次号',
  9. 'Weight' => '领用专色墨重量',
  10. 'Back' => '退回专色墨批次号',
  11. 'Back_weight' => '退回专色墨重量',
  12. 'Is_scrap' => '是否下机墨',
  13. 'Is_scrap 0' => '否',
  14. 'Is_scrap 1' => '是',
  15. 'L_status' => '领用状态',
  16. 'L_status 1' => '未出库',
  17. 'L_status 2' => '已出库',
  18. 'Machine_number' => '机台号',
  19. 'Nfc' => '关联的nfc',
  20. 'Process' => '总流程号',
  21. 'Current_process' => '当前流程号',
  22. 'Create' => '创建时间'
  23. ];