Index: ssts-web/src/main/webapp/disinfectsystem/customform/forminstanceForm.js =================================================================== diff -u -r30507 -r32364 --- ssts-web/src/main/webapp/disinfectsystem/customform/forminstanceForm.js (.../forminstanceForm.js) (revision 30507) +++ ssts-web/src/main/webapp/disinfectsystem/customform/forminstanceForm.js (.../forminstanceForm.js) (revision 32364) @@ -56,7 +56,7 @@ return { columnWidth : .5, layout : 'form', - labelWidth : 90, + labelWidth : 120, hidden:hideElement, id:'hideElement'+id, style:'margin-top:10px', @@ -84,7 +84,7 @@ return { columnWidth : 1, layout : 'form', - labelWidth : 90, + labelWidth : 120, hidden:hideElement, id:'hideElement'+id, style:'margin-top:10px', @@ -114,7 +114,7 @@ return { columnWidth : .5, layout : 'form', - labelWidth : 90, + labelWidth : 120, hidden:hideElement, id:'hideElement'+id, style:'margin-top:10px', @@ -143,7 +143,7 @@ columnWidth : .5, layout : 'form', style:'margin-top:10px', - labelWidth : 90, + labelWidth : 120, hidden:hideElement, id:'hideElement'+id, items : [{ @@ -175,7 +175,7 @@ return { columnWidth : .5, layout : 'form', - labelWidth : 90, + labelWidth : 120, hidden:hideElement, id:'hideElement'+id, style:'margin-top:10px', @@ -205,7 +205,7 @@ return { columnWidth : .5, layout : 'form', - labelWidth : 90, + labelWidth : 120, hidden:hideElement, id:'hideElement'+id, style:'margin-top:10px', @@ -249,7 +249,7 @@ return { columnWidth : .5, layout : 'form', - labelWidth : 90, + labelWidth : 120, style:'margin-top:10px', hidden:hideElement, id:'hideElement'+id, Index: ssts-web/src/main/webapp/personalSetting/modifySearchMode.jsp =================================================================== diff -u -r29513 -r32364 --- ssts-web/src/main/webapp/personalSetting/modifySearchMode.jsp (.../modifySearchMode.jsp) (revision 29513) +++ ssts-web/src/main/webapp/personalSetting/modifySearchMode.jsp (.../modifySearchMode.jsp) (revision 32364) @@ -35,6 +35,7 @@ SSTS_Sterilization_Unload = true; +var newFontSize = '${fontSize}'; Index: ssts-web/src/main/webapp/disinfectsystem/customform/formdefinitionView.js =================================================================== diff -u -r30484 -r32364 --- ssts-web/src/main/webapp/disinfectsystem/customform/formdefinitionView.js (.../formdefinitionView.js) (revision 30484) +++ ssts-web/src/main/webapp/disinfectsystem/customform/formdefinitionView.js (.../formdefinitionView.js) (revision 32364) @@ -280,15 +280,15 @@ function moveUpDown(v, p, record){ var html = ''; - html += '向上移动     '; + html += '向上移动  '; html += ''; html += '向下移动'; return html; } function optionsMoveUpDown(v, p, record){ var html = ''; - html += '向上移动     '; + html += '向上移动  '; html += ''; html += '向下移动'; return html; @@ -970,10 +970,8 @@ var columns = [ {header : "表单名称",width : 250,dataIndex : 'formName', renderer : modifyRecord}, - {header : "创建时间",width : 150,dataIndex : 'createDate'}, + {header : "创建时间",width : 180,dataIndex : 'createDate'}, {header : "创建人",width : 80,dataIndex : 'createUserName'}, - {header : "拼音码",width : 0,dataIndex : 'spelling'}, - {header : "五笔码",width : 0,dataIndex : 'wbCode'}, {header : "版本号",width : 80,dataIndex : 'version'}, {header : "是否已部署",width : 120,dataIndex : 'isDeploy',renderer : showIsDeployStatus}, {header : "是否已停用",width : 120,dataIndex : 'isDisabled'}, Index: ssts-web/src/main/webapp/disinfectsystem/customform/forminstanceView.js =================================================================== diff -u -r16052 -r32364 --- ssts-web/src/main/webapp/disinfectsystem/customform/forminstanceView.js (.../forminstanceView.js) (revision 16052) +++ ssts-web/src/main/webapp/disinfectsystem/customform/forminstanceView.js (.../forminstanceView.js) (revision 32364) @@ -53,8 +53,16 @@ var columns = [ {header : "表单名称",width : 250,dataIndex : 'formDefinition.formName', renderer : modifyRecord}, - {header : "登记时间",width : 120,dataIndex : 'createDate',renderer : myDateFormatByMinute}, + {header : "登记时间",width : 160,dataIndex : 'createDate',renderer : myDateFormatByMinute}, {header : "登记人",width : 120,dataIndex : 'createUserName'}, + {header : "版本号",width : 120,dataIndex : 'version', renderer:function(v,p,record){ + var formDefinition = record.json.formDefinition; + if(formDefinition){ + return formDefinition.version; + }else { + return '' + } + }}, {id : 'remark',header : "备注",width : 120,dataIndex : 'remark'} ]; @@ -71,6 +79,7 @@ {name : 'formDefinition.formName'}, {name : 'createDate'}, {name : 'createUserName'}, + {name : 'version'}, {name : 'remark'} ]; Index: ssts-web/src/main/webapp/personalSetting/modifySearchMode.js =================================================================== diff -u -r29302 -r32364 --- ssts-web/src/main/webapp/personalSetting/modifySearchMode.js (.../modifySearchMode.js) (revision 29302) +++ ssts-web/src/main/webapp/personalSetting/modifySearchMode.js (.../modifySearchMode.js) (revision 32364) @@ -1,7 +1,6 @@ Ext.onReady(function(){ Ext.QuickTips.init(); - var fontSizeStore = new Ext.data.SimpleStore( { fields : ['value','fontText'], data : [['12','标准'], ['15','加大']] @@ -99,7 +98,7 @@ items : [{ layout : 'form', columnWidth : 0.6, - labelWidth : 60, + labelWidth : (newFontSize == 12) ? 60 : 80, items : [{ xtype : 'combo', fieldLabel : '字体大小', @@ -125,7 +124,7 @@ items : [{ layout : 'form', columnWidth : 0.6, - labelWidth : 60, + labelWidth : (newFontSize == 12) ? 60 : 80, items : [{ xtype : 'combo', fieldLabel : '告警提示', @@ -151,7 +150,7 @@ items : [{ layout : 'form', columnWidth : 0.6, - labelWidth : 60, + labelWidth : (newFontSize == 12) ? 60 : 80, items : [{ xtype : 'combo', fieldLabel : '启用语音', @@ -178,7 +177,7 @@ //hidden:!(SSTS_Sterilization_Unload && globalIsSupplyRoomUser), items : [{ layout : 'form', - labelWidth : 120, + labelWidth : (newFontSize == 12) ? 120 : 140, items : [{ xtype : 'combo', fieldLabel : '启用灭菌卸载提醒', @@ -198,7 +197,7 @@ }] },{ layout : 'form', - labelWidth : 120, + labelWidth : (newFontSize == 12) ? 120 : 140, items : [{ xtype : 'numberfield', minValue:0, @@ -211,7 +210,7 @@ }] },{ layout : 'form', - labelWidth : 120, + labelWidth : (newFontSize == 12) ? 120 : 140, items : [{ xtype : 'multiSelect', fieldLabel : '不提示卸载的灭菌炉', @@ -243,7 +242,7 @@ items : [{ layout : 'form', columnWidth : 0.8, - labelWidth : 170, + labelWidth : (newFontSize == 12) ? 170 : 210, items : [{ xtype : 'combo', fieldLabel : '申请单列表启用鼠标悬停事件', Index: ssts-web/src/main/webapp/disinfectsystem/customform/formInstanceReportView.js =================================================================== diff -u -r30513 -r32364 --- ssts-web/src/main/webapp/disinfectsystem/customform/formInstanceReportView.js (.../formInstanceReportView.js) (revision 30513) +++ ssts-web/src/main/webapp/disinfectsystem/customform/formInstanceReportView.js (.../formInstanceReportView.js) (revision 32364) @@ -89,7 +89,7 @@ },{ columnWidth : .2, layout : 'form', - labelWidth : 60, + labelWidth : 80, items : [new Ext.form.DateField({ id:'startDate', name : 'startDate', @@ -102,7 +102,7 @@ },{ columnWidth : .2, layout : 'form', - labelWidth : 60, + labelWidth : 80, items : [new Ext.form.DateField({ id:'endDate', name : 'endDate', @@ -115,7 +115,7 @@ },{ columnWidth : .35, layout : 'form', - labelWidth : 60, + labelWidth : 80, items : [{ xtype : 'combo', id : 'formName', @@ -136,7 +136,7 @@ },{ columnWidth : .25, layout : 'form', - labelWidth : 40, + labelWidth : 60, items : [{ xtype : 'combo', id : 'departName',