| | |
| | | return false
|
| | | }
|
| | |
|
| | |
|
| | | //查看
|
| | | function onViewWeihu(keyid) {
|
| | | top.Dialog.open({ URL: "/Pages/business/CorporateClientsVisit.aspx?Keyid=" + keyid, Title: "查看客户维护记录", Width: 1200, Height: 900 });
|
| | | }
|
| | | //查看
|
| | | function onViewSheji(keyid) {
|
| | | top.Dialog.open({ URL: "/Pages/business/CorporateClientsSheji.aspx?Keyid=" + keyid, Title: "查看客户设计沟通", Width: 1200, Height: 900 });
|
| | | }
|
| | |
|
| | | |
| | | </script>
|
| | | </head>
|
| | | <body>
|
| | |
| | | <td class="ali03 w100px">客户名称:</td> |
| | | <td class="w300px" > |
| | | |
| | | <input id="txtCompanyName" type="text" runat="server" class="req customcompany" style=" width:280px;" maxlength="20" AUTOCOMPLETE="OFF" /><span style="color:red;">*</span> |
| | | <input id="txtCompanyName" type="text" runat="server" class="req" style=" width:280px;" maxlength="100" AUTOCOMPLETE="OFF" /><span style="color:red;">*</span> |
| | | <input id="txtHideMemberId" type="hidden" runat="server"/> |
| | | <input id="txtHideMemberType" type="hidden" runat="server"/> |
| | | |
| | |
| | | </tr>
|
| | | <tr>
|
| | | <td class="ali03 ">注意事项:</td>
|
| | | <td colspan="5"><textarea runat="server" id="txtNote" style=" width:92%; height:30px;" maxlength="200"></textarea></td>
|
| | | <td colspan="5"><textarea runat="server" id="txtNote" style=" width:92%; height:30px;" maxlength="1000"></textarea></td>
|
| | | </tr>
|
| | | <tr>
|
| | | <td class="ali03 ">备注:</td>
|
| | | <td colspan="5"><textarea runat="server" id="txtRemark" style=" width:92%; height:30px;" maxlength="200"></textarea></td>
|
| | | <td colspan="5"><textarea runat="server" id="txtRemark" style=" width:92%; height:30px;" maxlength="1000"></textarea></td>
|
| | | </tr>
|
| | | <tr>
<td class="ali03 ">完结状态:</td>
<td ><select id="selShifouwanjie" runat="server" datatextfield="PrintName" datavaluefield="Keyid" keepDefaultStyle='true' class=" w120px" disabled="disabled"></select></td>
<td class="ali03 "></td>
<td ></td>
<td class="ali03 "></td>
<td ><button id="Buttonupload" style="visibility:hidden;" onclick="onViewuplod('<%= GetKeyID()%>');return false;" >上传合同</button></td>
</tr>
|
| | | <tr>
|
| | |
|
| | |
|
| | | <td class="ali02" colspan="6">
|
| | | <asp:Button ID="btn_Submit" Text="保存" runat="server" OnClick="btn_Submit_Config" />
|
| | | <asp:Button ID="btn_Submit" Text="保存" runat="server" OnClick="btn_Submit_Config" OnClientClick="if(SubmitOnSubmit())return true;else return false;" />
|
| | | <% if (string.IsNullOrEmpty(Shifouwanjie) || Shifouwanjie == "2") {%>
|
| | | <asp:Button ID="btn_wanjie" Text="完结" runat="server" OnClientClick="if(removeOnSubmit())return true;else return false;" OnClick="btn_Submit_Wanjie" />
|
| | | <% }else if (Shifouwanjie == "1") { %>
|
| | |
| | | </asp:Repeater>
|
| | |
|
| | | </fieldset>
|
| | |
|
| | | |
| | | <fieldset>
|
| | | <legend>维护记录</legend>
|
| | | <button id="Button4" onclick="onViewWeihu('<%=CorporateClientsid%>')" >查看维护记录</button>
|
| | | </fieldset>
|
| | | <fieldset>
|
| | | <legend>设计沟通</legend>
|
| | | <button id="Button5" onclick="onViewSheji('<%=CorporateClientsid%>')" >查看设计沟通</button>
|
| | | </fieldset>
|
| | | <%-- <fieldset id="weihujilu">
|
| | | <legend>添加维护记录</legend>
|
| | | <table class="tableStyle" width="100%">
|
| | |
| | | });
|
| | |
|
| | |
|
| | | function SubmitOnSubmit(){
|
| | |
|
| | | if ($("#selSourcesInfoId").val() == "452" && $("#txtJigoudaima").val() == "") {
|
| | | alertMsg("客户来源为政府采购,请填写机构代码");
|
| | | return false;
|
| | | }
|
| | | if ($("#selectProvince").val() == "" && $("#selectCity").val() == "" && $("#selectCounty").val() == "") {
|
| | | alertMsg("请选择所在区域");
|
| | | return false;
|
| | | }
|
| | |
|
| | | return true;
|
| | |
|
| | |
|
| | |
|
| | | }
|
| | |
|
| | |
|
| | | function removeOnSubmit() {
|
| | |
|
| | | if (confirm("确认完结客户?"))
|