From 374ce108d737c1e4d6608989090195a7346d10ad Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 26 二月 2026 08:47:21 +0800
Subject: [PATCH] 优化格式美观度。 完成 (1)“印刷、打包、送货要求”放在右边的格子里面;右边格子拉通 (2)“单价”和“总价”的格子比例要调整适中 (3)把“印件名称”放在第一格 (1)操作中增加“问题处理”,进行处理操作  完成 (2)问题反馈除了生成在这个列表中,还要自动推送给对应订单的下单人或者送货安排(发起工作安排)的安排人,显示在他们的“工作提醒”中,处理完了就在列表中变成已完成问题处理,显示“√”,点“√”进去就显示谁处理的、什么时候处理的。  完成 生产施工单中,选“轮转印刷机”的,删除“纸张数量(张)”和“开料规格”  完成

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx
index aff8af5..123e790 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookList.aspx
@@ -34,7 +34,7 @@
         }
         //淇濋櫓
         function onViewfahuo(keyid) {
-            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookfahuoqingkuang.aspx?orderId=" + keyid, Title: "鏌ョ湅鍙戣揣鎯呭喌",  Width: 1500, Height: 900 });
+            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookfahuoqingkuang.aspx?orderId=" + keyid, Title: "鏌ョ湅鍙戣揣鎯呭喌",  Width: 1800, Height: 900 });
         }
         
 
@@ -44,7 +44,7 @@
         }
         //鏂板鍙戣揣
         function onViewXinzengsonghuo(keyid) {
-            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookFahuo.aspx?orderId=" + keyid, Title: "鏂板鍙戣揣", Width: 1500, Height: 900 });
+            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookFahuo.aspx?orderId=" + keyid, Title: "鏂板淇敼鍙戣揣", Width: 1500, Height: 900 });
         }
         //搴撳瓨鐩樼偣
         function onViewKucunpandian(keyid) {
@@ -58,7 +58,7 @@
 
         //鍒犻櫎
         function onDele(keyid) {
-            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookPrint.aspx?orderId=" + keyid, Title: "鎵撳嵃閫佽揣鍗�", Width: 600, Height: 900 });
+            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookPrint.aspx?orderId=" + keyid, Title: "鎵撳嵃閫佽揣鍗�", Width: 900, Height: 900 });
         }
 
         //鎵归噺鍒犻櫎
@@ -168,9 +168,9 @@
                              <th style="text-align: center">
                                 瀹㈡埛鍚嶇О
                             </th>
-                            <th style="text-align: center">
+                          <%--  <th style="text-align: center">
                                 鍗颁欢鍚嶇О
-                            </th>
+                            </th>--%>
                              <th style="text-align: center">
                                 鏁伴噺
                             </th>
@@ -202,9 +202,9 @@
                                     <a href='javascript:void(0)' title='<%#Eval("BuyerName").ToString()%>' class='a_under' onclick='View("<%#Eval("BuyerId")%>")'><%#Eval("BuyerName").ToString().Length > 22 ? (Eval("BuyerName").ToString().Substring(0, 22) + "..") : Eval("BuyerName").ToString()%></a>
                                         </div>
                                 </td>
-                        <td style="text-align: center">
+                       <%-- <td style="text-align: center">
                            <%#Eval("DocumentName")%>
-                        </td>
+                        </td>--%>
                          <td style="text-align: center">
                             <%#Eval("OrderExtend.PrintNum")%>
                         </td>
@@ -221,7 +221,7 @@
                             <span   onclick="onDele('<%#Eval("Keyid")%>')">鎵撳嵃閫佽揣鍗�</span>
                              <span   onclick="onViewCarInsurance('<%#Eval("Keyid")%>')">鏌ョ湅閫佽揣鎯呭喌</span>
 
-                             <span  menu_member_case_id="case_Xinzengsonghuo" menu_member_case_name="鏂板鍙戣揣 "   onclick="onViewXinzengsonghuo('<%#Eval("Keyid")%>')">鏂板鍙戣揣 </span>
+                             <span  menu_member_case_id="case_Xinzengsonghuo" menu_member_case_name="鏂板淇敼鍙戣揣 "   onclick="onViewXinzengsonghuo('<%#Eval("Keyid")%>')">鏂板淇敼鍙戣揣 </span>
                              <span   menu_member_case_id="case_Kucunpandian" menu_member_case_name="搴撳瓨鐩樼偣"  onclick="onViewKucunpandian('<%#Eval("Keyid")%>')">搴撳瓨鐩樼偣</span>
                              <span   onclick="onViewfahuo('<%#Eval("Keyid")%>')">鏌ョ湅鍙戣揣鎯呭喌</span>
                            

--
Gitblit v1.9.1