From 6f7c57ceab710f631f0530e307c6fdbee4e7b9af Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 04 三月 2021 12:57:13 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pda/index.html | 3 ++-
src/main/webapp/views/pda/stockOut.html | 2 ++
src/main/webapp/views/pda/login.html | 1 +
3 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pda/index.html b/src/main/webapp/views/pda/index.html
index 1c7db98..601d8ef 100644
--- a/src/main/webapp/views/pda/index.html
+++ b/src/main/webapp/views/pda/index.html
@@ -3,8 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
- <title>PDA棣栭〉</title>
+ <title>WMS</title>
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
+ <link rel="icon" type="image/x-icon" href="../../static/image/log.png" />
<style>
* {
margin: 0;
diff --git a/src/main/webapp/views/pda/login.html b/src/main/webapp/views/pda/login.html
index 6736ed8..87a9f19 100644
--- a/src/main/webapp/views/pda/login.html
+++ b/src/main/webapp/views/pda/login.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>绯荤粺鐧诲綍</title>
<link rel="stylesheet" href="../../static/layui/css/layui.css" media="all">
+ <link rel="icon" type="image/x-icon" href="../../static/image/log.png" />
<script type="text/javascript" src="../../static/layui/layui.js"></script>
<script type="text/javascript" src="../../static/js/common.js"></script>
<style>
diff --git a/src/main/webapp/views/pda/stockOut.html b/src/main/webapp/views/pda/stockOut.html
index ae66f6b..f90c391 100644
--- a/src/main/webapp/views/pda/stockOut.html
+++ b/src/main/webapp/views/pda/stockOut.html
@@ -110,10 +110,12 @@
data: {
docNumber: el.value
},
+ async: false,
method: 'POST',
success: function (res) {
if (res.code === 200) {
if (res.data != null) {
+ pakoutData = [];
pakoutData = res.data.pakouts;
if (pakoutData != null) {
// 澶�
--
Gitblit v1.9.1