Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/foreignTousseApplicationReport.js
===================================================================
diff -u -r35281 -r35285
--- ssts-web/src/main/webapp/disinfectsystem/reportforms/foreignTousseApplicationReport.js (.../foreignTousseApplicationReport.js) (revision 35281)
+++ ssts-web/src/main/webapp/disinfectsystem/reportforms/foreignTousseApplicationReport.js (.../foreignTousseApplicationReport.js) (revision 35285)
@@ -396,6 +396,7 @@
}
html += getBodyTd('' + sumTousseInstanceAmount + '', 1, 1);
html += getBodyTd('' + ((sumPrice == 0) ? "0.00" : sumPrice) + '', 1, 1);
+ colspanLen++;
if (enableTousseOfExclusiveDoctorFunction) {
colspanLen++;
}
@@ -422,6 +423,15 @@
if (sstsConfig.enableTheSizeDisplayOfTheForeignTousseApplicationReport) {
tableWidth += 120;
}
+ if(queryReceiveMan){
+ tableWidth += 70;
+ }
+ if(queryReturnMan){
+ tableWidth += 70;
+ }
+ if(queryReturnTime){
+ tableWidth += 120;
+ }
var totalMaterialDetails = '';
var customColumnName1 = '';
var enableTousseOfExclusiveDoctorFunction = false;