From 280f01168e378230869e3c90973ad0a1c5798ace Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 04 七月 2024 17:26:01 +0800
Subject: [PATCH] 安灯表体编辑复选框回显
---
WebTM/views/质量管理/安灯逐级呼叫规则/OA_AndengFlowRuleBillMain.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\256\211\347\201\257\351\200\220\347\272\247\345\221\274\345\217\253\350\247\204\345\210\231/OA_AndengFlowRuleBillMain.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\256\211\347\201\257\351\200\220\347\272\247\345\221\274\345\217\253\350\247\204\345\210\231/OA_AndengFlowRuleBillMain.html"
index b9d1a74..ad204cd 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\256\211\347\201\257\351\200\220\347\272\247\345\221\274\345\217\253\350\247\204\345\210\231/OA_AndengFlowRuleBillMain.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\256\211\347\201\257\351\200\220\347\272\247\345\221\274\345\217\253\350\247\204\345\210\231/OA_AndengFlowRuleBillMain.html"
@@ -828,15 +828,15 @@
{
"HSNO": tableSub[i].娴佺▼鍙�, "HDutyID": tableSub[i].HDutyID, "HDutyNumber": tableSub[i].鑱屽姟缂栫爜,
"HDutyName": tableSub[i].鑱屽姟, "HTimes": tableSub[i].瑙﹀彂鏃堕棿, "HRemark": tableSub[i].澶囨敞,
- "HReceiveType": tableSub[i].鎺ユ敹妯″紡, "HIsRece": tableSub[i].鏄惁鍙戦��
+ "HReceiveType": tableSub[i].鎺ユ敹妯″紡, "HIsRece": tableSub[i].HIsRece
}
)
}
option.data = rowdata;
table.render(option);
+ CheckedSet_tableSub();
for (var i = 0; i < rowdata.length; i++) {
- $('#HReceiveType' + (i + 1)).find("option[value='" + tableSub[i].鎺ユ敹妯″紡 + "']").attr("selected", true);
- $('#HIsRece' + (i + 1)).attr("checked", true);
+ $('#HReceiveType' + (i + 1)).find("option[value='" + tableSub[i].鎺ユ敹妯″紡 + "']").attr("selected", true);
}
form.render('select');
form.render('checkbox');
--
Gitblit v1.9.1