username@email.com
8 天以前 f6cb981322bc4c2a27921ad0480dce7fb483a4d8
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanWentiList.aspx
@@ -46,8 +46,11 @@
        function Xiugai(keyid) {
            top.Dialog.open({ URL: "/Pages/business/DeliverPlanWentiEdit.aspx?keyid=" + keyid, Title: "追责", Width: 900, Height: 750 });
        }
        //查看处理
        function ViewChuli(keyid) {
            top.Dialog.open({ URL: "/Pages/business/DeliverPlanWentiChuli.aspx?keyid=" + keyid, Title: "查看处理", Width: 350, Height: 200 });
        }
        
        //送货安排
        function outAfterWorks(Keyid, BuyerId, DeliveredTime) {
            top.Dialog.open({ URL: "/Pages/business/OrderProductionprogress.aspx?SellerOrderId=" + SellerOrderId + "&Keyid=" + Keyid + "&works=" + works, Title: works, Width: 300, Height: 300 });
@@ -184,6 +187,19 @@
           
        }
        //工作考评
        function chuli(Keyid) {
            var msg = ('确认处理吗?');
            top.Dialog.confirm(msg, function () {
                top.Dialog.open({ URL: "/Pages/business/DeliverPlanWentiEdit.aspx?Target=chuli&&keyid=" + Keyid, Title: "问题处理", Width: 600, Height: 300 });
            });
        }
        
@@ -463,7 +479,9 @@
                        
                       
                      
                        <th width="60">
                            是否处理
                        </th>
                         
                       <th width="60">
                            是否完结
@@ -515,7 +533,11 @@
                                <td> 
                                    <%#Eval("Fakuan","{0:F2}")%> 
                                </td>
                                 <td>
                                     <a href='javascript:void(0)' title='<%#Eval("ChulistatusName")%>' class='a_under' onclick='ViewChuli("<%#Eval("Keyid")%>")'><%#Eval("ChulistatusName")%></a>
                                </td>
                                
                                 <td>
                                    <%#Eval("WanjiestatusName")%>
@@ -526,6 +548,8 @@
                                 
                                 <td style="text-align: center;">
                                     <a href='javascript:void(0)' menu_member_case_id="case_Wentichuli" menu_member_case_name="问题处理"  title='点击问题处理' class='a_under' onclick='chuli("<%#Eval("Keyid")%>")'> 问题处理  </a>
                                       <a href='javascript:void(0)'  menu_member_case_id="case_Zhuize" menu_member_case_name="追责"  title='点击修改' class='a_under' onclick='Xiugai("<%#Eval("Keyid")%>","<%#Eval("Transferstatus")%>")'> 追责  </a>