From ae69d9098bdc5e641c20213d0ab2e6028bf5d4b0 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 24 二月 2021 17:02:31 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pda/stockIn.html |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

diff --git a/src/main/webapp/views/pda/stockIn.html b/src/main/webapp/views/pda/stockIn.html
index a7e5238..fb98996 100644
--- a/src/main/webapp/views/pda/stockIn.html
+++ b/src/main/webapp/views/pda/stockIn.html
@@ -97,7 +97,6 @@
     var tableIns;
     window.onload = function(){
         document.getElementById("code").focus();
-        getInBound();
     }
 
 
@@ -154,29 +153,6 @@
             $('#mat-btn').focus();
             getMat();
         }
-    }
-
-    // 鑾峰彇鍏ュ簱鍙�
-    function getInBound(){
-        $.ajax({
-            url: baseUrl+"/available/put/site",
-            headers: {'token': localStorage.getItem('token')},
-            method: 'POST',
-            async: false,
-            success: function (res) {
-                if (res.code === 200){
-                    var tpl = $("#putSiteSelectTemplate").html();
-                    var template = Handlebars.compile(tpl);
-                    var html = template(res);
-                    $('#putSiteSelect').append(html);
-                    layui.form.render('select');
-                } else if (res.code === 403){
-                    top.location.href = baseUrl+"/pda";
-                }else {
-                    tips("鑾峰彇鍏ュ簱鍙eけ璐�", true)
-                }
-            }
-        })
     }
 
     // 鎻愬彇鐗╂枡
@@ -335,10 +311,5 @@
             $("#code").focus();
         }
     }
-</script>
-<script type="text/template" id="putSiteSelectTemplate">
-    {{#each data}}
-    <option value="{{this}}">{{this}}</option>
-    {{/each}}
 </script>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1