From ab2f1a6532be9950d792cedaa6a4011e09d94733 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 13 十月 2022 09:24:38 +0800
Subject: [PATCH] 生产日计划查询  齐套分析显示红色

---
 WebTM/views/生产管理/齐套分析/JIT_CompleteDetailList.html |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\351\275\220\345\245\227\345\210\206\346\236\220/JIT_CompleteDetailList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\351\275\220\345\245\227\345\210\206\346\236\220/JIT_CompleteDetailList.html"
index ad23be8..50e3862 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\351\275\220\345\245\227\345\210\206\346\236\220/JIT_CompleteDetailList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\351\275\220\345\245\227\345\210\206\346\236\220/JIT_CompleteDetailList.html"
@@ -238,6 +238,15 @@
                     , { field: '浠撳簱缂栫爜', title: '浠撳簱缂栫爜' }
                     , { field: '浠撳簱鍚嶇О', title: '浠撳簱鍚嶇О' }
                 ]]
+                , done: function (res, curr, count) {
+                    for (var i in res.data) {
+                        var item = res.data[i];
+
+                        if (item["榻愬鐘舵��"] == "鏈綈濂�") {
+                            $("tr[data-index='" + i + "']").attr({ "style": "background:red;color:black;" });
+                        }
+                    }
+                }
             };
         }
         //#endregion

--
Gitblit v1.9.1