| | |
| | | } |
| | | //保险 |
| | | 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 }); |
| | | } |
| | | |
| | | |
| | |
| | | |
| | | //删除 |
| | | function onDele(keyid) { |
| | | top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookPrint.aspx?orderId=" + keyid, Title: "打印送货单", Width: 800, Height: 900 }); |
| | | top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookPrint.aspx?orderId=" + keyid, Title: "打印送货单", Width: 900, Height: 900 }); |
| | | } |
| | | |
| | | //批量删除 |
| | |
| | | <th style="text-align: center"> |
| | | 客户名称 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | <%-- <th style="text-align: center"> |
| | | 印件名称 |
| | | </th> |
| | | </th>--%> |
| | | <th style="text-align: center"> |
| | | 数量 |
| | | </th> |
| | |
| | | <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> |