Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js =================================================================== diff -u -r31261 -r31264 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js (.../invoicePlanExtractedView.js) (revision 31261) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js (.../invoicePlanExtractedView.js) (revision 31264) @@ -362,10 +362,9 @@ var rowColor = ''; if(sstsConfig.backgroudColorConfigOfInvoiceGoodsList && sstsConfig.backgroudColorConfigOfInvoiceGoodsList.sterilizedColor - && sstsConfig.backgroudColorConfigOfInvoiceGoodsList.sterilizedColor.className ){ - rowClassName = sstsConfig.backgroudColorConfigOfInvoiceGoodsList.sterilizedColor.className; - rowColor = sstsConfig.backgroudColorConfigOfInvoiceGoodsList.sterilizedColor.color; + rowClassName = sstsConfig.backgroudColorConfigOfInvoiceGoodsList.sterilizedColor.className || ''; + rowColor = sstsConfig.backgroudColorConfigOfInvoiceGoodsList.sterilizedColor.color || ''; } var remark = record.get('remark'); if (colorChangeRuleOfInvoicPlanToSendGoodsList == 2 && record.get('status') == '已灭菌'){ @@ -549,7 +548,7 @@ {header : "待发",dataIndex : 'count',width : 50, menuDisabled: true}, {header : '加急',id : 'urgentAmount',dataIndex : 'urgentAmount',width : 50,value : 0, menuDisabled: true, renderer : function(v, p, record){ return renderFunction(v, p, record, '加急'); - }}, + }} ]); var rightGrid = new Ext.grid.EditorGridPanel({