From 5fe9c379f0cc696568a0db249026a1e8a3b02a5a Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期二, 15 九月 2020 13:52:39 +0800
Subject: [PATCH] Merge branch 'gdasrs' of https://gitee.com/luxiaotao1123/zy-asrs into gdasrs

---
 src/main/webapp/views/pda/stockOut.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/pda/stockOut.html b/src/main/webapp/views/pda/stockOut.html
index 87a39e0..9df140b 100644
--- a/src/main/webapp/views/pda/stockOut.html
+++ b/src/main/webapp/views/pda/stockOut.html
@@ -31,7 +31,7 @@
 
     </div>
     <div class="layui-input-inline">
-        <label class="layui-form-label">鐗╂枡</label>
+        <label class="layui-form-label">浜у搧</label>
         <div class="layui-input-block">
             <input class="layui-input" type="text" id="matNo" onkeyup="findByMatNo(this)" autocomplete="off">
         </div>
@@ -77,7 +77,7 @@
     }
 
     /**
-     * 鏍规嵁鐗╂枡鍙锋煡鎵惧簱瀛樻槑缁�
+     * 鏍规嵁浜у搧鍙锋煡鎵惧簱瀛樻槑缁�
      */
     function findByMatNo(el){
         if (isEmpty(el.value)) {
@@ -196,7 +196,7 @@
     function pakOut() {
         var tableData = layui.table.checkStatus('tableIdx').data;
         if (tableData.length === 0) {
-            tips("璇烽�夋嫨鐗╂枡", true);
+            tips("璇烽�夋嫨浜у搧", true);
             return;
         }
         var site = $('#staNoSelect').val();

--
Gitblit v1.9.1