Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/foreignTousseApplicationReport.js =================================================================== diff -u -r31146 -r31364 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/foreignTousseApplicationReport.js (.../foreignTousseApplicationReport.js) (revision 31146) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/foreignTousseApplicationReport.js (.../foreignTousseApplicationReport.js) (revision 31364) @@ -179,7 +179,7 @@ name : 'departCoding', id : 'departCoding' },{ - width : 220, + width : 200, layout : 'form', labelWidth : 60, items : [ @@ -194,7 +194,7 @@ format : 'Y-m-d H:i', altFormats:'Y-m-d|Y-n-j|y-n-j|y-m-j|y-m-d|y-n-d|Y-n-d|Y-m-j|Ymd|Ynj|ynj|ymj|ymd|ynd|Ynd|Ymj|Y/m/d|Y/n/j|y/n/j|y/m/j|y/m/d|y/n/d|Y/n/d|Y/m/j', allowBlank : false, - anchor : '95%', + anchor : '100%', value: new Date(startDayofMonth), listeners : { specialkey : function(field, e) { @@ -214,9 +214,9 @@ } ] }] },{ - width : 220, + width : 230, layout : 'form', - labelWidth : 60, + labelWidth : 90, items : [{ layout : 'form', items : [ { @@ -245,8 +245,59 @@ } ] }] },{ - width : 180, + //columnWidth : .30, + width : 200, layout : 'form', + labelWidth : 120, + items : [{ + xtype : 'combo', + fieldLabel : '查询已终止的申请单', + id : 'noDisplayTerminatedIP', + name : 'noDisplayTerminatedIP', + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore( { + fields : ['value'], + data : [ ['是'],['否'] ] + }), + forceSelection : true, + value:'否', + editable : false, + mode : 'local', + triggerAction : 'all', + anchor : '100%' + }] + },{ + //columnWidth : .30, + width : 200, + layout : 'form', + labelWidth : 120, + items : [{ + xtype : 'combo', + fieldLabel : '显示未发货物品', + id : 'showNoInvoie', + name : 'showNoInvoie', + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore( { + fields : ['value'], + data : [ ['是'],['否'] ] + }), + forceSelection : true, + value:'是', + editable : false, + mode : 'local', + triggerAction : 'all', + anchor : '100%' + }] + }] + },{ + layout : 'column', + height : 40, + labelWidth : 70, + items : [{ + width : 200, + layout : 'form', labelWidth : 60, items : [{ xtype : 'combo', @@ -267,20 +318,8 @@ anchor : '100%' }] },{ - width : 180, + width : 230, layout : 'form', - labelWidth : 40, - items : [{ - xtype : 'textfield', - fieldLabel : '病人', - allowBlank : true, - name : "patientName", - id : "patientName", - anchor : '90%' - }] - },{ - width : 180, - layout : 'form', labelWidth : 90, items : [{ xtype : 'combo', @@ -300,16 +339,23 @@ allowBlank : true, anchor : '100%' }] - }] - },{ - layout : 'column', - height : 40, - labelWidth : 70, - items : [{ - width : 170, + },{ + width : 200, layout : 'form', - labelWidth : 60, + labelWidth : 120, items : [{ + xtype : 'textfield', + fieldLabel : '病人', + allowBlank : true, + name : "patientName", + id : "patientName", + anchor : '100%' + }] + },{ + width : 200, + layout : 'form', + labelWidth : 120, + items : [{ xtype : 'combo', id : 'deliverStatus', name : 'deliverStatus', @@ -331,10 +377,15 @@ allowBlank : true, anchor : '100%' }] - },{ - width : 370, + }] + },{ + layout : 'column', + height : 40, + labelWidth : 120, + items : [{ + width : 430, layout : 'form', - labelWidth : 70, + labelWidth : 60, items : [{ xtype : 'combo', id : 'companyName', @@ -354,68 +405,20 @@ anchor : '100%' }] },{ - columnWidth : .18, + //columnWidth : .20, + width : 420, layout : 'form', labelWidth : 120, items : [{ xtype : 'combo', - fieldLabel : '查询已终止的申请单', - id : 'noDisplayTerminatedIP', - name : 'noDisplayTerminatedIP', - valueField : 'value', - displayField : 'value', - store : new Ext.data.SimpleStore( { - fields : ['value'], - data : [ ['是'],['否'] ] - }), - forceSelection : true, - value:'否', - editable : false, - mode : 'local', - triggerAction : 'all', - anchor : '85%' - }] - },{ - columnWidth : .18, - layout : 'form', - labelWidth : 120, - items : [{ - xtype : 'combo', - fieldLabel : '显示未发货物品', - id : 'showNoInvoie', - name : 'showNoInvoie', - valueField : 'value', - displayField : 'value', - store : new Ext.data.SimpleStore( { - fields : ['value'], - data : [ ['是'],['否'] ] - }), - forceSelection : true, - value:'是', - editable : false, - mode : 'local', - triggerAction : 'all', - anchor : '85%' - }] - }] - },{ - layout : 'column', - height : 40, - labelWidth : 120, - items : [{ - columnWidth : .20, - layout : 'form', - labelWidth : 60, - items : [{ - xtype : 'combo', fieldLabel : '物品名称', id : 'foreignTousseName', name : 'foreignTousseName', queryParam : 'spell', minChars : 0, valueField : 'name', displayField : 'name', - width : 240, + width : 275, listConfig: {width : 270}, matchFieldWidth: false, store : foreignTousseJsonStore, @@ -429,9 +432,9 @@ forceSelection : false }] },{ - columnWidth: .2, + columnWidth: .25, layout: 'form', - labelWidth : 60, + labelWidth : 80, hidden:!enableShowForeignTousseApplicationReportMaterials, items: [{ xtype: 'combo', @@ -442,7 +445,7 @@ minChars: 0, valueField: 'id', displayField: 'name', - anchor: '95%', + anchor: '100%', store: materialStore, lazyInit: false, listWidth: 380,