static/js/utils/DataShow.js
@@ -8,8 +8,14 @@ let htmlText=''; switch (type) { case 'locNo': htmlText+='<p>库位编号:'+ this.uuid +'</p>'; htmlText += '<p>库位编号:'+ this.uuid +'</p>'; $.ajax({ url: top.baseUrl + '/three/query/loc/detl/v1?locNo=' + this.uuid, type: "GET", success: function (res) { console.log(res); } }) break case "wrkNo": htmlText+='<p>任务编号:'+ this.uuid +'</p>';