ch
2022-03-10 1278472a0c96eaeb4a8bbe04df2c23b0eb52e2ff
WebTM/views/领料发货/领料出库/Kf_MateOutBillList.html
@@ -257,10 +257,10 @@
                    , page: true
                    , cellMinWidth: 120
                    , totalRow: true
                    , limit: 10
                    , limit: 50
                    , height: 'full-50'
                    , cols: [columns]
                    , limits: [50, 500, 1000, 5000]
                    , limits: [50, 500, 5000, 20000]
                    , done: function (res, curr, count) {
                    }
@@ -280,7 +280,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Kf_MateOutBill/GetMateOutBillList',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            DataList = data1.data;