From 9dffd2ef1aa4ec4f4dc23206e533c6f596b4f73d Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 18 七月 2024 17:20:26 +0800
Subject: [PATCH] 工艺路线增加多选返回,车间自检单增加工序流转卡下推获取源单数据
---
WebTM/views/生产管理/生产汇报单/Sc_Add_ICMOReportBillList.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\261\207\346\212\245\345\215\225/Sc_Add_ICMOReportBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\261\207\346\212\245\345\215\225/Sc_Add_ICMOReportBillList.html"
index 3ed31aa..5feda21 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\261\207\346\212\245\345\215\225/Sc_Add_ICMOReportBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\261\207\346\212\245\345\215\225/Sc_Add_ICMOReportBillList.html"
@@ -291,7 +291,7 @@
//};
var Sctag = "0";
var columns = "";
- var HIsSave = false;
+ var HIsCheck = false;
//#endregion
@@ -567,7 +567,6 @@
dataType: "json",
success: function (data) {
if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
- HIsSave = true;
layer.msg(data.Message, { time: 1 * 1000, icon: 1 }, function () {
$('#add-btn').addClass("layui-btn-disabled").attr("disabled", true);//淇濆瓨鎸夐挳绂佺敤
$('#set_CheckBill').removeClass("layui-btn-disabled").attr("disabled", false);//瀹℃牳鎸夐挳鍚敤
@@ -618,7 +617,7 @@
//#region 鎵撳嵃
form.on('submit(get_PrintReport)', function (data) {
- if (HIsSave == true) {
+ if (HIsCheck == true) {
layer.open({
type: 2
, area: ['50%', '50%']
@@ -631,7 +630,7 @@
})
}
else {
- layer.msg('璇蜂繚瀛樺崟鎹暟鎹悗鎵撳嵃锛�');
+ layer.msg('璇峰鏍稿崟鎹垚鍔熷悗鎵撳嵃锛�');
}
});
//#endregion
@@ -711,6 +710,7 @@
data: { "HInterID": InterID, "IsAudit": 0, "CurUserName": sessionStorage["HUserName"] },
success: function (result) {
if (result.count == 1) {
+ HIsCheck = true;
layer.msg(result.Message, { time: 1 * 10000, icon: 1 }, function () {
// 寰楀埌frame绱㈠紩
var index = layer.getFrameIndex(window.name);
--
Gitblit v1.9.1