| | |
| | | { |
| | | "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'); |