From 4ea4e7d7631d0ebe35adaa4a9cb36b0149962b71 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 23 十月 2024 09:10:40 +0800
Subject: [PATCH] 增加不良采集,生产质量汇报单在选择不良原因时,根据当前工序带出对应不良原因,增加字段HNowProcID int //当前工序,优化启动点检编辑时赋值为空,不良品台账增加过滤条件
---
WebTM/views/Baseset/基础资料/Gy_GetProductionTeamList.html | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_GetProductionTeamList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_GetProductionTeamList.html"
index ff83d3c..5e8e3b1 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_GetProductionTeamList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_GetProductionTeamList.html"
@@ -105,9 +105,11 @@
}
$.ajax({
type: "get",
- url: GetWEBURL() + "/Web/GetProductionTeamList_Json",
- async: true,
- data: { "sWhere": Value },
+ //url: GetWEBURL() + "/Web/GetProductionTeamList_Json", //鍘熻繑鍥炴暟鎹皟鐢ㄦ柟娉�
+ url: GetWEBURL() + "/Web/GetGroupListByUser_Json",
+ async: false,
+ //data: { "sWhere": Value },
+ data: { "sWhere": Value, "user": sessionStorage["HUserName"] },
success: function (result) {
ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
table.reload('mainTable', {
--
Gitblit v1.9.1