| | |
| | | // top.Dialog.open({ URL: '/Pages/business/WaixiefukuanfukuanEdit.aspx?id=' + ids, Title: '批量确认发票', Height: 400, Width: 600 }); |
| | | // } |
| | | //} |
| | | |
| | | //请示明细 |
| | | function onViewWorkPlan(keyid) { |
| | | top.Dialog.open({ URL: "/Pages/work/MyRequestDetail.aspx?keyid=" + keyid, Title: "请示明细", Width: 620, Height: 360 }); |
| | | } |
| | | |
| | | |
| | | //查看客户资料 |
| | | function Viewkehuqianshou(Keyid, SellerOrderId) { |
| | | top.Dialog.open({ URL: "/Pages/business/OrderKehuqianshou.aspx?id=" + Keyid + "&SellerOrderId=" + SellerOrderId, Title: "客户签收", Width: 400, Height: 600 }); |
| | |
| | | <th width="36"> |
| | | 订单 |
| | | </th> |
| | | |
| | | <th width="60"> |
| | | 审批查看 |
| | | </th> |
| | | |
| | | <th width="60"> |
| | | 操作 |
| | |
| | | |
| | | </td> |
| | | |
| | | |
| | | <td> |
| | | |
| | | <a href='javascript:void(0)' title='审批查看' class='a_under' onclick='onViewWorkPlan("<%#Eval("WorkPlanId")%>")'> 审批查看 </a> |
| | | |
| | | |
| | | </td> |
| | | |
| | | |
| | | <td> |