1
duhe
2023-09-14 4ce4c6e9a90688dd00968f3ba73d95bdae890df5
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessExchangeBill_Mul.html
@@ -332,7 +332,7 @@
                , area: ['90%', '70%']//大小
                , title: '工艺路线列表'//标题
                , shift: 2//弹出动画
                , content: ['../../Baseset/基础资料/Gy_RoutingBillList.html?HMaterID=' + HMaterID2, 'yes']
                , content: ['../../Baseset/基础资料/Gy_RoutingBillList.html?HMaterID=' + HMaterID2 +"&HProID=0", 'yes']
                , btn: ['确定', '取消']
                , btn1: function (index, layero) {//按钮【按钮一】的回调
                    var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -763,6 +763,7 @@
                data: {
                    "sWhere": " and hicmointerid=" + linterid + " and HICMOEntryID=" + HEntryID + "  and HPRDORGID=" + sessionStorage["OrganizationID"]
                    , "user": sessionStorage["HUserName"]
                    , "HBillSubType":"3772"
                },
                success: function (data1) {
                    if (data1.count == 1) {
@@ -785,7 +786,7 @@
                type: "get",
                url: GetWEBURL() + "LEMS/MES_Gy_RoutingBillList_Json",
                async: true,
                data: { "sWhere": " and å•据号='" + HBillNo + "' and å·¥åºä»£ç  !='" + 9999 + "'", "user": sessionStorage["HUserName"] },
                data: { "sWhere": " and å•据号='" + HBillNo + "' and å·¥åºä»£ç  !='" + 9999 + "'", "user": sessionStorage["HUserName"], "HBillSubType":"3301"},
                success: function (result) {
                    var data = result.data;
                    var Tablerow = [];