From cab611de20aba218d99103c5682671ba02a1685d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 06 九月 2024 12:52:21 +0800
Subject: [PATCH] 提交
---
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx | 52 +++++++++++++++++++++++++++++++++++-----------------
1 files changed, 35 insertions(+), 17 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx
index 24672be..8a8a491 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx
@@ -15,13 +15,13 @@
alertMsg('璇峰厛淇濆瓨瀹㈡埛');
return;
}
-
-
- dialog.open({
- URL: '/Pages/business/CorporateClientsPrint2.aspx?Target=ToUpSetData&CorporateClientsid=' + CorporateClientsid + '&orderId=' + Keyid, Title: '璁㈠崟闇�姹備慨鏀�', Height: 900, Width: 1000
- });
-
-
+
+
+ dialog.open({
+ URL: '/Pages/business/CorporateClientsPrint2.aspx?Target=ToUpSetData&CorporateClientsid=' + CorporateClientsid + '&orderId=' + Keyid, Title: '璁㈠崟闇�姹備慨鏀�', Height: 900, Width: 1000
+ });
+
+
}
function ToADD(Keyid, CorporateClientsid) {
@@ -33,8 +33,19 @@
dialog.open({
URL: '/Pages/business/CorporateClientsPrint2.aspx?CorporateClientsid=' + CorporateClientsid + '&orderId=' + Keyid, Title: '璁㈠崟闇�姹傛柊澧�', Height: 900, Width: 1000
});
-
+
+ }
+ //缁存姢
+ function onViewuplod(keyid) {
+
+ top.Dialog.open({ URL: "/Pages/business/CorporateClientsUpLoadContract.aspx?Keyid=" + keyid, Title: "涓婁紶鍜屾煡鐪嬪悎鍚�", Width: 900, Height: 750 });
+ }
+ //缁存姢
+ function GetKeyID(keyid) {
+
+
+ return false
}
</script>
@@ -76,7 +87,7 @@
<div class="ShowCustormDIV"><ul id="ShowCustormList"></ul></div>
</td>
<td class="ali03 " >鎺堜俊棰濆害锛�</td>
- <td class=""><input id="txtCredit" type="text" runat="server" class="req float " value="0" min="0" /></td>
+ <td class=""><input id="txtCredit" type="text" readonly="readonly" runat="server" class="req float " value="0" min="0" /></td>
<td class="ali03 " > </td>
<td class=""> </td>
@@ -177,15 +188,18 @@
<td class="ali03 ">澶囨敞锛�</td>
<td colspan="5"><textarea runat="server" id="txtRemark" style=" width:92%; height:30px;" maxlength="200"></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 ></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" 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" />
<% if (Shifouwanjie != "1") {%>
- <asp:Button ID="btn_Submit" Text="淇濆瓨" runat="server" OnClick="btn_Submit_Config" /> <asp:Button ID="btn_wanjie" Text="瀹岀粨" runat="server" OnClick="btn_Submit_Wanjie" />
+ <asp:Button ID="btn_wanjie" Text="瀹岀粨" runat="server" OnClick="btn_Submit_Wanjie" />
<% } %>
- <input type="hidden" id="HideKeyid" value="<%=Request["Keyid"]%>" /></td>
+ <input type="hidden" id="HideKeyid" value="<%=Request["Keyid"]%>" />
+ <input type="hidden" id="saveKey" runat="server" />
+ </td>
</tr>
@@ -198,7 +212,7 @@
<fieldset>
<legend>鍗板埛闇�姹�</legend>
<table class="tableStyle" width="100%">
- <tr>
<td ><button id="Button2" onclick="ToADD('','<%=CorporateClientsid%>');" >鏂板鍗板埛闇�姹�</button></td>
</tr>
+ <tr>
<td ><button id="Button2" onclick="ToADD('','<%=CorporateClientsid%>');return false;" >鏂板鍗板埛闇�姹�</button></td>
</tr>
</table>
<asp:Repeater ID="Repeater1" runat="server">
<HeaderTemplate>
@@ -254,11 +268,11 @@
</fieldset>
- <fieldset id="weihujilu">
+ <%-- <fieldset id="weihujilu">
<legend>娣诲姞缁存姢璁板綍</legend>
<table class="tableStyle" width="100%">
<tr>
<td class="ali03 ">缁存姢鏃ユ湡锛�</td>
<td ><input id="txtVisitTime" type="text" runat="server" maxlength="50" class="date w90px" datefmt="yyyy-MM-dd" /></td>
<td class="ali03 ">缁存姢璁板綍锛�</td>
<td colspan="2" ><textarea runat="server" id="txtvisitRemark" style=" width:92%; height:30px;" maxlength="200"></textarea></td>
<td ><asp:Button ID="Button1" Text="娣诲姞缁存姢璁板綍" runat="server" OnClick="btn_Submit_Visit" /></td>
</tr>
- </table>
+ </table>--%>
<%-- <asp:Repeater ID="RepClientList" runat="server">
<HeaderTemplate>
<table class="tableStyle" useclick="false" usecheckbox="true" sortmode="true" style="text-align: center;">
@@ -301,7 +315,7 @@
</FooterTemplate>
</asp:Repeater>--%>
- </fieldset>
+ <%--</fieldset>--%>
<% }%>
</form>
@@ -341,12 +355,16 @@
});
$("#selIsLoginCorporateWeb").change();
- $("#selPaytime").change(function () {
if ($(this).val() != "7") {
$("#txtPaydays").attr("disabled", "disabled");
$("#txtPaydays").val("");
} else {
$("#txtPaydays").removeAttr("disabled");
}
});
$("#selPaytime").change();
+ $("#selPaytime").change(function () {
if ($(this).val() != "7") {
$("#txtPaydays").attr("disabled", "disabled");
$("#txtPaydays").val("");
} else {
$("#txtPaydays").removeAttr("disabled");
}
});
$("#selPaytime").change();
$("#selContracttype").change(function () {
if ($(this).val() != "1") {
$("#txtContractmoney").attr("disabled", "disabled");
$("#txtContractmoney").val("");
} else {
$("#txtContractmoney").removeAttr("disabled");
}
});
$("#selContracttype").change();
$("#selExpiretype").change(function () {
if ($(this).val() != "1") {
$("#txtExpireTime").attr("disabled", "disabled");
$("#txtExpireTime").val("");
} else {
$("#txtExpireTime").removeAttr("disabled");
}
});
$("#selExpiretype").change();
});
+
+
+
+
</script>
</html>
--
Gitblit v1.9.1