From 727ee25aeb5fcaf84e2cf009b2eacd3a86bcb3ca Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 28 十一月 2024 12:55:23 +0800
Subject: [PATCH] 新增 环境检测方案,环境检测单
---
WebTM/views/模治具管理/模治具管理/BatchGen_MouldFile.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/BatchGen_MouldFile.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/BatchGen_MouldFile.html"
index fe3d390..8f70098 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/BatchGen_MouldFile.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/BatchGen_MouldFile.html"
@@ -85,6 +85,7 @@
}
var StarNum = $("#StarNum").val();
var EndNum = $("#EndNum").val();
+ $('#btnSave').addClass("layui-btn-disabled").attr("disabled", true);
//鏂板
$.ajax({
type: "Get",
@@ -94,11 +95,10 @@
dataType: "json",
success: function (data) {
if (data.count == 1) {
- layer.msg(data.Message, { time: 1 * 1000, icon: 1 }, function () {
- if (linterid == undefined) {
- $('#btnSave').addClass("layui-btn-disabled").attr("disabled", true);
- }
- else {
+ layer.msg(data.Message + "宸插瓨鍦ㄥ崟鎹彿锛�" + data.list, {
+ btn: ['纭']
+ , time: 100000, icon: 1
+ , yes: function () {
var index = parent.layer.getFrameIndex(window.name); //鍏堝緱鍒板綋鍓峣frame灞傜殑绱㈠紩
parent.layer.close(index); //鍐嶆墽琛屽叧闂�
}
--
Gitblit v1.9.1