Index: ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js =================================================================== diff -u -r37753 -r37757 --- ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js (.../storageLocationLookView.js) (revision 37753) +++ ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/storageLocationLookView.js (.../storageLocationLookView.js) (revision 37757) @@ -69,7 +69,7 @@ for (var item in result.data[0]) { html += item + '*' + result.data[0][item] + '、'; } - if (html.length > 97) { + if (html.length > 197) { html = html.slice(0, -1) + '...'; } else { html = html.slice(0, -1) + '';