| 123456789101112131415161718192021222324 |
- <?php
- return [
- 'User_id' => '用户id',
- 'No' => '编号',
- 'Customer' => '订货单位',
- 'Product' => '品名',
- 'Specs' => '包装规格',
- 'Unit' => '单位',
- 'Number' => '数量',
- 'Price' => '单价',
- 'Delivery_date' => '交货期',
- 'Remark' => '备注',
- 'Date' => '日期',
- 'User_name' => '经办',
- 'Examine' => '审核',
- 'Status' => '状态',
- 'Status 1' => '计划中',
- 'Status 2' => '生产中',
- 'Status 3' => '已完成',
- 'Create' => '创建时间',
- 'Update' => '更新时间',
- 'Company_id' => '公司id',
- ];
|