Commit 8a0bf5df by 朱继来

调整样片项目字段

parent 9dd66344
...@@ -128,18 +128,6 @@ ...@@ -128,18 +128,6 @@
6 => '其他', 6 => '其他',
], ],
'sample_project_stage' => [ // 项目阶段
1 => '设计研发',
2 => '小批量试产',
3 => '已量产',
],
'sample_project_reason' => [ // 申请理由
1 => '压缩成本',
2 => '停产料替代',
3 => '进口交期长',
],
'sample_type' => [ // 样片类型 'sample_type' => [ // 样片类型
1 => '普通样片', 1 => '普通样片',
2 => '工具尺', 2 => '工具尺',
......
...@@ -166,11 +166,11 @@ ...@@ -166,11 +166,11 @@
</tr> </tr>
<tr> <tr>
<td>项目阶段:</td> <td>项目阶段:</td>
<td colspan="19"><?= array_get(Config('params.sample_project_stage'), $order_temp_info['sample_project_stage'], '') ?></td> <td colspan="19"><?= $order_temp_info['sample_project_stage'] ?></td>
</tr> </tr>
<tr> <tr>
<td>申请理由:</td> <td>申请理由:</td>
<td colspan="19"><?= array_get(Config('params.sample_project_reason'), $order_temp_info['sample_project_reason'], '') ?></td> <td colspan="19"><?= $order_temp_info['sample_project_reason'] ?></td>
</tr> </tr>
<?php } ?> <?php } ?>
</tfoot> </tfoot>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment