Browse Source

修改填写字段排序

庄逸洲 5 years ago
parent
commit
b64b78033c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      views/new_main/create_org.html

+ 6 - 6
views/new_main/create_org.html View File

47
                     <label class="cell_tit fl">机构简称</label>
47
                     <label class="cell_tit fl">机构简称</label>
48
                     <input id="org_short_name" type="text" class="cell_input" maxlength="50" />
48
                     <input id="org_short_name" type="text" class="cell_input" maxlength="50" />
49
                 </div> -->
49
                 </div> -->
50
-                <div class="cell clearfix">
51
-                    <label class="cell_tit fl">联系人姓名</label>
52
-                    <input id="contact_name" type="text" class="cell_input" maxlength="20" />
53
-                </div>
54
                 <div class="cell clearfix">
50
                 <div class="cell clearfix">
55
                     <label class="cell_tit fl">机构类型</label>
51
                     <label class="cell_tit fl">机构类型</label>
56
                     <div class="city fl">
52
                     <div class="city fl">
95
                     </div>
91
                     </div>
96
                 </div>
92
                 </div>
97
                 <div class="cell clearfix">
93
                 <div class="cell clearfix">
98
-                    <label class="cell_tit fl">机构电话<br/>(选填)</label>
94
+                    <label class="cell_tit fl">联系人姓名</label>
95
+                    <input id="contact_name" type="text" class="cell_input" maxlength="20" />
96
+                </div>
97
+                <div class="cell clearfix">
98
+                    <label class="cell_tit fl">机构电话</label>
99
                     <input id="org_phone" type="text" class="cell_input" maxlength="50" />
99
                     <input id="org_phone" type="text" class="cell_input" maxlength="50" />
100
                 </div>
100
                 </div>
101
                 <div class="cell clearfix">
101
                 <div class="cell clearfix">
102
-                    <label class="cell_tit fl">请选择要启用的应用</label>
102
+                    <label class="cell_tit fl">选择启用的应用</label>
103
                     <div class="Checkbox fl">
103
                     <div class="Checkbox fl">
104
                         <div class="opt">
104
                         <div class="opt">
105
                             <input class="magic-checkbox" type="checkbox" name="open_app_checkbox" value="3" id="open_3" />
105
                             <input class="magic-checkbox" type="checkbox" name="open_app_checkbox" value="3" id="open_3" />