| 123456789101112131415161718192021222324 |
- <?php
- return [
- 'Order_number' => '生产批次号',
- 'Product_name' => '产品名称',
- 'Status' => '状态',
- 'Status 1' => '领用',
- 'Status 2' => '退回',
- 'Warehousing' => '领用专色墨批次号',
- 'Weight' => '领用专色墨重量',
- 'Back' => '退回专色墨批次号',
- 'Back_weight' => '退回专色墨重量',
- 'Is_scrap' => '是否下机墨',
- 'Is_scrap 0' => '否',
- 'Is_scrap 1' => '是',
- 'L_status' => '领用状态',
- 'L_status 1' => '未出库',
- 'L_status 2' => '已出库',
- 'Machine_number' => '机台号',
- 'Nfc' => '关联的nfc',
- 'Process' => '总流程号',
- 'Current_process' => '当前流程号',
- 'Create' => '创建时间'
- ];
|