📄 fcsprintbycity.html
字号:
<!-- #include file="1_head.html" -->
<!-- #include file="2_pages.html" -->
<img src="<%=Modules.Login.ImgTip.Image.AsHREF%>" width="12" height="12">
<font size="-1">请通过浏览器的“文件->打印”菜单打印此页面。<%=Modules.csPrintByCity.dsa.ByGoodsURL.Value%></font>
<hr size="1">
<br><br>
<#STYLES><#WARNINGS>
<%
vdsa=Modules.csPrintByCity.dsa
vdsa_InvoiceNO=vdsa.InvoiceNO
vdsa_dispSendby=vdsa.dispSendby
vdsa_SendDate=vdsa.SendDate
vdsa_dispCity=vdsa.dispCity
vdsa_GoodsNO=vdsa.GoodsNO
vdsa_dispGoodsName=vdsa.dispGoodsName
vdsa_dispBrand=vdsa.dispBrand
vdsa_dispClass=vdsa.dispClass
vdsa_Quantity=vdsa.Quantity
vdsa_RequestDate=vdsa.RequestDate
vdsa_Comment=vdsa.Comment
%>
<%
function WriteColText(t)
{
Response.Write((t!="")?t:" ")
}
%>
<form name="AdapterForm1" method="post">
<input type="hidden" name="__act">
<% { //////////////////////////////////////////////////////////////////////
var lastcity=-111
var ri = 0
var e = new Enumerator(vdsa.Records)
for (; !e.atEnd(); e.moveNext())
{
if (lastcity!=vdsa.CityCode.Value) {
if (lastcity!=-111) { %>
</table>
</td>
</tr>
</table>
<br><hr size="1"><br>
<% }
lastcity=vdsa.CityCode.Value
%>
<table>
<tr>
<td>
<table bgcolor="#EAEAEA" width="200">
<% if (vdsa_InvoiceNO.Visible)
{ %>
<tr>
<td>发货单号</td>
<td ><%= vdsa_InvoiceNO.DisplayText %> </td>
</tr>
<% } %>
<% if (vdsa_dispSendby.Visible)
{ %>
<tr>
<td>发货者</td>
<td ><%= vdsa_dispSendby.DisplayText %> </td>
</tr>
<% } %>
<% if (vdsa_SendDate.Visible)
{ %>
<tr>
<td>发货日期</td>
<td ><%= vdsa_SendDate.DisplayText %> </td>
</tr>
<% } %>
<% if (vdsa_SendDate.Visible)
{ %>
<tr>
<td>发往</td>
<td ><%= vdsa_dispCity.DisplayText %> </td>
</tr>
<% } %>
</table>
</td>
<% if (vdsa.HiddenFields != null)
{
vdsa.HiddenFields.WriteFields(Response)
} %>
<% if (vdsa.HiddenRecordFields != null)
{
vdsa.HiddenRecordFields.WriteFields(Response)
} %>
</tr>
<tr>
<td>
<table cellpadding="2" border="0">
<tr bgcolor="Silver">
<% if (vdsa_GoodsNO.Visible)
{ %>
<th align="left">货物编号</th>
<% } %>
<% if (vdsa_dispGoodsName.Visible)
{ %>
<th align="left">名称</th>
<% } %>
<% if (vdsa_dispBrand.Visible)
{ %>
<th align="left">品牌</th>
<% } %>
<% if (vdsa_dispClass.Visible)
{ %>
<th align="left">用途</th>
<% } %>
<% if (vdsa_Quantity.Visible)
{ %>
<th align="left">数量</th>
<% } %>
<% if (vdsa_RequestDate.Visible)
{ %>
<th align="left">要求到货</th>
<% } %>
<% if (vdsa_Comment.Visible)
{ %>
<th align="left">备注</th>
<% } %>
</tr>
<% } ////////////////////////////////////////////////////////////////%>
<tr bgcolor="#EAEAEA">
<% if (vdsa_GoodsNO.Visible)
{ %>
<td align="left"><div><% WriteColText(vdsa_GoodsNO.DisplayText) %></div></td>
<% } %>
<% if (vdsa_dispGoodsName.Visible)
{ %>
<td align="left"><div><% WriteColText(vdsa_dispGoodsName.DisplayText) %></div></td>
<% } %>
<% if (vdsa_dispBrand.Visible)
{ %>
<td align="left"><div><% WriteColText(vdsa_dispBrand.DisplayText) %></div></td>
<% } %>
<% if (vdsa_dispClass.Visible)
{ %>
<td align="left"><div><% WriteColText(vdsa_dispClass.DisplayText) %></div></td>
<% } %>
<% if (vdsa_Quantity.Visible)
{ %>
<td align="left"><div><% WriteColText(vdsa_Quantity.DisplayText) %></div></td>
<% } %>
<% if (vdsa_RequestDate.Visible)
{ %>
<td align="left"><div><% WriteColText(vdsa_RequestDate.DisplayText) %></div></td>
<% } %>
<% if (vdsa_Comment.Visible)
{ %>
<td align="left"><div><% WriteColText(vdsa_Comment.DisplayText) %></div></td>
<% } %>
</tr>
<% if (vdsa.HiddenRecordFields != null)
{
vdsa.HiddenRecordFields.WriteFields(Response)
} %>
<% ri++
}
e.moveFirst()
} %>
<% if (vdsa.HiddenFields != null)
{
vdsa.HiddenFields.WriteFields(Response)
} %>
</table>
</td>
</tr>
</table>
</form>
<br>
<!-- #include file="3_footer.html" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -