| | |
| | | <apex:pageBlock id="searchBlock" rendered="{!editAble}"> |
| | | <table> |
| | | <colgroup> |
| | | <col width="10px"/> |
| | | <col width="10px"/> |
| | | <col width="0px"/> |
| | | <col width="0px"/> |
| | | <col width="60px"/> |
| | | <col width="85px"/> |
| | | <col width="60px"/> |
| | |
| | | <td align="right"></td> |
| | | <td></td> |
| | | <td/> |
| | | <td align="right">选择条件:</td> |
| | | <td align="right"> 选择条件:</td> |
| | | <td> |
| | | <apex:selectList value="{!text1}" id="text1" size="1" style="width:90px"><apex:selectOptions value="{!textOpts}"/> |
| | | </apex:selectList> |
| | | </td> |
| | | <td> |
| | | <apex:inputText value="{!val1}" |
| | | id="val1" style="width:100px"/> |
| | | id="val1" style="width:200px"/> |
| | | </td> |
| | | <td align="left"><div id="seachdiv">合同编码精确查询<apex:inputCheckbox value="{!checkexact}" id="RowCheckbox"/></div></td> |
| | | <td><apex:commandButton value="保有设备搜索" style="width: 120px;" onclick="searchProductJs('0');return false;" /></td> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td colspan="3"/> |
| | | <td colspan="4"> 原客户:<apex:outputField value="{!ambc.rawAccount__c}"/></td> |
| | | <td colspan="4">目标客户:<apex:inputField id="OEC" value="{!ambc.AccountField__c}" style="width:200px"/></td> |
| | | <td colspan="4" style="height:50px;"> 原客户:<apex:outputField value="{!ambc.rawAccount__c}"/></td> |
| | | <td colspan="4">目标客户:<apex:inputField id="OEC" value="{!ambc.AccountField__c}" style="height:25px;width:200px"/></td> |
| | | </tr> |
| | | |
| | | <tr > |
| | | <apex:outputPanel rendered="{!checkUser}"> |
| | | <td colspan="3"/> |
| | | <td colspan="4">SPO表单号:<apex:inputText value="{!ambc.SPOLink__c}" style="width:200px"/></td> |
| | | <td colspan="4"> SPO表单号:<apex:inputText value="{!ambc.SPOLink__c}" style="width:200px"/></td> |
| | | </apex:outputPanel> |
| | | <!-- CHAN-B9B68N Start --> |
| | | <td colspan="4">变更原因:<!-- <apex:selectList value="{!ambc.ChangeReason__c}" id="changeReason01" size="1" style="width:204px"><apex:selectOptions value="{!changeReasonOpts}"/> --><apex:inputField value="{!ambc.ChangeReason__c}"></apex:inputField> |
| | |
| | | </tr> |
| | | <tr> |
| | | <td colspan="3"/> |
| | | <td colspan="4"> |
| | | 备注:<apex:inputText value="{!ambc.remark__c}" style="width:200px"/></td> |
| | | |
| | | <td colspan="4" style="height:50px;"> |
| | | 备注:<apex:inputText value="{!ambc.remark__c}" style="width:200px"/></td> |
| | | <!-- LZHU-BPJ8DF 20200513 Start --> |
| | | <td colspan="4">变更设备总数:<apex:outputField value="{!ambc.DetailCnt__c}"/></td> |
| | | <td colspan="4" style="height:50px;">变更设备总数:<apex:outputField value="{!ambc.DetailCnt__c}"/></td> |
| | | <!-- LZHU-BPJ8DF 20200513 End --> |
| | | </tr> |
| | | <!-- WLIG-BS7B4T ---20200806---update By rentongxiao---Start --> |
| | |
| | | <!-- 共享字段的回显 --> |
| | | <td colspan="3"/> |
| | | <td colspan="4"> |
| | | 共享:<apex:inputCheckbox value="{!ambc.share__c}" style="width:50px"/> |
| | | 共享:<apex:inputCheckbox value="{!ambc.share__c}" style="height:20px;width:20px"/> |
| | | </td> |
| | | <td colspan="4"></td> |
| | | </tr> |
| | |
| | | <apex:pageBlock title="文件" id="accessory" rendered="{!isShow}"> |
| | | |
| | | <apex:pageBlockButtons location="top"> |
| | | <apex:commandButton value="文件上传" onclick="uploadingAttachmentJs();" disabled="{!IF(ambc.Change_status__c='已提交'||ambc.Change_status__c='批准',true,false)}"/> |
| | | <apex:commandButton value="附件上传" onclick="uploadingAttachmentJs();" disabled="{!IF(ambc.Change_status__c='已提交'||ambc.Change_status__c='批准',true,false)}"/> |
| | | </apex:pageBlockButtons> |
| | | |
| | | <apex:pageBlockTable value="{!contents}" var="attachment" > |