Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.js
===================================================================
diff -u -r37368 -r38853
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.js (.../recyclingErrors.js) (revision 37368)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.js (.../recyclingErrors.js) (revision 38853)
@@ -267,7 +267,7 @@
}
//创建节点
-function buildTableTR(amontPerTousse, materialDefinitionId, materialName, totalCount, errorCount, tousseBarcode, unconfirmedAmount, detailId, status) {
+function buildTableTR(amontPerTousse, materialDefinitionId, materialName, totalCount, errorCount, tousseBarcode, unconfirmedAmount, detailId, status, errorType) {
var i = $("#recyclingErrorTable tbody tr").length;
var sourceMaterialName = materialName;
if (tousseBarcode != "") {
@@ -289,12 +289,12 @@
+ '
' + totalCount + ' | '
+ ''
+ ' ';
- if (param_errorType == '增加') {
+ if (param_errorType == '增加' || errorType == '增加') {
html += '';
- } else if (param_errorType == '缺失') {
+ } else if (param_errorType == '缺失' || errorType == '缺失') {
html += ' |