请问客户表单中如何添加区域这一项?

sulrex 2016-06-24 10:17:08

我在crm\customer\view\create.html.php里按照edit.html.php复制了

<tr>
     <th><?php echo $lang->customer->area;?></th>
     <td><?php echo html::select('area', $areaList,  $customer->area, "class='form-control chosen'");?></td>
</tr>

td标签内显示空白,望指教错误。


回帖列表
sulrex 2016-06-24 11:42:22
可以了,谢谢。
chujilu 2016-06-24 10:59:42
修改 config/my.php里的debug值为true,看看有什么报错信息,应该需要在control里给$this->view->$areaList赋值, 不能用$customer->area变量
1/ 1
鲁ICP备18054969号
ZSITE8.6