From 55eeee1515a15e7c54c6338d245f1c7fce406d13 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 10 九月 2024 09:41:12 +0800
Subject: [PATCH] 增加异常工艺参数预警页面,点击安灯呼叫按钮跳转异常反馈单,出站汇报单增加自动算不良总数方法
---
WebTM/views/IpadIndex.html | 45 +++++++++++++++++++++++----------------------
1 files changed, 23 insertions(+), 22 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 1089c80..85e3499 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1348,32 +1348,33 @@
break;
case "鎶ユ鐢宠":
- // break;
- // default:
- //}
+ // break;
+ // default:
+ //}
- $.ajax({
- url: GetWEBURL() + "/Sc_MESBeginWorkBill/GetMESBeginWorkBillStaus",
- type: "GET",
- data: { "sWhere": JSON.stringify(sWhere) },
- dataType: "json",//鏁版嵁绫诲瀷鍙互涓� text xml json script jsonp
- async: false,
- success: function (data) {
+ $.ajax({
+ url: GetWEBURL() + "/Sc_MESBeginWorkBill/GetMESBeginWorkBillStaus",
+ type: "GET",
+ data: { "sWhere": JSON.stringify(sWhere) },
+ dataType: "json",//鏁版嵁绫诲瀷鍙互涓� text xml json script jsonp
+ async: false,
+ success: function (data) {
- if (data.count > 0) {
- flag = true;
+ if (data.count > 0) {
+ flag = true;
- }
- else {
- flag = false;
- }
- },
- error: function (err) {
- flag = false;
- }
- });
+ }
+ else {
+ flag = false;
+ }
+ },
+ error: function (err) {
+ flag = false;
+ }
+ });
- return flag;
+ return flag;
+ }
}
</script>
</head>
--
Gitblit v1.9.1