<#include '/public/template/editTemplate.html'> <#macro editContent>
*
<#if watchList.id??> <@ZKUI.Combo name="watchListType" id="watchListType" onChange="genderChange" empty="false" width="148" autoFirst="true" disable="${(certificateDisable)!false}" hideLabel="true" value="${(watchList.watchListType)!}">
*
readonly="readonly" value="${(watchList.name)!}"> <#if !watchList.id??> <#else>
<#if "${Application['system.language']}" != "zh_CN">
<@ZKUI.Input name="lastName" maxlength="50" hideLabel="true" type="text" value="${(watchList.lastName)!}"/>
*
<@ZKUI.Combo empty="true" id="watchListCerType" name="certType" onChange="certTypeComboChange" width="148" hideLabel="true" title="vis_cert_type" path="baseDictionaryValue.do?selectList&key=certificateType" value="${(watchList.certType)!}" disable="${(certificateDisable)!false}" >
*
readonly="readonly" type="text" name="id" maxlength="50" onclick="javascript:changeShowCertNum()" onblur="javascript:$('#visCertFormat').hide()" id="certNumber" name="certNumber" value="${(watchList.certNumber)!}"/>
*
readonly="readonly" style="width: 430px" maxlength="30" value="${(watchList.company)!}">
*
<@ZKUI.Combo empty="false" id="editNationalCombo" hideLabel="true" readonly="false" width="148" name="addNationality" disable="${(certificateDisable)!false}" title="pers_person_nationality" path="baseDictionaryValue.do?selectList&key=PersNationality" value="${(watchList.nationality)!}">
<@ZKUI.Input name="nationalityAliases" width="100%" hideLabel="true" title="vis_watchList_aliases" type="text" value="${(watchList.aliases)!}"/>
checked="checked" />
*
<@ZKUI.Combo name="addCategory" onChange="addCategoryComboChange" id="addCategoryCombo" empty="false" width="148" autoFirst="true" hideLabel="true" title="vis_watchList_category" path="watchList.do?allCategory" value="${(watchList.category)!}">
<@ZKUI.Input type="datetime" endId="endDate3${uuid}" todayRange="start" width="148" today="0" hideLabel="true" name="startWatchTime" value="${(watchList.startWatchTime?string('yyyy-MM-dd HH:mm:ss'))!}"/>
<@ZKUI.Input id="endDate3${uuid}" type="datetime" todayRange="end" today="0" width="148" hideLabel="true" name="endWatchTime" value="${(watchList.endWatchTime?string('yyyy-MM-dd HH:mm:ss'))!}"/>
<@i18n 'vis_watchList_rejectionHistory' />
<#macro buttonContent> <#if watchList.id??> <#else>