zzr99
2022-02-10 ff59433d6093c3b0ab02405e3847ec22a00f3c55
WebTM/views/基础资料/公用基础资料/Gy_CheckItem.html
@@ -226,7 +226,7 @@
            $.ajax({
                url: GetWEBURL() + '/Gy_CheckItem/list',
                type: "GET",
                data: { "sWhere": sWhere },
                data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
                success: function (data1) {
                    if (data1.count == 1) {
                        option.data = data1.data;
@@ -361,7 +361,7 @@
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL() + '/Gy_CheckItem/list',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;