zzr99
2022-07-08 6fa59de585fcd153e54c129f10f91a2ce34afaaa
WebTM/views/验收入库/外购入库/Kf_POStockInBackBillList.html
@@ -262,7 +262,7 @@
                    , page: true
                    , cellMinWidth: 120
                    , totalRow: true
                    , limit: 10
                    , limit: 50
                    , height: 'full-50'
                    , cols: [columns]
                    , limits: [50, 500, 1000, 5000]
@@ -285,7 +285,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Kf_POStockInBackBill/Get_POStockInBackBillList',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            DataList = data1.data;