Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@627 931142cf-59ea-a443-aa0e-51397b428577

ld_jiangxf 8 năm trước cách đây
mục cha
commit
680f80ee19

+ 2 - 0
gkjsjy/jsjy/WebContent/WEB-INF/pages/gkjygl/gkjyr/jyrjbxx/gkjyrdetails.jsp

@@ -178,6 +178,7 @@
 										<td width="15%">${gkjyrxx.sfwhqyzw}</td>
 										
 									</tr>
+									
 									<tr>
 										<th>经营人名称:</th>
 										<td colspan="5">${gkjyrxx.gkjyr}
@@ -188,6 +189,7 @@
 										<td>
 										</td> -->
 									</tr>
+								
 									<tr>
 										<th>办公地址:</th>
 										<td colspan="5">${gkjyrxx.bgdz}

+ 6 - 0
gkjsjy/jsjy/WebContent/WEB-INF/pages/set/role/roleadd.jsp

@@ -102,6 +102,12 @@
 								<input type="text" class="form-control" name="sortno">
 							</td>
 						</tr>
+						<tr>
+						     <th>备注:&nbsp;</th>
+							 <td colspan="3">
+								<textarea rows="" cols="3" style="width: 92.5%;" name="bz" class="form-control"></textarea>
+							 </td>
+						</tr>
 					</table>
 </form>
 					<div  id="buttons">

+ 6 - 0
gkjsjy/jsjy/WebContent/WEB-INF/pages/set/role/roleedit.jsp

@@ -102,6 +102,12 @@
 								<input type="text" class="form-control" name="sortno" value="${record.sortno }">
 							</td>
 						</tr>
+						<tr>
+						     <th>备注:&nbsp;</th>
+							 <td colspan="3">
+								<textarea rows="" cols="3" style="width: 92.5%;" name="bz" class="form-control"></textarea>
+							 </td>
+						</tr>
 					</table>
 </form>
 					<div  id="buttons">

+ 6 - 0
gkjsjy/jsjy/WebContent/WEB-INF/pages/set/role/roleview.jsp

@@ -99,6 +99,12 @@
 								${record.sortno }
 							</td>
 						</tr>
+						<tr>
+						     <th>备注:&nbsp;</th>
+							 <td colspan="3">
+								<textarea rows="" cols="3" style="width: 99%;" name="bz" class="form-control"></textarea>
+							 </td>
+						</tr>
 					</table>
 </form>
 					<div  id="buttons">