1
wtt
7 天以前 f308e0642a234d2c706ebc0885a73608ebf77d23
WebTM/views/³µ¼ä¹ÜÀí/µ¥Æ·¹ýÕ¾_СÎÀ/Cj_ProcessItemStationPlatform_UnbindEdit.html
@@ -220,7 +220,8 @@
                , height: 'full-410'
                , limit: 10
                , cols: [[
                    { type: 'numbers', title: '序号' }
                    { type: 'checkbox', fixed: 'left' }
                    , { type: 'numbers', title: '序号' }
                    , { field: '物料代码', title: '物料代码' }
                    , { field: '物料名称', title: '物料名称' }
                    , { field: '关键件条码', title: '关键件条码' }
@@ -293,11 +294,16 @@
            var HProcID = $("#HProcID").val();
            var HICMOInterID = $("#HICMOInterID").val();
            var HICMOEntryID = $("#HICMOEntryID").val();
            var HUnBindMaterArr = [];
            var HUnBindMaterData = table.checkStatus('mainTable_Bind').data;
            for (var i = 0; i < HUnBindMaterData.length; i++) {
                HUnBindMaterArr.push(HUnBindMaterData[i].关键件条码);
            }
            $.ajax({
                url: GetWEBURL() + '/Cj_SingleStation/DelRelation',
                async: false,
                type: "GET",
                data: { "HBarCodeIDs": HBarCodeID, "HICMOInterID": HICMOInterID, "HICMOEntryID": HICMOEntryID, "HProcID": HProcID, "HType": HType, "user": sessionStorage["HUserName"] },
                data: { "HBarCodeIDs": HBarCodeID, "HICMOInterID": HICMOInterID, "HICMOEntryID": HICMOEntryID, "HProcID": HProcID, "HType": HType, "user": sessionStorage["HUserName"], "HUnBindMaterArr": HUnBindMaterArr.toString() },
                success: function (data1) {
                    if (data1.count == 1) {
                        layer.alert(data1.Message, { icon: 1 });