From cb3ef438f93b4663eca9740517e11fd48afa53ca Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 23 九月 2024 19:52:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/车间管理/启动点检单/Sc_WorkBeginDotCheckBill.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Sc_WorkBeginDotCheckBill.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Sc_WorkBeginDotCheckBill.html"
index 8be3475..3559bc0 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Sc_WorkBeginDotCheckBill.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\220\257\345\212\250\347\202\271\346\243\200\345\215\225/Sc_WorkBeginDotCheckBill.html"
@@ -1376,7 +1376,7 @@
                                     "HCheckPostID": tableSub[i]["纭鑰呰鑹睮D"],
                                     "HCheckPostName": tableSub[i]["纭鑰呰鑹�"],
                                     "HDotCheckType": tableSub[i]["鐐规绫诲瀷"],
-                                    "HRelationID": tableSub[i]["HRelationID"],
+                                    "HRelationID": tableSub[i]["HRelationID"] == null ? "0" : tableSub[i]["HRelationID"],
                                     "HRelationName": relationName,
                                     "HCheckResult": "",
                                     "HRemark": ""

--
Gitblit v1.9.1