杨乐
2022-02-10 5ce69179bf655ea4760c1fcc76b8d4b5e421f3de
WebTM/views/生产工序管理/工序计划单/Sc_ProcessPlanList.html
@@ -308,6 +308,8 @@
                    , height: 'full-50'
                    , page: true
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
                    , cols: [[
                        { type: 'checkbox' }
                        //{ field: 'hmainid', title: 'hmainid', sort: true, width: 165 }
@@ -421,7 +423,7 @@
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL() + '/Sc_ProcessMangement/MES_Sc_ProcessPlanMain_Json',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;
@@ -593,7 +595,7 @@
                        btn: ["纭畾", "鍙栨秷"]
                        , btn1: function () {
                            var ModRightNameDelete = "";//鍒犻櫎鏉冮檺
                            var ModRightNameDelete = "Sc_ProcessPlan_Drop";//鍒犻櫎鏉冮檺
                            var HInterID = checkstatus.data[0].hmainid;
                            $.ajax({