From 2605af51ca4787434c8c5f2b10dc0adc78a2fdb0 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 14 三月 2025 17:17:45 +0800
Subject: [PATCH] 外协管理,外协订单,你列表操作后面增加一个完工点,完工就进行。就是说,已完工处理好,前面呢,有个批量完工,好检索查询条件,也加个完工。

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsContractShow.aspx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsContractShow.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsContractShow.aspx
index 0642d2e..373d7b6 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsContractShow.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsContractShow.aspx
@@ -26,7 +26,7 @@
 <asp:Repeater id="RepClientList" runat="server">
          <ItemTemplate>
              <div class="textcenter horizontal"  width="100" >
-            <a class="spotlight" href="<%#Eval("FilePath").ToString() %>">
+            <a <%--class="spotlight"--%> title="鐐瑰嚮鏌ョ湅鍘熷浘" href="<%#Eval("FilePath").ToString() %>" target="view_window" >
             
                 <img src="<%#Eval("FilePath").ToString() %>" width="100" height="200" >
                    

--
Gitblit v1.9.1