From 33cbf43ad1d22318a8c9798c46d43f9ddefb6bf5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 15 九月 2020 13:29:34 +0800
Subject: [PATCH] #修改物料结构
---
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