From db32c8221ae179f6b20cc62467200c0681d10f61 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 17 一月 2025 12:20:01 +0800 Subject: [PATCH] 修改合同上传 --- CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx index 239d891..70c5c3f 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx @@ -288,8 +288,11 @@ </th> <th style="text-align: center;">鏈笅鍗曢噾棰� </th> + <th style="text-align: center;">鍚堝悓 + </th> <th style="text-align: center;">瀹岀粨鐘舵�� </th> + <th>鎿嶄綔 </th> </tr> @@ -354,6 +357,9 @@ <td > <%#Eval("Contractmoney","{0:F2}").ToString()=="0.00"||Eval("Contractmoney","{0:F2}").ToString()=="" ?"鏈缃悎鍚岄噾棰�" : Eval("LessOrderMoneyProperty","{0:F2}")%> </td> + <td> + <%#Eval("ContractCount").ToString() == "0" ? "脳" : "鈭�" %> + </td> <td> <%#Eval("ShifouwanjieName")%> </td> -- Gitblit v1.9.1