|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
<head runat="server">
|
|
|
- <title>仓库货站</title>
|
|
|
+ <title>仓库货站-交货人信息</title>
|
|
|
<link href="../../Themes/Default/eci.css" rel="stylesheet" />
|
|
|
<!-- #include File="../../App/Common/PageLoad.aspx" -->
|
|
|
<script type="text/javascript">
|
|
@@ -14,13 +14,13 @@
|
|
|
}
|
|
|
|
|
|
function addAction() {
|
|
|
- var url = "frmBdKyCkhzJhrEdit.aspx";
|
|
|
+ var url = "frmBdKyCkhzJhrEdit.aspx?cg=" + $("#hidCkhzGuid").val();
|
|
|
eci.open(url);
|
|
|
}
|
|
|
|
|
|
function editAction(obj) {
|
|
|
var key = $(obj).getKey();
|
|
|
- var url = "frmBdKyCkhzJhrEdit.aspx?key=" + key;
|
|
|
+ var url = "frmBdKyCkhzJhrEdit.aspx?key=" + key + "&cg=" + $("#hidCkhzGuid").val();
|
|
|
eci.open(url);
|
|
|
}
|
|
|
|
|
@@ -28,82 +28,68 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<form id="form1" runat="server">
|
|
|
+ <input type="hidden" runat="server" id="hidCkhzGuid" />
|
|
|
<div id="root">
|
|
|
-
|
|
|
- <asp:ETitle runat="server" ID="pagetitle" Title="仓库货站"></asp:ETitle>
|
|
|
-
|
|
|
+
|
|
|
+ <%--<asp:ETitle runat="server" ID="pagetitle" Title="仓库货站-交货人信息"></asp:ETitle>--%>
|
|
|
+
|
|
|
<div id="divQuery" style="width: 100%;">
|
|
|
- <table id="tbQuery" class="grid" cellpadding="0" cellspacing="0">
|
|
|
+ <table id="tbQuery" class="grid" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th style="width: 10%"></th>
|
|
|
+ <th style="width: 20%"></th>
|
|
|
+ <th style="width: 10%"></th>
|
|
|
+ <th style="width: 20%"></th>
|
|
|
+ <th style="width: 10%"></th>
|
|
|
+ <th style="width: 20%"></th>
|
|
|
+
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
- <th style="width: 10%"></th>
|
|
|
-<th style="width: 20%"></th>
|
|
|
-<th style="width: 10%"></th>
|
|
|
-<th style="width: 20%"></th>
|
|
|
-<th style="width: 10%"></th>
|
|
|
-<th style="width: 20%"></th>
|
|
|
+ <td class="lbl">交货模板</td>
|
|
|
+ <td>
|
|
|
+ <asp:ECombox runat="server" ID="cboJhmb" DataField="JHMB" Query="A.JHMB|string|=" AddEmpty="true" ECIType="JHTSMB" Width="85%"></asp:ECombox></td>
|
|
|
+ <td class="lbl"> </td>
|
|
|
+ <td> </td>
|
|
|
+ <td class="lbl"> </td>
|
|
|
+ <td> </td>
|
|
|
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
- <td class="lbl">业务范畴</td>
|
|
|
-<td><asp:ECombox runat="server" ID ="cboBizFlag" DataField="BIZ_FLAG" Query="A.BIZ_FLAG|string|=" AddEmpty="true" ECIType="BIZ_FLAG" Width="85%"></asp:ECombox></td>
|
|
|
- <td class="lbl">机场代码</td>
|
|
|
-<td><asp:ETextBox runat="server" ID ="txtJcCode" DataField="JC_CODE" Query="A.JC_CODE|string|like" Width="85%"></asp:ETextBox></td>
|
|
|
- <td class="lbl">货站中文名称</td>
|
|
|
-<td><asp:ETextBox runat="server" ID ="txtName" DataField="NAME" Query="A.NAME|string|like" Width="85%"></asp:ETextBox></td>
|
|
|
-
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="lbl">监管等级</td>
|
|
|
-<td><asp:ECombox runat="server" ID ="cboJgdj" DataField="JGDJ" Query="A.JGDJ|string|=" AddEmpty="true" ECIType="JGDJ" Width="85%"></asp:ECombox></td>
|
|
|
- <td class="lbl"> </td><td> </td>
|
|
|
- <td class="lbl"> </td><td> </td>
|
|
|
-
|
|
|
- </tr>
|
|
|
|
|
|
<tr>
|
|
|
<td class="center" colspan="6">
|
|
|
- <asp:EButton runat="server" ID="btnSearch" Text="查询" Icon="find" />
|
|
|
- <asp:EButton runat="server" ID="btnReset" IsClient="true" Text="重置" Icon="reset" OnClientClick= "eci.reset('tbQuery');"/></td>
|
|
|
+ <asp:EButton runat="server" ID="btnSearch" Text="查询" Icon="find" />
|
|
|
+ <asp:EButton runat="server" ID="btnReset" IsClient="true" Text="重置" Icon="reset" OnClientClick="eci.reset('tbQuery');" /></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div id="toolbar">
|
|
|
<asp:EButton runat="server" ID="btnAdd" Text="新增" Icon="Add" OnClientClick="addAction();" IsClient="true" />
|
|
|
+ <asp:EButton runat="server" IsClient="true" ID="btnClose" Text="关闭" Icon="close" OnClientClick="window.parent.eci.close();" />
|
|
|
</div>
|
|
|
<div id="datagrid">
|
|
|
|
|
|
- <asp:EGridView ID="gvData" Layout="divQuery,toolbar,pagetitle" runat="server"
|
|
|
- FitWindow="true" EnableSorting="True" EnableSelect="false" EnablePaging="true" EnableClickSelectRow="true"
|
|
|
- Width="1000px" KeyField="GUID" HAlign="center" OnClick="editAction">
|
|
|
+ <asp:EGridView ID="gvData" Layout="divQuery,toolbar,pagetitle" runat="server"
|
|
|
+ FitWindow="true" EnableSorting="True" EnableSelect="false" EnablePaging="true" EnableClickSelectRow="true"
|
|
|
+ Width="1000px" KeyField="GUID" HAlign="center" OnClick="editAction">
|
|
|
<Columns>
|
|
|
|
|
|
- <asp:TemplateField HeaderText="编辑" ItemStyle-HorizontalAlign="Center" ItemStyle-Width="80">
|
|
|
+ <asp:TemplateField HeaderText="操作" ItemStyle-HorizontalAlign="Center" ItemStyle-Width="150">
|
|
|
<ItemTemplate>
|
|
|
<asp:EButton runat="server" ID="btnEdit" Text="编辑" IsClient="true" Icon="edit" OnClientClick="editAction(this);" />
|
|
|
+ <asp:EButton runat="server" Icon="Delete" ID="btnDelete" Text="删除" IsClient="true" OnClientClick="return deleteAction(this);" CommandArgument='<%#Eval("GUID")%>' OnClick="btnDelete_Click" />
|
|
|
</ItemTemplate>
|
|
|
</asp:TemplateField>
|
|
|
|
|
|
|
|
|
- <asp:TemplateField HeaderText="删除" ItemStyle-HorizontalAlign="Center" ItemStyle-Width="80">
|
|
|
- <ItemTemplate>
|
|
|
- <asp:EButton runat="server" Icon="Delete" ID="btnDelete" Text="删除" IsClient="true" OnClientClick="return deleteAction(this);" CommandArgument='<%#Eval("GUID")%>' OnClick="btnDelete_Click" />
|
|
|
-
|
|
|
- </ItemTemplate>
|
|
|
- </asp:TemplateField>
|
|
|
-
|
|
|
-
|
|
|
- <asp:BoundField DataField="BIZ_FLAG" HeaderText="业务范畴" SortExpression="BIZ_FLAG" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="JC_CODE" HeaderText="机场代码" SortExpression="JC_CODE" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="CODE" HeaderText="货站代码" SortExpression="CODE" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="NAME" HeaderText="货站中文名称" SortExpression="NAME" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="JGDJ" HeaderText="监管等级" SortExpression="JGDJ" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="SBBM" HeaderText="申报编码" SortExpression="SBBM" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="CREATE_USER_NAME" HeaderText="创建人" SortExpression="CREATE_USER_NAME" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="CREATE_DATE" HeaderText="创建日期" SortExpression="CREATE_DATE" DataFormatString="{0:yyyy-MM-dd HH:mm:ss}" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="UPDATE_USER_NAME" HeaderText="修改人" SortExpression="UPDATE_USER_NAME" ItemStyle-Width="150"></asp:BoundField>
|
|
|
- <asp:BoundField DataField="UPDATE_DATE" HeaderText="修改日期" SortExpression="UPDATE_DATE" DataFormatString="{0:yyyy-MM-dd HH:mm:ss}" ItemStyle-Width="150"></asp:BoundField>
|
|
|
+ <asp:BoundField DataField="JHLX" HeaderText="交货类型" SortExpression="JHLX" ItemStyle-Width="150"></asp:BoundField>
|
|
|
+ <asp:BoundField DataField="JHMB_NAME" HeaderText="交货模板" SortExpression="JHMB" ItemStyle-Width="150"></asp:BoundField>
|
|
|
+ <asp:BoundField DataField="USER_NAME" HeaderText="姓名" SortExpression="USER_NAME" ItemStyle-Width="150"></asp:BoundField>
|
|
|
+ <asp:BoundField DataField="TEL" HeaderText="电话" SortExpression="TEL" ItemStyle-Width="150"></asp:BoundField>
|
|
|
+ <asp:BoundField DataField="ID_CARD" HeaderText="身份证号" SortExpression="ID_CARD" ItemStyle-Width="150"></asp:BoundField>
|
|
|
+ <asp:BoundField DataField="AJZH" HeaderText="安检证号" SortExpression="AJZH" ItemStyle-Width="150"></asp:BoundField>
|
|
|
+ <asp:BoundField DataField="REMARK" HeaderText="备注" SortExpression="REMARK" ItemStyle-Width="150"></asp:BoundField>
|
|
|
|
|
|
- </Columns>
|
|
|
+ </Columns>
|
|
|
</asp:EGridView>
|
|
|
</div>
|
|
|
</div>
|