= 300) {
var d = data.data;
if (d === "") {
- layer.msg(data.statusInfo.detail,{icon:0,time:500},function () {
+ layer.msg(data.statusInfo.detail, {icon: 0, time: 500}, function () {
flagForForm = false;
});
} else {
@@ -516,7 +516,7 @@
});
// 用于提交操作(组合)
form.on('submit(formStep2)', function (data) {
- if(!GroupflagForForm){
+ if (!GroupflagForForm) {
GroupflagForForm = true;
data = data.field;
data.type = 1;
@@ -533,7 +533,7 @@
success: function (d) {
layer.close(this.layerIndex);
if (d.status >= 300) {
- layer.msg(d.statusInfo.detail,{icon:5,time:1000},function() {
+ layer.msg(d.statusInfo.detail, {icon: 5, time: 1000}, function () {
GroupflagForForm = false;
});//失败的表情
@@ -716,9 +716,9 @@
var req = {};
req.code = code;
req.type = "in";
- if(code !== ""){
+ if (code !== "") {
// 展示遮盖层
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
$.ajax({
url: "/material/findMatrialByCode",
type: "get",
@@ -729,10 +729,10 @@
var d = d.data;
var idNumber = materialId.name.split("mid")[1];
if (d == null) {
- layer.msg("没有该编码,请确认是否输入正确",{
- icon:0,
- time:500
- },function () {
+ layer.msg("没有该编码,请确认是否输入正确", {
+ icon: 0,
+ time: 500
+ }, function () {
layer.close(loading2)
materialName.value = "";
materialId.value = "";
@@ -786,8 +786,7 @@
if (shelfLife !== null && shelfLife !== undefined) {
$("#" + "producedDateItem" + idNumber).show();
$("#" + "producedDate" + idNumber).attr("lay-verify", "required");
- }
- else {
+ } else {
$("#" + "producedDateItem" + idNumber).hide();
}
layer.close(loading2)
@@ -837,7 +836,7 @@
end: function () {
var mid = materialId.value;
if (mid !== '') {
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
$.ajax({
url: "/material/findMatrialById?mid=" + mid,
type: "get",
@@ -911,8 +910,8 @@
var materialId = materialName.parentNode.parentNode.childNodes[3];
var req = {};
data = data.split(",")[0];
- if(data !== ""){
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ if (data !== "") {
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
req.mname = data;
$.ajax({
url: "/material/findMaterialByCondition",
@@ -922,20 +921,20 @@
contentType: "application/json;charset=utf-8",
success: function (d) {
if (d.count > 1) {
- layer.msg("请点击右侧搜索确定物品",{
- icon:0,
- time:500
- },function () {
+ layer.msg("请点击右侧搜索确定物品", {
+ icon: 0,
+ time: 500
+ }, function () {
materialId.value = "";
codeValue.value = "";
layer.close(loading2)
});
return false;
} else if (d.count === 0) {
- layer.msg("没有该物品,请确认输入是否正确",{
- icon:5,
- time:500
- },function() {
+ layer.msg("没有该物品,请确认输入是否正确", {
+ icon: 5,
+ time: 500
+ }, function () {
materialId.value = "";
codeValue.value = "";
materialName.value = "";
@@ -976,10 +975,9 @@
scanCodeInStorage = function (obj) {
let wxScan = parent;
- if(wxScan.wx === undefined){
+ if (wxScan.wx === undefined) {
wxScan = wxScan.parent.wx;
- }
- else{
+ } else {
wxScan = wxScan.wx;
}
wxScan.scanQRCode({
@@ -993,7 +991,7 @@
req.qrCode = result;
req.codeFlag = 2;
$("#qrCode" + obj.id.split("qrCodeImg")[1]).val(result);
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
$.ajax({
url: "/material/qywxApplicationInScanQrCode",
type: "post",
@@ -1089,10 +1087,9 @@
scanBarCode = function (obj) {
let wxScan = parent;
- if(wxScan.wx === undefined){
+ if (wxScan.wx === undefined) {
wxScan = wxScan.parent.wx;
- }
- else{
+ } else {
wxScan = wxScan.wx;
}
wxScan.scanQRCode({
@@ -1105,7 +1102,7 @@
var req = {};
req.qrCode = result;
req.codeFlag = 1;
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
$.ajax({
url: "/material/qywxApplicationInScanBarCode",
type: "post",
@@ -1161,8 +1158,7 @@
layer.close(loading2)
form.render();
- }
- else {
+ } else {
// 如果没有对应关系
layer.msg("对于编码:" + result + ",并未发现对应的物料", {
icon: 0,
@@ -1236,22 +1232,21 @@
scanLocationByQrCode = function (obj) {
let wxScan = parent;
- if(wxScan.wx === undefined){
+ if (wxScan.wx === undefined) {
wxScan = wxScan.parent.wx;
- }
- else{
+ } else {
wxScan = wxScan.wx;
}
wxScan.scanQRCode({
desc: 'scanQRCode desc',
needResult: 1, // 默认为0,扫描结果由企业微信处理,1则直接返回扫描结果,
- scanType: ["qrCode","barCode"], // 可以指定扫二维码还是条形码(一维码),默认二者都有
+ scanType: ["qrCode", "barCode"], // 可以指定扫二维码还是条形码(一维码),默认二者都有
success: function (res) {
// 回调
var result = res.resultStr;//当needResult为1时返回处理结果
var req = {};
req.qrCode = result;
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
$.ajax({
url: "/place/qywxApplicationInScanQrCode",
type: "post",
@@ -1267,10 +1262,10 @@
var placeId = parent.childNodes[5];
if (flag === 0) {
// 如果没有获取到位置
- layer.msg("并未查询到对应位置,请重新扫描",{
- icon:0,
- time:1000
- },function () {
+ layer.msg("并未查询到对应位置,请重新扫描", {
+ icon: 0,
+ time: 1000
+ }, function () {
layer.close(loading2)
});
} else if (flag === 1) {
@@ -1311,9 +1306,9 @@
// gname
let gnameItem = gnameParent.childNodes[1].childNodes[1];
let req = {};
- if(code !== ""){
+ if (code !== "") {
req.code = code;
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
$.ajax({
url: "/group/findGroupByCodeForIn",
type: "post",
@@ -1405,7 +1400,7 @@
end: function () {
let gid = gidItem.value;
if (gid !== '') {
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
let req = {};
req.gid = gid;
@@ -1477,7 +1472,7 @@
if (gname !== '') {
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
var req = {};
req.gname = gname;
@@ -1562,22 +1557,21 @@
scanCodeByOut = function (obj) {
let wxScan = parent;
- if(wxScan.wx === undefined){
+ if (wxScan.wx === undefined) {
wxScan = wxScan.parent.wx;
- }
- else{
+ } else {
wxScan = wxScan.wx;
}
wxScan.scanQRCode({
desc: 'scanQRCode desc',
needResult: 1, // 默认为0,扫描结果由企业微信处理,1则直接返回扫描结果,
- scanType: ["qrCode","barCode"], // 可以指定扫二维码还是条形码(一维码),默认二者都有
+ scanType: ["qrCode", "barCode"], // 可以指定扫二维码还是条形码(一维码),默认二者都有
success: function (res) {
// 回调
var result = res.resultStr;//当needResult为1时返回处理结果
var req = {};
req.qrCode = result;
- let loading2 = layer.open({ type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
+ let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0});
$.ajax({
url: "/material/qywxApplicationOutScanQrCode",
@@ -1819,6 +1813,9 @@
};
+ $('body').on('click', '[data-refresh]', function () {
+ location.reload();
+ })
})
diff --git a/target/classes/templates/pages/application/application-in_back.html b/target/classes/templates/pages/application/application-in_back.html
index 3e38710d..ce63e17c 100644
--- a/target/classes/templates/pages/application/application-in_back.html
+++ b/target/classes/templates/pages/application/application-in_back.html
@@ -7,8 +7,10 @@
+
+
+
@@ -1612,6 +1614,9 @@
}
});
+ $('body').on('click', '[data-refresh]', function () {
+ location.reload();
+ })
})
diff --git a/target/classes/templates/pages/application/application-out_back.html b/target/classes/templates/pages/application/application-out_back.html
index cbae4bc3..9800dbcf 100644
--- a/target/classes/templates/pages/application/application-out_back.html
+++ b/target/classes/templates/pages/application/application-out_back.html
@@ -9,6 +9,7 @@
+
+
+
@@ -415,6 +418,10 @@
}
};
+ $('body').on('click', '[data-refresh]', function () {
+ location.reload();
+ })
+
})
diff --git a/target/classes/templates/pages/application/application-out_min-mobile.html b/target/classes/templates/pages/application/application-out_min-mobile.html
index 9a7db4a6..7c543c29 100644
--- a/target/classes/templates/pages/application/application-out_min-mobile.html
+++ b/target/classes/templates/pages/application/application-out_min-mobile.html
@@ -9,8 +9,10 @@
+
+
@@ -132,7 +134,11 @@
}
})
- }
+ };
+
+ $('body').on('click', '[data-refresh]', function () {
+ location.reload();
+ })
});
diff --git a/target/classes/templates/pages/application/application-out_min.html b/target/classes/templates/pages/application/application-out_min.html
index c310f18d..e1d80eb6 100644
--- a/target/classes/templates/pages/application/application-out_min.html
+++ b/target/classes/templates/pages/application/application-out_min.html
@@ -9,9 +9,10 @@
+
-
+
@@ -119,6 +120,10 @@
}
})
}
+ });
+
+ $('body').on('click', '[data-refresh]', function () {
+ location.reload();
})
});
diff --git a/target/classes/templates/pages/application/application-out_temporaryValue.html b/target/classes/templates/pages/application/application-out_temporaryValue.html
index bef1f380..9855ffdd 100644
--- a/target/classes/templates/pages/application/application-out_temporaryValue.html
+++ b/target/classes/templates/pages/application/application-out_temporaryValue.html
@@ -9,6 +9,8 @@
+
+
+
+
@@ -1064,6 +1068,10 @@
});
+ $('body').on('click', '[data-refresh]', function () {
+ location.reload();
+ })
+
})
diff --git a/target/classes/templates/pages/application/application-transfer.html b/target/classes/templates/pages/application/application-transfer.html
index 19a42598..850c40cf 100644
--- a/target/classes/templates/pages/application/application-transfer.html
+++ b/target/classes/templates/pages/application/application-transfer.html
@@ -9,6 +9,7 @@
+