Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r31270 -r31271 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 31270) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 31271) @@ -241,7 +241,7 @@ if(sstsConfig.enableUrgentFunction && record.json.maxUrgentLevel && record.json.maxUrgentLevel.colorCode != undefined){ content = record.json.maxUrgentLevel.name; }else { - content == ''; + content = ''; } }else if(name == '加急' || name == '误差' || name == '库存'){ if (v == null || v.length <= 0){ @@ -263,9 +263,9 @@ scannedMaterialAmount = 0; } if((goodsType == '消毒物品') && (isCleanedEntirely == '否')){ - content == tousseAmount+'('+scannedMaterialAmount+')'; + content = tousseAmount+'('+scannedMaterialAmount+')'; }else{ - content == tousseAmount; + content = tousseAmount; } }else { content = v || '';