📄 showone_wh_projects2.asp
字号:
<TABLE WIDTH=90% <% Response.write GetTableBorder()%>>
<COLGROUP>
<COL 1 CLASS='TABLEHEAD' WIDTH=150 ALIGN=RIGHT>
<COL 2 CLASS='TABLEDATA'>
</COLGROUP>
<TR>
<TD>项目名称 </TD>
<TD> <font color = #000000>
<%
Response.write Str_project_name
%></font>
</TD>
</TR>
<TR>
<TD>备注 </TD>
<TD>
<%
Response.write Str_project_memo
%>
</TD>
</TR>
<TR>
<TD>签定合同日期 </TD>
<TD> <font color = #000000>
<%
if isdate(Str_project_begin) then
Response.write (Val(FormatDate(Str_project_begin,"yyyy"))-gInt_BeginYear) & FormatDate(Str_project_begin,"年mm月dd日")
end if
%></font>
</TD>
</TR>
<TR>
<TD>规定完成合同日期 </TD>
<TD> <font color = #000000>
<%
if isdate(Str_project_end) then
Response.write (Val(FormatDate(Str_project_end,"yyyy"))-gInt_BeginYear) & FormatDate(Str_project_end,"年mm月dd日")
end if
%></font>
</TD>
</TR>
<TR>
<TD>实际完成合同日期 </TD>
<TD> <font color = #000000>
<%
if isdate(Str_project_finish) then
Response.write (Val(FormatDate(Str_project_finish,"yyyy"))-gInt_BeginYear) & FormatDate(Str_project_finish,"年mm月dd日")
end if
%></font>
</TD>
</TR>
<TR>
<TD>验收评分 </TD>
<TD> <font color = #000000>
<%
Response.write Str_project_score
%> 分</font>
</TD>
</TR>
<% if session("right")>1 then%>
<TR>
<TD><font color = blue size=3>合同总金额 </font></TD>
<TD> <font color = blue size=3>
<%
Response.write Str_project_sum
%> 元</font>
</TD>
</TR>
<TR>
<TD>首期付款金额 </TD>
<TD> <font color = green>
<%
Response.write Str_project_firstpay
%> 元</font>
</TD>
</TR>
<TR>
<TD>前期成本费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_cost
%> 元</font>
</TD>
</TR>
<TR>
<TD>前期业务费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_operation
%> 元</font>
</TD>
</TR>
<TR>
<TD>前期非南京公司开发程序费 </TD>
<TD> <font color = red>
<%
Response.write Str_project_codes
%> 元</font>
</TD>
</TR>
<TR>
<TD>前期主机费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_host
%> 元</font>
</TD>
</TR>
<TR>
<TD>前期域名费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_dns
%> 元</font>
</TD>
</TR>
<TR>
<TD>前期搜索引擎费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_search
%> 元</font>
</TD>
</TR>
<TR>
<TD>前期邮箱费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_mail
%> 元</font>
</TD>
</TR>
<TR>
<TD>前期其它费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_other
%> 元</font>
</TD>
</TR>
<TR>
<TD><font color = blue size=2.5>前期净利润 </font></TD>
<TD> <font color = blue size=2.5>
<%
Response.write Str_project_firstpay-Str_project_cost-Str_project_operation-Str_project_codes-Str_project_host-Str_project_dns-Str_project_search-Str_project_mail-Str_project_other
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期付款金额 </TD>
<TD> <font color = green>
<%
Response.write Str_project_lastpay
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期成本费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_cost2
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期业务费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_operation2
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期非南京公司开发程序费 </TD>
<TD> <font color = red>
<%
Response.write Str_project_codes2
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期主机费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_host2
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期域名费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_dns2
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期搜索引擎费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_search2
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期邮箱费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_mail2
%> 元</font>
</TD>
</TR>
<TR>
<TD>后期其它费用 </TD>
<TD> <font color = red>
<%
Response.write Str_project_other2
%> 元</font>
</TD>
</TR>
<TR>
<TD><font color = blue size=2.5>后期净利润 </font></TD>
<TD> <font color = blue size=2.5>
<%
Response.write Str_project_lastpay-Str_project_cost2-Str_project_operation2-Str_project_codes2-Str_project_host2-Str_project_dns2-Str_project_search2-Str_project_mail2-Str_project_other2
%> 元</font>
</TD>
</TR>
<TR>
<TD><font color = red size=2.5>未付款 </font></TD>
<TD> <font color = red size=2.5>
<%
Response.write Str_project_notpay
%> 元</font>
</TD>
</TR>
<TR>
<TD><font color = blue size=2.5>净利润 </font></TD>
<TD> <font color = blue size=2.5>
<%
Response.write (Str_project_firstpay-Str_project_cost-Str_project_operation-Str_project_codes-Str_project_host-Str_project_dns-Str_project_search-Str_project_mail-Str_project_other)+(Str_project_lastpay-Str_project_cost2-Str_project_operation2-Str_project_codes2-Str_project_host2-Str_project_dns2-Str_project_search2-Str_project_mail2-Str_project_other2)
%> 元</font>
</TD>
</TR>
<%end if%>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -