Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/tousseWorkLoadView.js =================================================================== diff -u -r35388 -r35389 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/tousseWorkLoadView.js (.../tousseWorkLoadView.js) (revision 35388) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/tousseWorkLoadView.js (.../tousseWorkLoadView.js) (revision 35389) @@ -19,7 +19,7 @@ } function getTableHtml(result, statType) { - var materialColumnName = ""; + var materialColumnName = "件数"; if (result.parametMap) { materialColumnName = result.parametMap.materialColumnName; } @@ -176,6 +176,10 @@ } //获取表头列 function getTableHeaderColumnArray(materialColumnName, statType) { + var width = 60; + if (materialColumnName !== '件数') { + width = 80; + } var columnNameArray = [{ name: '器械包类型', width: 80 @@ -200,45 +204,45 @@ width: 80 }, { name: '清点数量', - width: 120, + width: 60 + width, children: [{ name: '包数', width: 60 }, { - name: '件数', - width: 60 + name: materialColumnName, + width: width }] }, { name: '清洗数量', - width: 120, + width: 60 + width, children: [{ name: '包数', width: 60 }, { - name: '件数', - width: 60 + name: materialColumnName, + width: width }] }, { name: '装配数量', - width: 120, + width: 60 + width, children: [{ name: '包数', width: 60 }, { - name: '件数', - width: 60 + name: materialColumnName, + width: width }] }) if (packagingAmountConfig) { columnNameArray.push({ name: '包装数量', - width: 120, + width: 60 + width, children: [{ name: '包数', width: 60 }, { - name: '件数', - width: 60 + name: materialColumnName, + width: width }] }) } @@ -250,13 +254,13 @@ width: 80 }, { name: '发货数量', - width: 120, + width: 60 + width, children: [{ name: '包数', width: 60 }, { - name: '件数', - width: 60 + name: materialColumnName, + width: width }] }) if (urgentAmountConfig) {