浏览代码

修改页面的错误

lvhao 3 月之前
父节点
当前提交
3da8360fdf
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      template/erp/specialstock_enteredit.html
  2. 1 1
      template/erp/whlabel_bh_add.html
  3. 1 1
      template/erp/whlabel_bh_edit.html

+ 1 - 1
template/erp/specialstock_enteredit.html

@@ -344,7 +344,7 @@
 </li>
 
 <li class="2 none">
-<em>头套其它2:</em>
+<em>头套其它1:</em>
 <select name="wigother1" class="select">
 <option value="">未选择</option>
 {loop typeclassyc(50) as $val}

+ 1 - 1
template/erp/whlabel_bh_add.html

@@ -346,7 +346,7 @@
 
 <li class="2 none">
 <em>头套其它1:</em>
-<select name="wigother2" class="select">
+<select name="wigother1" class="select">
 <option value="">未选择</option>
 {loop typeclassyc(50) as $val}
 <option value="{$val['id']}">{$val['title']} - {$val['zh']}</option>

+ 1 - 1
template/erp/whlabel_bh_edit.html

@@ -370,7 +370,7 @@
 <em>头套其它2:</em>
 <select name="wigother2" class="select">
 <option value="">未选择</option>
-{loop typeclassyc(50) as $val}
+{loop typeclassyc(51) as $val}
 <option value="{$val['id']}">{$val['title']} - {$val['zh']}</option>
 {/loop}
 </select>