From e7fea6934eee6374c7a8c270ff7d6e98ec75f7aa Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期五, 23 七月 2021 17:30:00 +0800
Subject: [PATCH] nothing

---
 WebTM/views/IpadIndex.html |   80 +++++++++++++++++++++++++++++++++++----
 1 files changed, 71 insertions(+), 9 deletions(-)

diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 7585cad..c3a1be1 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -63,7 +63,7 @@
         });
         function TSLoad() {
             $("#topleft").html("");
-            var HUserName = sessionStorage["HUserName"];     //榛樿褰撳墠鐧诲綍浜哄憳
+            var HUserName = "Admin";  //sessionStorage["HUserName"];     //榛樿褰撳墠鐧诲綍浜哄憳
             $.ajax({
                 url: GetWEBURL() + "/ReportPlatForm/SearchGetLineBindBillList",
                 type: "GET",
@@ -111,8 +111,13 @@
                         }
                     }
                     else {
-                        layer.alert(data.Message, { icon: 5 });
-                        return false;
+                        var html1 = '';
+                        html1 += '<div class="layui-col-sm12 layui-col-md3">';
+                        html1 += '<div class="cnt ctop" id="ts1" onclick="Check(this,1)">';
+                        html1 += '<span class="layui-icon layui-icon-addition imgicon0" onclick="Add(event,this,1)"></span>';
+                        html1 += '</div>';
+                        html1 += '</div>';
+                        $("#topleft").append(html1);
                     }
                 },
                 error: function (err) {
@@ -161,6 +166,8 @@
                                         html1 += '<h1 style="display:none;"><span>婧愬崟瀛愬唴鐮侊細</span><span id="sb' + (i + 1) + '">' + LoadData1[i].HSourceEntryID + '</span></h1>';
                                         html1 += '<h1 style="display:none;"><span>婧愬崟鍗曞彿锛�</span><span id="sw' + (i + 1) + '">' + LoadData1[i].HSourceBillNo + '</span></h1>';
                                         html1 += '<h1 style="display:none;"><span>婧愬崟绫诲瀷锛�</span><span id="st' + (i + 1) + '">' + LoadData1[i].HSourceBillType + '</span></h1>';
+                                        html1 += '<h1 style="display:none;"><span>鐢熶骇璁㈠崟鍙蜂富ID锛�</span><span id="df' + (i + 1) + '">' + LoadData1[i].HICMOInterID + '</span></h1>';
+                                        html1 += '<h1 style="display:none;"><span>鐢熶骇璁㈠崟瀛怚D锛�</span><span id="ds' + (i + 1) + '">' + LoadData1[i].HICMOEntryID + '</span></h1>';
                                        
                                         
                                         html1 += '<h1><span>宸ュ崟鍙凤細</span><span id="wk' + (i + 1) + '">' + LoadData1[i].HICMOBillNo + '</span></h1>';
@@ -364,7 +371,9 @@
             HSourceEntryID = $("#sb" + i + "").html(); //閫氳繃鏍峰紡ID鑾峰彇html鍐呭(婧愬崟瀛愬唴鍚�)
             HSourceBillNo = $("#sw" + i + "").html(); //閫氳繃鏍峰紡ID鑾峰彇html鍐呭(婧愬崟鍗曞彿)
             HSourceBillType = $("#st" + i + "").html(); //閫氳繃鏍峰紡ID鑾峰彇html鍐呭(婧愬崟绫诲瀷)
-
+            HICMOInterID = $("#df" + i + "").html();     //鐢熶骇璁㈠崟涓诲唴鐮�
+            HICMOEntryID = $("#ds" + i + "").html();     //鐢熶骇璁㈠崟瀛愬唴鐮�
+     
 
             if (workcode != "" && workcode != null) {
                 $('.cns').removeClass('check1');  //鍒犻櫎涓嶅悓鐖剁骇clss鏍峰紡鐩稿悓鐨勬墍鏈夊厓绱�
@@ -710,7 +719,12 @@
                     data.push({
                         "workcode": workcode,
                         "HSourceID": HSourceID1,
-                        "HSourceName": HSourceName1
+                        "HSourceName": HSourceName1,
+                        "HICMOInterID": HICMOInterID,
+                        "HICMOEntryID": HICMOEntryID,
+                        "HMaker": "Admin",    //sessionStorage["HUserName"]
+                        //"HEmpID": "0",    //sessionStorage["HEmpID"]
+                        "HSourceBillType": HSourceBillType
                     });
 
                     //閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -719,6 +733,54 @@
                     iframe.edit(data);
                 },
             });
+        }
+
+        //棣栨妫�楠�
+        function OpenFistCheck(event, obj)
+        {
+            layer.open({
+                type: 2
+                , area: ['100%', '100%']
+                , title: '棣栦欢妫�楠屽崟-缂栬緫'
+                , shade: 0.6
+                , maxmin: false
+                , anim: 0
+                , content: ['璐ㄩ噺绠$悊/棣栦欢妫�楠屽崟/QC_Add_Edit_FirstPieceCheckBill.html?OperationType=2&linterid=' + HSourceInterID + '&HSouceBillType=' + HBillType, 'yes']
+                , resize: false
+                , cancel: function () {
+                }
+                , end: function () {
+                   
+                }
+            })
+        }
+
+        //杩囩▼妫�楠�
+        function OpenProcess(event, obj)
+        {
+            layer.open({
+                type: 2
+                , area: ['100%', '100%']
+                , title: '宸ュ簭妫�楠屽崟-缂栬緫'
+                , shade: 0.6
+                , maxmin: false
+                , anim: 0
+                , content: ['璐ㄩ噺绠$悊/宸ュ簭妫�楠屽崟/QC_ProcessCheckBill.html?OperationType=2&linterid=' + HSourceInterID +'&HSouceBillType=' + HBillType, 'yes']
+                , resize: false
+                , cancel: function () {
+                   
+                }
+                , end: function () {
+                   
+                }
+            })
+        }
+
+        //閫�鍑�
+        function Esc(event, obj)
+        {
+            parent.location.href = "index.html"
+          
         }
 
         //鍗曟嵁鐘舵�侀獙璇�
@@ -859,7 +921,7 @@
                             </div>
                         </div>
                         <div class="layui-row layui-col-space10">
-                            <div class="layui-col-sm12 layui-col-md4">
+                            <div class="layui-col-sm12 layui-col-md4" onclick="OpenFistCheck(event,this)">
                                 <div class="cnt bottomright">
                                     <span class="layui-icon layui-icon-search imgicon"></span>
                                     <span class="imgtitle">棣栨</span>
@@ -871,7 +933,7 @@
                                     <span class="imgtitle">宸℃</span>
                                 </div>
                             </div>
-                            <div class="layui-col-sm12 layui-col-md4">
+                            <div class="layui-col-sm12 layui-col-md4" onclick="OpenProcess(event,this)">
                                 <div class="cnt bottomright">
                                     <span class="layui-icon layui-icon-search imgicon"></span>
                                     <span class="imgtitle">杩囩▼妫�楠�</span>
@@ -892,7 +954,7 @@
                                 </div>
                             </div>
                             <div class="layui-col-sm12 layui-col-md4">
-                                <div class="cnt bottomright">
+                                <div class="cnt bottomright" style="pointer-events:none; background-color:rgb(0 0 0 / 10%)">
                                     <span class="layui-icon layui-icon-chart imgicon"></span>
                                     <span class="imgtitle">涓嶈壇閲囬泦</span>
                                 </div>
@@ -911,7 +973,7 @@
                                     <span class="imgtitle">寮傚父</span>
                                 </div>
                             </div>
-                            <div class="layui-col-sm12 layui-col-md4">
+                            <div class="layui-col-sm12 layui-col-md4" onclick="Esc(event,this)">
                                 <div class="cnt bottomright">
                                     <span class="layui-icon layui-icon-close imgicon"></span>
                                     <span class="imgtitle">閫�鍑�</span>

--
Gitblit v1.9.1