發(fā)表日期:2019-09 文章編輯:小燈 瀏覽次數(shù):3054
????
增加 主要銷售區(qū)域 并在公司修改頁面調(diào)用
?
1、后臺(tái)管理
?? 后臺(tái)管理頁面在 module/member/admin/setting.inc.php
??? 對(duì)應(yīng)模板module/member/admin/template/setting.tpl.php? 打開模板文件 找到經(jīng)營(yíng)模式行 在下邊增加一行后保存即可
<tr>
<td class="tl">主要銷售區(qū)域</td>
<td><input type="text" name="setting[com_salesArea]" style="width:98%;" value="<?php echo $com_salesArea;?>"/></td>
</tr>
修改好后填寫區(qū)域菜單保存即可(用 | 號(hào)隔開)。 ?? 不需要修改setting.inc.php,不需要更新緩存系統(tǒng)保存時(shí)直接寫到緩存文件里了。
2、在module/member/company_info.inc.php
??? $COM_MODE = explode('|', $MOD['com_mode']);? 大概106行
??? 后邊增加一行
??? $COM_salesArea = explode('|', $MOD['com_salesArea']);?? //取出來存入數(shù)組
3、在模板company_info.htm?? 用dselect函數(shù)調(diào)用
<tr>
<td class="tl">主要銷售區(qū)域</td>
???? <td class="tr">
?????????{dselect($COM_salesArea, 'post[salesArea]', '請(qǐng)選擇', $c_salesArea, 'id="salesArea" class="form-control w150"', 0)}
???? </td>
</tr>
?
日期:2019-09 瀏覽次數(shù):4001
日期:2019-09 瀏覽次數(shù):3783
日期:2019-09 瀏覽次數(shù):3758
日期:2019-09 瀏覽次數(shù):3692
日期:2019-09 瀏覽次數(shù):3674
日期:2019-09 瀏覽次數(shù):3679
日期:2019-09 瀏覽次數(shù):3724
日期:2019-09 瀏覽次數(shù):3783
日期:2019-09 瀏覽次數(shù):4118
日期:2019-09 瀏覽次數(shù):3590
日期:2019-09 瀏覽次數(shù):3679
日期:2019-09 瀏覽次數(shù):3361
日期:2019-09 瀏覽次數(shù):3377
日期:2019-09 瀏覽次數(shù):3053
日期:2019-09 瀏覽次數(shù):3080
日期:2019-09 瀏覽次數(shù):3081
日期:2019-09 瀏覽次數(shù):3048
日期:2019-09 瀏覽次數(shù):3168
日期:2019-09 瀏覽次數(shù):3137
日期:2019-09 瀏覽次數(shù):3325
日期:2019-09 瀏覽次數(shù):3208
日期:2019-09 瀏覽次數(shù):3392
日期:2019-09 瀏覽次數(shù):3110
日期:2019-09 瀏覽次數(shù):3447
日期:2019-09 瀏覽次數(shù):3321
日期:2019-09 瀏覽次數(shù):3311
日期:2019-09 瀏覽次數(shù):3185
日期:2019-09 瀏覽次數(shù):3225
日期:2019-09 瀏覽次數(shù):3074
日期:2019-09 瀏覽次數(shù):3028
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.