Index: ssts-web/src/main/webapp/disinfectsystem/packing/splitForeignTousseView.js =================================================================== diff -u -r12331 -r12633 --- ssts-web/src/main/webapp/disinfectsystem/packing/splitForeignTousseView.js (.../splitForeignTousseView.js) (revision 12331) +++ ssts-web/src/main/webapp/disinfectsystem/packing/splitForeignTousseView.js (.../splitForeignTousseView.js) (revision 12633) @@ -548,12 +548,12 @@ // 装配时打印标签 else{ var tousses = result.tousses; - // 必须先调用此代码,然后才能调用Ext.MessageBox.updateProgress - showProgressBar(true,'打印中','请稍候...'); for (var i=0;i"; return str; @@ -674,7 +674,7 @@ } return ""; }}, - {header : '删除操作',id : 'delAction',width : 60, + {header : '删除操作',id : 'delAction',width : 50, renderer : function(v, p, record) { var str = "
"; return str; @@ -1186,7 +1186,7 @@ store : tousseInstanceStore, cm : tousseCm, height : 265, - width:740, + width:840, autoExpandColumn : 'delAction', frame : false, viewConfig: { @@ -1234,7 +1234,7 @@ id : 'useRecordApplicationWin', layout : 'fit', title : '使用记录', - width : 800, + width : 900, height : 660, border : false, modal : true, Index: ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js =================================================================== diff -u -r12599 -r12633 --- ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 12599) +++ ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 12633) @@ -281,12 +281,12 @@ {header : "紧急度",width : 45,dataIndex : 'urgencyNum', renderer : urgencyIconRender1,hidden:true}, {header : "申请人",width : 50,dataIndex : 'applicant', renderer : modifyRecord}, {header : "申请时间",width : 115,dataIndex : 'applicationTime', renderer : myDateFormatByMinute}, - {header : "申请科室",width : 65,dataIndex : 'depart'}, + {header : "申请科室",width : 100,dataIndex : 'depart'}, {header : "住院号",width : 70,dataIndex : 'hospitalNumber'}, {header : "病人姓名",width : 60,dataIndex : 'patient'}, - {header : "医生",width : 90,dataIndex : 'doctor'}, + {header : "医生",width : 60,dataIndex : 'doctor'}, {header : "外来器械包名称",width : 150,dataIndex : 'tousseName',renderer : formartTousseName}, - {header : "手术名称",width : 150,dataIndex : 'surgery'}, + {header : "手术名称",width : 120,dataIndex : 'surgery'}, {header : "包状态",width : 50,dataIndex : 'packageStatus',renderer:renderColor}, {header : "发货状态",width : 60,dataIndex : 'deliverStatus',renderer:renderColor}, {header : "查看发货单",hidden : true,width : 70,align :'center',renderer: function(v,p,record){ @@ -304,11 +304,11 @@ return ""; }*/ }}, - {header : "接收人",width : 65,dataIndex : 'receiveMan'}, + {header : "接收人",width : 60,dataIndex : 'receiveMan'}, {header : "接收时间",width : 120,dataIndex : 'receiveTime', renderer : myDateFormatByMinute}, - {header : "归还人",width : 80,dataIndex : 'returnMan'}, + {header : "归还人",width : 60,dataIndex : 'returnMan'}, {header : "归还时间",width : 120,dataIndex : 'returnTime', renderer : myDateFormatByMinute}, - {id:'operationRemark',header: "备注", dataIndex: 'remark'} + {header: "备注", width : 400, dataIndex: 'remark'} ]; var readerDetail = [ @@ -394,7 +394,6 @@ isShowSearchField : true, columns : columns, plugins: filters, - autoExpandColumn : 'operationRemark', renderTo : 'gridDiv', frame : false }, Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.js =================================================================== diff -u -r12607 -r12633 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.js (.../sterilizationRecordView.js) (revision 12607) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordView.js (.../sterilizationRecordView.js) (revision 12633) @@ -303,11 +303,11 @@ {header : "结束时间",width : 125,dataIndex : 'endDate',renderer : myDateFormatByMinute}, {header : "灭菌目的",width : 120,dataIndex : 'sterilizationPurpose'}, {header : "灭菌炉",width : 160,dataIndex : 'sterilizer.name'}, - {header : "炉次",width : 50,dataIndex : 'frequency'}, - {header : "灭菌状态",width : 100,dataIndex : 'status', renderer : renderColor}, - {id : 'SterilizationType',header : "灭菌程序",width : 140,dataIndex : 'sterilizationType'}, - {header : "灭菌总数量",width : 90,dataIndex : 'amount'}, - {header : "灭菌器参数",width : 90,dataIndex : 'sterilizerRecordAmount',sortable :false,renderer: function(v,p,record){ + {header : "炉次",width : 40,dataIndex : 'frequency'}, + {header : "灭菌状态",width : 60,dataIndex : 'status', renderer : renderColor}, + {id : 'SterilizationType',header : "灭菌程序",width : 60,dataIndex : 'sterilizationType'}, + {header : "灭菌总数量",width : 70,dataIndex : 'amount'}, + {header : "灭菌器参数",width : 70,dataIndex : 'sterilizerRecordAmount',sortable :false,renderer: function(v,p,record){ if(record.data.sterilizerRecordAmount > 0){ return ""; }else{ @@ -448,7 +448,7 @@ columns : columns, plugins : filters, searchDisableIndexes : [ 'sterilizerRecordAmount' ], - autoExpandColumn : 'SterilizationType', + autoExpandColumn : 'action', renderTo : 'gridDiv', frame : false }, readerDetail, Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r12532 -r12633 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 12532) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 12633) @@ -585,15 +585,15 @@ ]); var cm = new Ext.grid.ColumnModel([ - {header : "条码",dataIndex : 'barcode',width : 90,menuDisabled: true}, + {header : "条码",dataIndex : 'barcode',width : 65,menuDisabled: true}, {header : "物品名称",dataIndex : 'showTousseName',width : 200,menuDisabled: true}, {header : "name",dataIndex : 'name',hidden : true,menuDisabled: true}, - {header : "批次/灭菌日期",dataIndex : 'batchNumber',width : 170,menuDisabled: true}, + {header : "批次/灭菌日期",dataIndex : 'batchNumber',width : 90,menuDisabled: true}, {header : "灭菌炉名称",dataIndex : 'sterilizerName',width : 200,menuDisabled: true,hidden :true}, - {header : "炉次",dataIndex : 'frequency',width : 100,menuDisabled: true,hidden :true}, + {header : "炉次",dataIndex : 'frequency',width : 50,menuDisabled: true,hidden :true}, {id : 'diposable',header : "是否一次性材料",dataIndex : 'diposable',hidden :true,width : 150}, - {header : "单价",dataIndex : 'fluctuationPrice',width : 80, align:'right', menuDisabled: true}, - {header : "数量",dataIndex : 'count',width : 70, align:'right', menuDisabled: true, + {header : "单价",dataIndex : 'fluctuationPrice',width : 50, align:'right', menuDisabled: true}, + {header : "数量",dataIndex : 'count',width : 50, align:'right', menuDisabled: true, editor : new Ext.form.TextField( { allowBlank : false, listeners : { @@ -602,7 +602,7 @@ } } })}, - {id : 'deleteItem',header:'删除',width : 60, align:'center', menuDisabled: true, + {id : 'deleteItem',header:'删除',width : 45, align:'center', menuDisabled: true, renderer: function(v,p,record){ var str = ""; return str; @@ -729,6 +729,7 @@ } } top.Ext.getCmp('senderBarcode').setValue(""); + top.Ext.getCmp('personInChargeBarcode').focus(); }); } }); @@ -869,7 +870,7 @@ frame : false, bodyStyle : 'border:1px solid #afd7af', viewConfig: { - forceFit:true + autoFit:true }, clicksToEdit : 1,// 设置点击几次才可编辑 selModel : new top.Ext.grid.RowSelectionModel({ Index: ssts-web/src/main/webapp/disinfectsystem/recyclingRecord/foreignTousseApplicationView.js =================================================================== diff -u -r12599 -r12633 --- ssts-web/src/main/webapp/disinfectsystem/recyclingRecord/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 12599) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingRecord/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 12633) @@ -81,21 +81,21 @@ Ext.onReady(function(){ Ext.QuickTips.init(); var columns = [ - {header : "申请人",width : 70,dataIndex : 'applicant', renderer : modifyRecord}, - {header : "申请时间",width : 120,dataIndex : 'applicationTime', renderer : myDateFormatByMinute}, - {header : "申请科室",width : 70,dataIndex : 'depart'}, + {header : "申请人",width : 60,dataIndex : 'applicant', renderer : modifyRecord}, + {header : "申请时间",width : 115,dataIndex : 'applicationTime', renderer : myDateFormatByMinute}, + {header : "申请科室",width : 100,dataIndex : 'depart'}, // {header : "状态",width : 70,dataIndex : 'status',hidden :true}, {header : "器械包状态",width : 70,dataIndex : 'packageStatus'}, {header : "住院号",width : 70,dataIndex : 'hospitalNumber'}, - {header : "病人姓名",width : 70,dataIndex : 'patient'}, - {header : "医生",width : 120,dataIndex : 'doctor'}, + {header : "病人姓名",width : 60,dataIndex : 'patient'}, + {header : "医生",width : 60,dataIndex : 'doctor'}, {header : "外来器械包名称",width : 150,dataIndex : 'tousseName',renderer : formartTousseName}, {header : "手术名称",width : 120,dataIndex : 'surgery'}, - {header : "接收人",width : 70,dataIndex : 'receiveMan'}, + {header : "接收人",width : 60,dataIndex : 'receiveMan'}, {header : "接收时间",width : 120,dataIndex : 'receiveTime', renderer : myDateFormatByMinute}, - {header : "归还人",width : 70,dataIndex : 'returnMan'}, + {header : "归还人",width : 60,dataIndex : 'returnMan'}, {header : "归还时间",width : 120,dataIndex : 'returnTime', renderer : myDateFormatByMinute}, - {id:'operationRemark',header: "备注", dataIndex: 'remark'} + {header: "备注", width : 400, dataIndex: 'remark'} ]; var readerDetail = [ @@ -158,7 +158,6 @@ searchDisableIndexes : ['remark','status'], columns : columns, plugins: filters, - autoExpandColumn : 'operationRemark', renderTo : 'gridDiv', frame : false }, Index: ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js =================================================================== diff -u -r12599 -r12633 --- ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 12599) +++ ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 12633) @@ -289,16 +289,15 @@ */ function doPrintLabels(tousses){ - // 必须先调用此代码,然后才能调用Ext.MessageBox.updateProgress - showProgressBar(true,'打印中','请稍候...'); for (var i=0;i"; @@ -1009,6 +1005,10 @@ return ''; } },{ + header : '名称', + width : 150, + dataIndex : 'objName' + },{ header : '删除', width : 40, dataIndex : 'type', @@ -1051,7 +1051,7 @@ items : [{ layout : 'column', items : [{ - columnWidth : 0.72, + columnWidth : 0.71, layout : 'column', items : [{ xtype : "fieldset", @@ -1561,8 +1561,8 @@ }] }] },{ - columnWidth : 0.28, - bodyStyle : 'margin-left:10px;margin-right:10px', + columnWidth : 0.29, + bodyStyle : 'margin-left:2px;margin-right:0px', layout : 'fit', items : [{ layout : 'form',