static/js/utils/DataShow.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
static/js/utils/DataShow.js
@@ -6,7 +6,7 @@ DataShow.prototype.showHint = function(){ let htmlText=''; switch (type) { switch (this.type) { case 'locNo': htmlText += '<p>库位编号:'+ this.uuid +'</p>'; $.ajax({ @@ -19,7 +19,13 @@ break case "wrkNo": htmlText+='<p>任务编号:'+ this.uuid +'</p>'; $.ajax({ url: top.baseUrl + '/three/query/wrk/detl/v1?wrkNo=' + this.uuid, type: "GET", success: function (res) { console.log(res); } }) break default: break