Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectPayWay.aspx.cs" Inherits="SelectPayWay" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="Css/style.css" rel="stylesheet" type="text/css" />
<link href="Css/reset.css" rel="stylesheet" type="text/css" />
<link href="Css/tblBlueGradient.css" rel="stylesheet" type="text/css" />
<link href="Css/normal.css" rel="stylesheet" type="text/css" />
<script src="Scripts/jquery-1.5.2.js" type="text/javascript"></script>
<script src="Admin/Scripts/PayWay.js" type="text/javascript"></script>
<script src="Scripts/kenanfans.lodop.js" type="text/javascript"></script>
<script src="Scripts/kenanfans.common.js" type="text/javascript"></script>
<link href="plugin/colorbox/style1/colorbox.css" rel="stylesheet" type="text/css" />
<link href="plugin/jQueryUI/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet"
type="text/css" />
<script src="plugin/colorbox/jquery.colorbox-min.js" type="text/javascript"></script>
<script src="plugin/jQueryUI/jquery-ui-1.8.18.custom.min.js" type="text/javascript"></script>
<script src="plugin/jQueryUI/jquery.ui.datepicker-zh-CN.js" type="text/javascript"></script>
<link href="Scripts/jBox/Skins/Blue/jbox.css" rel="stylesheet" type="text/css" />
<script src="Scripts/jBox/jquery.jBox-2.3.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="Scripts/easyui/themes/default/easyui.css" />
<link rel="stylesheet" type="text/css" href="Scripts/easyui/themes/icon.css" />
<script type="text/javascript" src="Scripts/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="Scripts/easyui/jquery.easyui.min.js"></script>
<%--<script type="text/javascript" src="Scripts/easyui/easyloading.js"></script>--%>
<script type="text/javascript" src="Scripts/easyui/locale/easyui-lang-zh_CN.js"></script>
</head>
<body>
<form id="form1" runat="server">
<asp:HiddenField ID="hfInventoryID" runat="server" />
<asp:HiddenField ID="hfSupplierID" runat="server" />
<asp:HiddenField ID="hfDeliveryID" runat="server" />
<div>
<span style="font-size:12px">支付方式:</span>
<asp:DropDownList ID="ddlZFFS" runat="server" Width="80px">
<asp:ListItem Value="现金">现金</asp:ListItem>
<asp:ListItem Value="银行">银行</asp:ListItem>
<asp:ListItem Value="转账" Selected="True">转账</asp:ListItem>
</asp:DropDownList>
</div>
<div style="margin-top:20px">
<a id="btnAdd" runat="server" href="#" class="easyui-linkbutton" iconcls="icon-save"> 保存</a>
<a id="btnReturn" href="#" class="easyui-linkbutton" iconcls="icon-back">
返回</a>
</div>
</form>
</body>
</html>