YL
2022-02-15 81c93ee7a4bc6735ad8f69ea0ee7244eaa58d73f
WebTM/views/ÖÊÁ¿¹ÜÀí/²úÆ·Èë¿â¼ìÑéµ¥/QC_LastPieceCheckBillList.html
@@ -171,7 +171,7 @@
                //, skin: 'row' //表格风格
                // , even: true
                , page: true //是否显示分页
                , limits: [10, 20, 50, 100]
                , limits: [50, 500, 5000, 20000]
                , limit: 50 //每页默认显示的数量
                //, height: 500
                , done: function (res, curr, count) {
@@ -246,7 +246,7 @@
                                $.ajax({
                                    url: GetWEBURL() + 'QC_LastPieceCheckBill/DeltetLastPieceCheckBill',
                                    type: "GET",
                                    data: { "HInterID": InterID },
                                    data: { "HInterID": InterID, "user": sessionStorage["HUserName"]},
                                    success: function (result) {
                                        console.log('gouba' + result);
                                        if (result.count == 1) {
@@ -283,7 +283,6 @@
                        break;
                };
            });
          
            //#region æŸ¥è¯¢
            function RoadHBillNo(sqlWhere) {
@@ -292,7 +291,7 @@
                    type: "get",
                    url: GetWEBURL() + "/QC_LastPieceCheckBill/GetLastPieceCheckBillList",
                    async: true,
                    data: { "sWhere": sWhere },//"HSupNo": sessionStorage["HUserName"],
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },//"HSupNo": sessionStorage["HUserName"],
                    success: function (result) {
                        if (result.count == 1) {
                            ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
@@ -321,8 +320,6 @@
                });
            }
            //#endregion
            ////#endregion
            //#region å¿«é€Ÿè¿‡æ»¤