From e26a8c78b542980df3d4fae3a4d097cd29258b04 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 07 九月 2020 13:36:04 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/pda/stockOut.html b/src/main/webapp/views/pda/stockOut.html
index 0882979..87a39e0 100644
--- a/src/main/webapp/views/pda/stockOut.html
+++ b/src/main/webapp/views/pda/stockOut.html
@@ -282,7 +282,7 @@
 </script>
 <script type="text/template" id="takeSiteSelectTemplate">
     {{#each data}}
-    <option value="{{this}}">{{this}}</option>
+    <option value="{{siteId}}">{{desc}}</option>
     {{/each}}
 </script>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1