From 7ebe16b9abbee8e884db27d2ec360f17455b14f2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 24 八月 2021 09:03:07 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pda/stockOut.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/views/pda/stockOut.html b/src/main/webapp/views/pda/stockOut.html
index 0882979..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();
@@ -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