From 5ce6bfb2e237b9fbf092a03cf80e86d928ac7ca6 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期二, 20 六月 2023 16:40:51 +0800
Subject: [PATCH] 孚能
---
src/main/webapp/views/pda/stockIn.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/pda/stockIn.html b/src/main/webapp/views/pda/stockIn.html
index 9384793..1bcdca9 100644
--- a/src/main/webapp/views/pda/stockIn.html
+++ b/src/main/webapp/views/pda/stockIn.html
@@ -71,7 +71,7 @@
<!-- 澶撮儴 -->
<header>
<div class="layui-input-inline">
- <label class="layui-form-label">鏉$爜</label>
+ <label class="layui-form-label">pack鐮�</label>
<input class="layui-input" type="number" id="code" onkeyup="findCode(this)" oninput="if(value.length>8)value=value.slice(0,8)" placeholder="鎵爜 / 杈撳叆" autocomplete="off">
</div>
<div style="margin: 5px 5px" class="layui-form">
@@ -213,11 +213,11 @@
function pakIn() {
var barcode = $('#code').val();
if (isEmpty(barcode)) {
- tips("鎵樼洏鏉$爜涓虹┖", true);
+ tips("pack鐮佷负绌�", true);
return;
}
if (barcode.length !== 8) {
- tips("鏉$爜蹇呴』涓�8浣�", true);
+ tips("pack鐮佸繀椤讳负8浣�", true);
return;
}
if (matData.length === 0) {
@@ -258,11 +258,11 @@
function emptyPakIn() {
var barcode = $('#code').val();
if (isEmpty(barcode)) {
- tips("鎵樼洏鏉$爜涓虹┖", true);
+ tips("pack鐮佷负绌�", true);
return;
}
if (barcode.length !== 8) {
- tips("鏉$爜蹇呴』涓�8浣�", true);
+ tips("pack鐮佸繀椤讳负8浣�", true);
return;
}
var site = $('#putSiteSelect').val();
--
Gitblit v1.9.1