From 89a49bd6985e64f1110dbe2c563f202f675b5a80 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 23 九月 2024 13:58:00 +0800
Subject: [PATCH] 设备维修记录单 模具维修记录单  模具保养记录单 加字段 设备启动点检 上模单 流转卡派工 功能优化

---
 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