| | |
| | | specificReasons(); |
| | | grey(); |
| | | } |
| | | |
| | | |
| | | function specificReasons() { |
| | | |
| | | var specificReasonsVal = j$(escapeVfId("allPage:sada:Specific_Reasons")).val(); |
| | |
| | | document.getElementById("font2").style.display = "none"; |
| | | |
| | | document.getElementById("allPage:sada:Other_Reasons").style.display = "none"; |
| | | } |
| | | if (specificReasonsVal == '重复报价') { |
| | | document.getElementById("font7").style.display = "block"; |
| | | document.getElementById("MC_Code__c").style.display = "block"; |
| | | |
| | | } else { |
| | | document.getElementById("font7").style.display = "none"; |
| | | document.getElementById("MC_Code__c").style.display = "none"; |
| | | } |
| | | } |
| | | |
| | |
| | | save(); |
| | | } |
| | | |
| | | |
| | | function submitBatch() { |
| | | blockme(); |
| | | submit(); |
| | |
| | | </tr> |
| | | <tr> |
| | | <td style="padding-left:50px"> |
| | | <font id="font7" style="font-size:small;display:none;"> |
| | | 手动关联报价编码: |
| | | </font> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td style="padding-left:50px ;"> |
| | | <div id = "MC_Code__c" class="requiredInput" style="display:none"><div class="requiredBlock"></div><apex:inputField value="{!lostData.MC_Code__c}" style="width:75px;"/></div> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td style="padding-left:50px"> |
| | | <font id="font3" style="font-size:small"> |
| | | 去向: |
| | | </font> |