ch
2022-03-10 1278472a0c96eaeb4a8bbe04df2c23b0eb52e2ff
WebTM/views/仓存管理/仓库调拨/Kf_MoveStockBillList.html
@@ -190,10 +190,12 @@
            function set_InitGrid() {
                option = {
                    elem: '#mainTable'
                    //, toolbar: '#toolbarDemo'
                    , toolbar: '#toolbarDemo'
                    , height: 'full-50'
                    , page: true
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
                    , cols: [[
                        { field: 'hmainid', title: '鍗曟嵁ID', hide: true }
                        , { field: '鏃ユ湡', title: '鏃ユ湡', width: 160 }
@@ -256,7 +258,7 @@
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL() + '/Kf_MoveStockBill/GetMoveStockBillList',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;
@@ -335,15 +337,6 @@
            }
             //#endregion
            //浠ヤ笂鏄痩ayui妯″潡
        });