| | |
| | | function ViewShoukuan(personId, yongtu, supplierId) { |
| | | if (yongtu == "外协加工费" && supplierId.length > 10) { |
| | | top.Dialog.open({ URL: "/Pages/financial/NewWaixieExpenses.aspx?id=" + personId, Title: "外协付款", Width: 600, Height: 800 }); |
| | | } else { |
| | | } |
| | | else if (yongtu == "采购付款") { |
| | | top.Dialog.open({ URL: "/Pages/financial/CaigouPayEdit.aspx?id=" + personId, Title: "采购付款", Width: 600, Height: 800 }); |
| | | } |
| | | else if (yongtu == "其他付款") { |
| | | top.Dialog.open({ URL: "/Pages/financial/WaixieExpenses.aspx?id=" + personId, Title: "其他付款", Width: 600, Height: 800 }); |
| | | } |
| | | else { |
| | | top.Dialog.open({ URL: "/Pages/financial/WaixieExpenses.aspx?id=" + personId, Title: "外协付款", Width: 600, Height: 800 }); |
| | | } |
| | | |
| | |
| | | |
| | | if (yongtu == "外协加工费") { |
| | | if (supplierId.length > 10) { |
| | | top.Dialog.open({ URL: "/Pages/business/WaixieOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 }); |
| | | top.Dialog.open({ URL: "/Pages/business/WaixieOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "查看外协订单", Width: 1080, Height: 650 }); |
| | | } else { |
| | | top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 }); |
| | | } |
| | | |
| | | |
| | | } else if (yongtu == "采购付款"){ |
| | | top.Dialog.open({ URL: "/Pages/procurement/ProcurementListHTML.aspx?Keyid=" + SellerOrderId, Title: "查看采购订单", Width: 1080, Height: 650 }); |
| | | } |
| | | |
| | | } |
| | |
| | | <td> |
| | | |
| | | |
| | | <a href='javascript:void(0)' title='付款' class='a_under' onclick='ViewShoukuan("<%#Eval("Keyid")%>","<%#Eval("Fukuanyongtu")%>","<%#Eval("SupplierId")%>")'> 付款 </a> |
| | | <a href='javascript:void(0)' menu_member_case_id="case_fukuan" menu_member_case_name="付款" title='付款' class='a_under' onclick='ViewShoukuan("<%#Eval("Keyid")%>","<%#Eval("Fukuanyongtu")%>","<%#Eval("SupplierId")%>")'> 付款 </a> |
| | | |
| | | </td> |
| | | |