Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp =================================================================== diff -u -r21884 -r21956 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp (.../invoicePlanExtractedView.jsp) (revision 21884) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp (.../invoicePlanExtractedView.jsp) (revision 21956) @@ -111,6 +111,7 @@ var param_openMode = '${param.openMode}'; var param_depart = '${param.depart}'; var param_departCode = '${param.departCode}'; + var fontSize = '${fontSize}'; //辅助发货的功能 var assistDelivery = false; if (notInWhiteList(sstsConfig, 'assistDelivery')) { Index: ssts-web/src/main/webapp/disinfectsystem/invoice/auxiliaryInvoiceForm.js =================================================================== diff -u -r21643 -r21956 --- ssts-web/src/main/webapp/disinfectsystem/invoice/auxiliaryInvoiceForm.js (.../auxiliaryInvoiceForm.js) (revision 21643) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/auxiliaryInvoiceForm.js (.../auxiliaryInvoiceForm.js) (revision 21956) @@ -335,7 +335,7 @@ id : 'warehouseName' },{ layout : 'form', - labelWidth :70, + labelWidth :fontSize == 12 ? 70 : 120, columnWidth :.33, items : [{ xtype : 'textfield', @@ -351,7 +351,7 @@ }] },{ layout : 'form', - labelWidth :70, + labelWidth :fontSize == 12 ? 70 : 120, columnWidth :.67, items : [{ xtype : 'textfield', @@ -367,7 +367,7 @@ }] },{ layout : 'form', - labelWidth :70, + labelWidth :fontSize == 12 ? 70 : 120, columnWidth :.33, items : [{ xtype : 'textfield', @@ -402,7 +402,7 @@ }] },{ layout : 'form', - labelWidth :70, + labelWidth :fontSize == 12 ? 70 : 120, columnWidth :.33, items : [{ xtype : 'textfield', @@ -417,7 +417,7 @@ }] },{ layout : 'form', - labelWidth :90, + labelWidth :fontSize == 12 ? 70 : 120, columnWidth :.33, items : [{ xtype : 'textfield', @@ -455,7 +455,7 @@ }] },{ layout : 'form', - labelWidth :70, + labelWidth :fontSize == 12 ? 70 : 120, columnWidth :.33, items : [{ xtype : 'textfield', @@ -469,7 +469,7 @@ }] },{ layout : 'form', - labelWidth :70, + labelWidth :fontSize == 12 ? 70 : 120, columnWidth :.33, items : [{ xtype : 'datefieldWithMin', @@ -491,7 +491,7 @@ },{ columnWidth : .5, layout : 'form', - labelWidth : 90, + labelWidth : fontSize == 12 ? 70 : 120, columnWidth :.33, items:[{ xtype : 'combo', @@ -527,7 +527,7 @@ },{ layout : 'form', columnWidth : 1, - labelWidth :70, + labelWidth :fontSize == 12 ? 70 : 120, items : [{ xtype : 'textarea', fieldLabel : '备注', @@ -549,7 +549,7 @@ // border : 0, // frame : true, // bodyStyle : 'padding:0px auto;margin:0px',// padding:1px;padding-top:5px; - height : 60, + height : fontSize == 12 ? 60 : 70, layout : 'form', items : [{ layout : 'column', @@ -647,7 +647,7 @@ columnWidth : 0.5, cm : cm, width : 385, - height : 425, + height : fontSize == 12 ? 425 : 380, autoExpandColumn : 'deleteItem', enableHdMenu : false, frame : false, @@ -672,7 +672,7 @@ cm : recyclingapplicationCm, enableHdMenu : false, width :590, - height :425, + height :fontSize == 12 ? 425 : 380, loadMask : true, tbar:[{ text: "添加", @@ -753,7 +753,7 @@ layout : 'fit', title : '发货单', width : 1020, - height : 730, + height : fontSize == 12 ? 730 : 700, border : false, modal : true, plain : true,