Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js =================================================================== diff -u -r29161 -r29181 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js (.../goodsApplicationView.js) (revision 29161) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js (.../goodsApplicationView.js) (revision 29181) @@ -2266,7 +2266,7 @@ items : [ { columnWidth : 0.5, layout : 'form', - labelWidth:65, + labelWidth:70, items : [ { xtype : 'datefieldWithMin', fieldLabel : '开始时间', @@ -2281,7 +2281,7 @@ },{ columnWidth : 0.5, layout : 'form', - labelWidth:65, + labelWidth:70, items : [{ xtype : 'datefieldWithMin', fieldLabel : '结束时间', @@ -2320,7 +2320,7 @@ id : 'chooseRecyclingDetailWin', layout : 'fit', title : '打印一次性物品汇总单 ', - width : 530, + width : 600, border : false, modal : true, autoHeight : true, @@ -3614,8 +3614,8 @@ {header : "最后修改时间",width : 120 * fontSizeScale,dataIndex : 'submitTime', renderer : myDateFormatByMinute}, {header : "打印时间",width : 120 * fontSizeScale,dataIndex : 'printTime', renderer : myDateFormatByMinute}, {header : "类型",width : 105 * fontSizeScale,dataIndex : 'type'}, - {header : "已提交",width : 45 * fontSizeScale,dataIndex : 'committedStatus', renderer : renderStatus}, - {header : "已打印",width : 45 * fontSizeScale,dataIndex : 'printed', renderer : renderPrintStatu}, + {header : "已提交",width : 46 * fontSizeScale,dataIndex : 'committedStatus', renderer : renderStatus}, + {header : "已打印",width : 46 * fontSizeScale,dataIndex : 'printed', renderer : renderPrintStatu}, {header : "汇总状态",width : 65 * fontSizeScale,dataIndex : 'gatherStatus',hidden : !sstsConfig.enableGatherRecyclingApplication, renderer : renderGatherStatusColor}, {header : "回收状态",width : 65 * fontSizeScale,dataIndex : 'recyclingStatus', renderer : renderColor2}, {header : "发货状态",width : 65 * fontSizeScale,dataIndex : 'deliverStatus', renderer : renderColor},