| | |
| | | |
| | | |
| | | //查看客户资料 |
| | | function Viewkaipiao(Keyid, SellerOrderId) { |
| | | // window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, '', ''); |
| | | top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 }); |
| | | function Viewkaipiao(Keyid, SellerOrderId, yongtu) { |
| | | //window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, '', ''); |
| | | if (yongtu == "外协加工费") { |
| | | top.Dialog.open({ URL: "/Pages/business/WaixieOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 }); |
| | | } |
| | | |
| | | } |
| | | //查看 |
| | | function onView(keyid, yongtu) { |
| | | if (yongtu != "其他付款") { |
| | | if (yongtu != "其他付款" && yongtu != "外协加工费") { |
| | | top.Dialog.open({ URL: "/Pages/procurement/SuppliersDetail.aspx?Keyid=" + keyid, Title: "查看供应商", Width: 950, Height: 650 }); |
| | | } |
| | | |
| | |
| | | <input id='txtCreatorName' runat="server" maxlength='50' /> |
| | | </td> |
| | | |
| | | |
| | | <td class="ali03"> |
| | | 付款用途: |
| | | </td> |
| | | <td> |
| | | <select keepdefaultstyle='true' id='selFukuanyongtu' runat="server" > |
| | | <option value="">全部</option> |
| | | <option value="外协加工费">外协加工费</option> |
| | | <option value="其他付款">其他付款</option> |
| | | </select> |
| | | </td> |
| | | |
| | | |
| | | |
| | |
| | | |
| | | <td> |
| | | |
| | | <%#Eval("Fukuanyongtu").ToString().Equals("其他付款")?"":"<a href='javascript:void(0)' title='查看订单' class='a_under' onclick='Viewkaipiao(\""+Eval("Keyid") +"\",\""+Eval("DindanId")+"\")'> 查看订单 </a>" %> |
| | | <%#Eval("Fukuanyongtu").ToString().Equals("其他付款")?"":"<a href='javascript:void(0)' title='查看订单' class='a_under' onclick='Viewkaipiao(\""+Eval("Keyid") +"\",\""+Eval("DindanId")+"\",\""+Eval("Fukuanyongtu")+"\")'> 查看订单 </a>" %> |
| | | |
| | | |
| | | </td> |