From 454e10394b27f49b21e808bb2a5f30ffc91c2240 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 24 三月 2021 10:00:15 +0800 Subject: [PATCH] # --- src/main/webapp/views/pda/stockCheck.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/views/pda/stockCheck.html b/src/main/webapp/views/pda/stockCheck.html index 89c77a8..563dbca 100644 --- a/src/main/webapp/views/pda/stockCheck.html +++ b/src/main/webapp/views/pda/stockCheck.html @@ -72,7 +72,7 @@ <footer> <div class="layui-btn-container"> <button type="button" id="reset-btn" class="layui-btn layui-btn-primary" onclick="reset()">閲嶇疆</button> - <button type="button" id="comb-btn" class="layui-btn layui-btn-normal " onclick="comb()" style="margin-left: 20px">缁勬墭</button> + <button type="button" id="comb-btn" class="layui-btn layui-btn-normal " onclick="check()" style="margin-left: 20px">纭</button> <span id="tips"></span> </div> </footer> @@ -292,8 +292,8 @@ tableIns.reload({data: locDetlData}); } - // 缁勬墭 - function comb() { + // 纭 + function check() { var barcode = $('#code').val(); if (isEmpty(barcode)) { tips("鎵樼洏鏉$爜涓虹┖", true); @@ -310,7 +310,7 @@ } var billNo = $('#billNo').val(); $.ajax({ - url: baseUrl+"/mobile/comb/auth", + url: baseUrl+"/work/stock/check", headers: {'token': localStorage.getItem('token')}, data: JSON.stringify({ barcode: barcode, -- Gitblit v1.9.1