From 15ac6798a771119b1c97bfbdc5d1d6faa38e9c94 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 11 三月 2021 15:41:12 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/ioWorks/matQuery.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/ioWorks/matQuery.js b/src/main/webapp/static/js/ioWorks/matQuery.js
index ed49f52..0a22b7c 100644
--- a/src/main/webapp/static/js/ioWorks/matQuery.js
+++ b/src/main/webapp/static/js/ioWorks/matQuery.js
@@ -54,6 +54,9 @@
success: function(layero, index){
layer.iframeAuto(index)
},
+ cancel: function () {
+ $('#orderNo').val('');
+ }
});
@@ -103,9 +106,10 @@
}
});
- // 寮�濮嬫墦鍗�
+ // 寮�濮嬬敓鎴愭嫞璐у崟
form.on('submit(confirm)', function (data) {
+ top.layui.layer.close(top.popupRight);
})
function updateMatData(locNo, matnr, count) {
--
Gitblit v1.9.1