| | |
| | | <apex:outputPanel id="message"> |
| | | <apex:pageMessages /> |
| | | </apex:outputPanel> |
| | | <table> |
| | | <tr> |
| | | <td colspan="2"> |
| | | <font>经销商更名</font> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td>旧经销商管理编码 : </td> |
| | | <td><apex:inputText id="oldAgencyCode" value="{!oldAgencyCode}"/></td> |
| | | </tr> |
| | | <tr> |
| | | <td>新经销商管理编码 : </td> |
| | | <td><apex:inputText id="newAgencyCode" value="{!newAgencyCode}"/></td> |
| | | </tr> |
| | | <tr> |
| | | <td>允许新经销商下存在数据 : </td> |
| | | <td><apex:inputCheckbox id="forceFlg" value="{!forceFlg}"/></td> |
| | | </tr> |
| | | <tr> |
| | | <td><input type="button" value="确定" onclick="startJobJs();return false;" /></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2"> |
| | | <apex:outputPanel layout="none" rendered="{!startFlg}"> |
| | | <!-- <font>经销商更名</font> --> |
| | | <font>已经开始Batch</font><a href="/apexpages/setup/listAsyncApexJobs.apexp">点此</a><font>查看具体信息</font> |
| | | </apex:outputPanel> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | | <div style="padding-left: 36%;padding-top: 30px;"> |
| | | <table style="height: 200px"> |
| | | <tr> |
| | | <td colspan="2"> |
| | | <font>经销商更名</font> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td>旧经销商管理编码 : </td> |
| | | <td><apex:inputText id="oldAgencyCode" value="{!oldAgencyCode}"/></td> |
| | | </tr> |
| | | <tr> |
| | | <td>新经销商管理编码 : </td> |
| | | <td><apex:inputText id="newAgencyCode" value="{!newAgencyCode}"/></td> |
| | | </tr> |
| | | <tr style="height: 38.61px;"> |
| | | <td>允许新经销商下存在数据 : </td> |
| | | <td><apex:inputCheckbox id="forceFlg" value="{!forceFlg}"/></td> |
| | | </tr> |
| | | <tr> |
| | | <td></td> |
| | | <td><input type="button" value="确定" onclick="startJobJs();return false;" style="float: right;width: 65%;display: inline-block;height: 30px;border-radius: .25rem;color: rgba(1, 118, 211, 1);background-color: white;border-width: 1px;border-color: rgb(201, 201, 201);border-style: double;" /></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2"> |
| | | <apex:outputPanel layout="none" rendered="{!startFlg}"> |
| | | <!-- <font>经销商更名</font> --> |
| | | <font>已经开始Batch</font><a href="/apexpages/setup/listAsyncApexJobs.apexp">点此</a><font>查看具体信息</font> |
| | | </apex:outputPanel> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | | |
| | | </apex:form> |
| | | |
| | | </apex:page> |