Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js =================================================================== diff -u -r14607 -r14608 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js (.../goodsTemplateApplicationView.js) (revision 14607) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js (.../goodsTemplateApplicationView.js) (revision 14608) @@ -1426,12 +1426,12 @@ },{ header : "包装规格", dataIndex : 'packageSpec', - width : 65, + width : 65 * fontSizeScale, hidden:type==tousseApplicationForm || type==comboApplicationForm || sstsConfig.hidePackageSpec? true:false, menuDisabled : true },{ header : "申请数量", - width : 62, + width : 62 * fontSizeScale, align:'center', dataIndex : 'count', // css:'border-left:1px solid #EEEEEE;border-right:1px solid #EEEEEE;', @@ -1446,7 +1446,7 @@ },{ header : "加急数量", dataIndex : 'urgentAmount', - width : 62, + width : 62 * fontSizeScale, hidden : isHideUrgentAmount, editor: { xtype: 'numberfield', @@ -1458,12 +1458,12 @@ },{ header : "单位", dataIndex : 'unit', - width : 45, + width : 45 * fontSizeScale, hidden : type==tousseApplicationForm || (type==comboApplicationForm && !sstsConfig.showTousseUnitColumn) ? true:false, menuDisabled : true },{ header : "单价", - width : 48, + width : 48 * fontSizeScale, dataIndex : 'price', sortable: false, hidden : sstsConfig.hideToussePriceColumn, @@ -1472,7 +1472,7 @@ },{ id:'rowTotalPrice', header : "小计", - width : 68, + width : 68 * fontSizeScale, dataIndex : 'totalPrice', hidden : sstsConfig.hideToussePriceColumn, align:'right', @@ -1492,12 +1492,12 @@ },{ header : "包装规格", dataIndex : 'packageSpec', - width : 65, - hidden:type=='器械包申请单' || sstsConfig.hidePackageSpec ?true:false, + width : 65 * fontSizeScale, + hidden:type=='器械包申请单' || sstsConfig.hidePackageSpec ?true:false, sortable: false },{ header : "申请数量", - width : 62, + width : 62 * fontSizeScale, align:'center', dataIndex : 'count', // css:'border-left:1px solid #EEEEEE;border-right:1px solid #EEEEEE;', @@ -1512,7 +1512,7 @@ },{ header : "加急数量", dataIndex : 'urgentAmount', - width : 62, + width : 62 * fontSizeScale, hidden : isHideUrgentAmount, editor: { xtype: 'numberfield', @@ -1524,12 +1524,12 @@ },{ header : "单位", dataIndex : 'unit', - width : 45, + width : 45 * fontSizeScale, hidden:type=='器械包申请单'?true:false, menuDisabled : true },{ header : "单价", - width : 48, + width : 48 * fontSizeScale, dataIndex : 'price', hidden : sstsConfig.hideDisposablePriceColumn, align:'right', @@ -1538,7 +1538,7 @@ },{ id:'rowTotalPrice2', header : "小计", - width : 62, + width : 62 * fontSizeScale, hidden : sstsConfig.hideDisposablePriceColumn, align:'right', dataIndex : 'totalPrice', @@ -3013,26 +3013,26 @@ Ext4.BLANK_IMAGE_URL = WWWROOT + '/ext/resources/images/default/s.gif'; var columns = [ - {header : "流水号",width : 75,dataIndex : 'serialNumber', renderer : renderModifyFun}, - {header : "申请科室",width : 120,dataIndex : 'depart',hidden:sstsConfig.hideApplyDepartColumn}, - {header : "结算科室",width : 120,dataIndex : 'settleAccountsDepart',hidden:sstsConfig.hideSettleDepartColumn}, - {header : "申请人",width : 60,dataIndex : 'applicant'}, - {header : "申请时间",width : 120,dataIndex : 'applicationTime', renderer : myDateFormatByMinute}, - {header : "最后修改时间",width : 120,dataIndex : 'submitTime', renderer : myDateFormatByMinute}, - {header : "打印时间",width : 120,dataIndex : 'printTime', renderer : myDateFormatByMinute}, - {header : "类型",width : 105,dataIndex : 'type'}, - {header : "已提交",width : 45,dataIndex : 'committedStatus', renderer : renderStatus}, - {header : "已打印",width : 45,dataIndex : 'printed', renderer : renderPrintStatu}, - {header : "回收状态",width : 65,dataIndex : 'recyclingStatus', renderer : renderColor2}, - {header : "发货状态",width : 65,dataIndex : 'deliverStatus', renderer : renderColor}, - {header : "住院号",width : 65,dataIndex : 'hospitalNumber',hidden : isHideHospitalNumber}, - {header : "归还状态",width : 65,dataIndex : 'returnStatus', renderer : renderReturnStatusColor}, - {header : "终止状态",width : 65,dataIndex : 'endStatus'}, + {header : "流水号",width : 75 * fontSizeScale,dataIndex : 'serialNumber', renderer : renderModifyFun}, + {header : "申请科室",width : 120 * fontSizeScale,dataIndex : 'depart',hidden:sstsConfig.hideApplyDepartColumn}, + {header : "结算科室",width : 120 * fontSizeScale,dataIndex : 'settleAccountsDepart',hidden:sstsConfig.hideSettleDepartColumn}, + {header : "申请人",width : 60 * fontSizeScale,dataIndex : 'applicant'}, + {header : "申请时间",width : 120 * fontSizeScale,dataIndex : 'applicationTime', renderer : myDateFormatByMinute}, + {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 : 65 * fontSizeScale,dataIndex : 'recyclingStatus', renderer : renderColor2}, + {header : "发货状态",width : 65 * fontSizeScale,dataIndex : 'deliverStatus', renderer : renderColor}, + {header : "住院号",width : 65 * fontSizeScale,dataIndex : 'hospitalNumber',hidden : isHideHospitalNumber}, + {header : "归还状态",width : 65 * fontSizeScale,dataIndex : 'returnStatus', renderer : renderReturnStatusColor}, + {header : "终止状态",width : 65 * fontSizeScale,dataIndex : 'endStatus'}, {id:'operationRemark',header: "备注", dataIndex: 'remark'}, - {header : "拼音码",width : 120,dataIndex : 'spelling',hidden:true}, - {header : "五笔码",width : 120,dataIndex : 'wbCode',hidden:true}, + {header : "拼音码",width : 120 * fontSizeScale,dataIndex : 'spelling',hidden:true}, + {header : "五笔码",width : 120 * fontSizeScale,dataIndex : 'wbCode',hidden:true}, {header: "发货单状态", dataIndex: 'invoiceStatus',hidden:true}, - {header : "操作",width : 175,renderer: function(v,p,record){ + {header : "操作",width : 175 * fontSizeScale,renderer: function(v,p,record){ var invoiceStatus = record.data.invoiceStatus; var deliverStatus = record.data.deliverStatus; var inoviceButton = ""; @@ -3061,9 +3061,9 @@ return inoviceButton+returnButton; } }, - {header : "预回收人",width : 65,dataIndex : 'prepareRecycleOperator'}, - {header : "预回收确认人",width : 85,dataIndex : 'prepareRecycleComfirmor'}, - {header : "预回收时间",width : 130,dataIndex : 'prepareRecycleDateTime'} + {header : "预回收人",width : 65 * fontSizeScale,dataIndex : 'prepareRecycleOperator'}, + {header : "预回收确认人",width : 85 * fontSizeScale,dataIndex : 'prepareRecycleComfirmor'}, + {header : "预回收时间",width : 130 * fontSizeScale,dataIndex : 'prepareRecycleDateTime'} ];