Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/selectEndCause.jsp
===================================================================
diff -u -r27263 -r28026
--- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/selectEndCause.jsp (.../selectEndCause.jsp) (revision 27263)
+++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/selectEndCause.jsp (.../selectEndCause.jsp) (revision 28026)
@@ -85,8 +85,8 @@
-
-
+
+
<%
HttpOptionManager httpOptionManager = (HttpOptionManager)SpringBeanManger.getBean("httpOptionManager");
List causeList = httpOptionManager.getHttpOptionTextById(httpOptionId);
Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js
===================================================================
diff -u -r27884 -r28026
--- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 27884)
+++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 28026)
@@ -449,13 +449,13 @@
},{
header : "科室名称",
dataIndex : 'name',
- width : 220,
+ width : 160,
menuDisabled : true
},
{
header : "设置默认结算科室",
dataIndex : 'settleAccountsDepart',
- width : 120,
+ width : 60,
menuDisabled : true,
editor : new Ext.form.ComboBox({
fieldLabel : '设置默认结算科室',
Index: ssts-web/src/main/webapp/themes/portalPage/theme/style/main.css
===================================================================
diff -u -r14064 -r28026
--- ssts-web/src/main/webapp/themes/portalPage/theme/style/main.css (.../main.css) (revision 14064)
+++ ssts-web/src/main/webapp/themes/portalPage/theme/style/main.css (.../main.css) (revision 28026)
@@ -18,7 +18,9 @@
padding: 0;
list-style: none;
}
-
+legend {
+ padding: 2px 0;
+}
a:link {
color: #000;
text-decoration: none;