#
luxiaotao1123
2022-04-07 714ebb0caed4d340b526b3ce876a5e755dfccce1
#
1个文件已修改
10 ■■■■ 已修改文件
static/js/utils/DataShow.js 10 ●●●● 补丁 | 查看 | 原始文档 | 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