Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/setForeignTousseUseImplantView.js =================================================================== diff -u -r32864 -r32869 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/setForeignTousseUseImplantView.js (.../setForeignTousseUseImplantView.js) (revision 32864) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/setForeignTousseUseImplantView.js (.../setForeignTousseUseImplantView.js) (revision 32869) @@ -29,6 +29,7 @@ rootVisible:false, autoScroll:true, containerScroll : true, + id:'foreginToussColumnTree', columns:[{ header:'供货商', width:230, @@ -48,14 +49,7 @@ },{ header:'植入物使用数量', width:100, - dataIndex:'implantAmountOfUseRecord', - renderer:function(v){ - if(v == ''){ - return '  '; - }else { - return v; - } - } + dataIndex:'implantAmountOfUseRecord' },{ header:'单价', width:40, Index: ssts-web/src/main/webapp/ext/fontSize15/styles/common.css =================================================================== diff -u -r28078 -r32869 --- ssts-web/src/main/webapp/ext/fontSize15/styles/common.css (.../common.css) (revision 28078) +++ ssts-web/src/main/webapp/ext/fontSize15/styles/common.css (.../common.css) (revision 32869) @@ -399,4 +399,14 @@ #invoicePlan_recyclingApplicationForm-xcollapsed .x-tool-expand-east-over{ background-position: -15px -180px; } -/* EAM*/ \ No newline at end of file +/* EAM*/ + +/* GYEY-756:兼容ie窗口的title看不清*/ +#packageImg_header_hd { + top: 0 !important; +} + +/* SZSZLYY-51:植入物使用数量为空时的输入框高度*/ +#foreginToussColumnTree div[name="divName_implantAmountOfUseRecord"] { + height: 18px !important; +} \ No newline at end of file Index: ssts-web/src/main/webapp/ext/fontSize12/styles/common.css =================================================================== diff -u -r32861 -r32869 --- ssts-web/src/main/webapp/ext/fontSize12/styles/common.css (.../common.css) (revision 32861) +++ ssts-web/src/main/webapp/ext/fontSize12/styles/common.css (.../common.css) (revision 32869) @@ -491,6 +491,13 @@ background: none !important; } + +/* GYEY-756:兼容ie窗口的title看不清*/ #packageImg_header_hd { top: 0 !important; +} + +/* SZSZLYY-51:植入物使用数量为空时的输入框高度*/ +#foreginToussColumnTree div[name="divName_implantAmountOfUseRecord"] { + height: 18px !important; } \ No newline at end of file