From 8c890f686ae2060c4c2e6afebce6c69c493c2e04 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 13 二月 2023 16:23:41 +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