From fba0235212da3ff7413b7640fc387f4f2a891217 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 17 六月 2020 11:07:03 +0800
Subject: [PATCH] #
---
src/main/webapp/views/wrkDetl/wrkDetl.html | 2 +-
src/main/webapp/views/wrkMastLog/wrkMastLog.html | 2 +-
src/main/webapp/static/js/pakStore/stockOut.js | 9 +++------
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/src/main/webapp/static/js/pakStore/stockOut.js b/src/main/webapp/static/js/pakStore/stockOut.js
index a96818b..65e3c95 100644
--- a/src/main/webapp/static/js/pakStore/stockOut.js
+++ b/src/main/webapp/static/js/pakStore/stockOut.js
@@ -68,10 +68,10 @@
data: JSON.stringify(param),
contentType:'application/json;charset=UTF-8',
method: 'POST',
- traditional:true,
success: function (res) {
if (res.code === 200){
- getOutBound(); // 閲嶈浇鍑哄簱鍙�
+ locDetlData = [];
+ tableIns.reload({data: locDetlData,done:function (res) {limit();getOutBound();}});
layer.msg(res.msg);
} else if (res.code === 403){
top.location.href = baseUrl+"/";
@@ -95,10 +95,7 @@
locDetlData.splice(i, 1);
}
}
- tableIns.reload({data: locDetlData,done:function (res) {
- limit();
- getOutBound();
- }});
+ tableIns.reload({data: locDetlData,done:function (res) {limit();getOutBound();}});
break;
}
});
diff --git a/src/main/webapp/views/wrkDetl/wrkDetl.html b/src/main/webapp/views/wrkDetl/wrkDetl.html
index bbabce4..a5ec5f7 100644
--- a/src/main/webapp/views/wrkDetl/wrkDetl.html
+++ b/src/main/webapp/views/wrkDetl/wrkDetl.html
@@ -27,7 +27,7 @@
</div>
<!-- 寰呮坊鍔� -->
- <div id="data-search-btn" class="layui-btn-container layui-form-item">
+ <div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block">
<button id="search" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="search">鎼滅储</button>
<button id="reset" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="reset">閲嶇疆</button>
</div>
diff --git a/src/main/webapp/views/wrkMastLog/wrkMastLog.html b/src/main/webapp/views/wrkMastLog/wrkMastLog.html
index 60821d0..402587c 100644
--- a/src/main/webapp/views/wrkMastLog/wrkMastLog.html
+++ b/src/main/webapp/views/wrkMastLog/wrkMastLog.html
@@ -44,7 +44,7 @@
</div>
</div>
<div class="layui-inline">
- <label class="layui-form-label" style="font-size: small">鍏ュ嚭搴撶被鍨嬶細</label>
+ <label class="layui-form-label" style="font-size: xx-small">鍏ュ嚭搴撶被鍨嬶細</label>
<div class="layui-input-inline cool-auto-complete">
<input id="ioType" class="layui-input" name="io_type" type="text" placeholder="璇疯緭鍏�" autocomplete="off" style="display: none">
<input id="ioType$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="璇疯緭鍏�" onfocus=this.blur()>
--
Gitblit v1.9.1