⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showone_wh_projects.asp

📁 这是一个自己研发的薪酬管理系统
💻 ASP
字号:

<TABLE WIDTH=90% <% Response.write GetTableBorder()%>>
    <COLGROUP>
        <COL 1 CLASS='TABLEHEAD' WIDTH=150 ALIGN=RIGHT>
        <COL 2 CLASS='TABLEDATA'>
    </COLGROUP>
    <TR>
        <TD>项目名称&nbsp;</TD>
        <TD>&nbsp;<font color = #000000>
        <%
        Response.write Str_project_name
        %></font>
        </TD>
    </TR>
	<TR>
        <TD>备注&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_project_memo
        %>
        </TD>
    </TR>
<%	if session("right")>1 then%>
    <TR>
        <TD>签定合同日期&nbsp;</TD>
        <TD>&nbsp;<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>规定完成合同日期&nbsp;</TD>
        <TD>&nbsp;<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>实际完成合同日期&nbsp;</TD>
        <TD>&nbsp;<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>
<%end if%>
    <TR>
        <TD>验收评分&nbsp;</TD>
        <TD>&nbsp;<font color = #000000>
        <%
        Response.write Str_project_score
        %>&nbsp;分</font>
        </TD>
    </TR>
<%	if session("right")>1 then%>
    <TR>
        <TD><font color = blue size=3>合同总金额&nbsp;</font></TD>
        <TD>&nbsp;<font color = blue size=3>
        <%
        Response.write Str_project_sum
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>首期付款金额&nbsp;</TD>
        <TD>&nbsp;<font color = green>
        <%
        Response.write Str_project_firstpay
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>前期成本费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_cost
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>前期业务费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_operation
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>前期非南京公司开发程序费&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_codes
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>前期主机费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_host
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>前期域名费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_dns
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>前期搜索引擎费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_search
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>前期邮箱费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_mail
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>前期其它费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_other
        %>&nbsp;元</font>
        </TD>
    </TR>
		<TR>
        <TD><font color = blue size=2.5>前期净利润&nbsp;</font></TD>
        <TD>&nbsp;<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
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期付款金额&nbsp;</TD>
        <TD>&nbsp;<font color = green>
        <%
        Response.write Str_project_lastpay
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期成本费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_cost2
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期业务费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_operation2
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期非南京公司开发程序费&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_codes2
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期主机费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_host2
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期域名费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_dns2
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期搜索引擎费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_search2
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期邮箱费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_mail2
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>后期其它费用&nbsp;</TD>
        <TD>&nbsp;<font color = red>
        <%
        Response.write Str_project_other2
        %>&nbsp;元</font>
        </TD>
    </TR>
	<TR>
        <TD><font color = blue size=2.5>后期净利润&nbsp;</font></TD>
        <TD>&nbsp;<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
        %>&nbsp;元</font>
        </TD>
    </TR>
	<TR>
        <TD><font color = red size=2.5>未付款&nbsp;</font></TD>
        <TD>&nbsp;<font color = red size=2.5>
        <%
        Response.write Str_project_notpay
        %>&nbsp;元</font>
        </TD>
    </TR>
	<TR>
        <TD><font color = blue size=2.5>净利润&nbsp;</font></TD>
        <TD>&nbsp;<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)
        %>&nbsp;元</font>
        </TD>
    </TR>


	<%end if%>

</TABLE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -