| | |
| | | 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 }); |
| | |
| | | |
| | | |
| | | } |
| | | |
| | | //工作考评 |
| | | 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 }); |
| | | }); |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | |
| | | <th width="60"> |
| | | 是否处理 |
| | | </th> |
| | | |
| | | <th width="60"> |
| | | 是否完结 |
| | |
| | | <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")%> |
| | |
| | | |
| | | <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> |
| | | |
| | | |