#
luxiaotao1123
2022-04-07 ae74235d8d7776d4db335c460529c929b0c00eb7
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>';