286 lines
14 KiB
Plaintext
286 lines
14 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SESReportToCPTEdit.aspx.cs" Inherits="FineUIPro.Web.CPT.SESReportToCPTEdit" %>
|
||
|
||
<!DOCTYPE html>
|
||
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head runat="server">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title></title>
|
||
<script src="../Scripts/jquery-3.7.1.min.js"></script>
|
||
<script type="text/javascript" language="javascript">
|
||
function pagesetup_null() {
|
||
try {
|
||
var RegWsh = new ActiveXObject("WScript.Shell")
|
||
hkey_key = "header"
|
||
RegWsh.RegWrite(hkey_root + hkey_path + hkey_key, "")
|
||
hkey_key = "footer"
|
||
RegWsh.RegWrite(hkey_root + hkey_path + hkey_key, "")
|
||
} catch (e) { }
|
||
}
|
||
|
||
function printpr() //预览函数
|
||
{
|
||
pagesetup_null(); //预览之前去掉页眉,页脚
|
||
var a = window.open('about:blank', 'Print');
|
||
a.document.write('<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>' + $("#printDiv").html());
|
||
a.document.all.WebBrowser1.ExecWB(7, 1);
|
||
a.close();
|
||
}
|
||
|
||
function print() //打印函数
|
||
{
|
||
pagesetup_null(); //预览之前去掉页眉,页脚
|
||
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
|
||
document.body.insertAdjacentHTML('beforeEnd', WebBrowser); //在body标签内加入html(WebBrowser activeX控件)
|
||
WebBrowser1.ExecWB(6, 6); //打印
|
||
WebBrowser1.outerHTML = ""; //从代码中清除插入的html代码
|
||
}
|
||
</script>
|
||
|
||
</head>
|
||
<body>
|
||
<form id="form1" runat="server">
|
||
|
||
<table id="Table1" runat="server" width="100%" cellpadding="0" cellspacing="0" align="center"
|
||
border="0">
|
||
<tr>
|
||
<td align="right" valign="middle" style="width: 70%; height: 30px; border-width: 0px;">
|
||
<img src="../../Images/PrintPreview.gif" runat="server" id="Img1" onclick="printpr()"
|
||
alt="打印预览" style="cursor: pointer" />
|
||
<img src="../../Images/Print.gif" runat="server" id="Img3" onclick="print()" alt="打印"
|
||
style="cursor: pointer" />
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
<div id="printDiv">
|
||
<table id="Table3" runat="server" width="100%" cellpadding="0" cellspacing="0" align="center"
|
||
border="0">
|
||
<tr>
|
||
<td align="left" valign="middle" style="width: 30%; font-size: 11pt;"> CONTRACT PAYMENT TRANSMITTAL
|
||
<br />
|
||
合同付款指令
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table runat="server" width="100%" border="1" cellpadding="0" cellspacing="0"
|
||
bordercolor="#000000">
|
||
<tr>
|
||
<td colspan="4" style="width: 50%; height: 30px; vertical-align: middle;">Information of Frame Contract</td>
|
||
<td colspan="4" style="width: 50%; height: 30px;">CPT Created and Reviewed By 编制审核</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4" style="width: 50%; height: 30px;">Contract No. 合同号
|
||
<asp:Label runat="server" ID="lblContract_No"></asp:Label>
|
||
</td>
|
||
<td style="height: 30px; text-align: center">Title 职位</td>
|
||
<td style="height: 30px; text-align: center">Name In Print 打印体姓名</td>
|
||
<td style="height: 30px; text-align: center">Signature 签字</td>
|
||
<td style="height: 30px; text-align: center">Date 日期</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4" style="width: 50%; height: 30px;">Contract 承包商
|
||
<asp:Label runat="server" ID="lblContractor"></asp:Label>
|
||
</td>
|
||
<td style="height: 30px; text-align: center">Contract Administrator 合同员</td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4" style="width: 50%; height: 30px;">FC Description 框架合同描述
|
||
<asp:Label runat="server" ID="lblFC_Description"></asp:Label>
|
||
</td>
|
||
<td style="height: 30px; text-align: center">CTE/D Manager CTE/D经理</td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4" style="width: 50%; height: 30px;">FC Price scheme承包商价格方案
|
||
<asp:Label runat="server" ID="lblFC_Price_scheme"></asp:Label>
|
||
</td>
|
||
<td colspan="4" style="width: 50%; height: 30px;">Time Progress时间进程
|
||
<asp:Label runat="server" ID="lblTime_Progress"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" style="width: 25%; height: 30px;">FC Valid period框架合同有效期
|
||
<asp:Label runat="server" ID="lblFC_Start_Date"></asp:Label>To
|
||
</td>
|
||
<td colspan="2" style="width: 25%; height: 30px;">Time Progress时间进程
|
||
<asp:Label runat="server" ID="lblFC_End_Date"></asp:Label>
|
||
</td>
|
||
<td colspan="4" style="width: 50%; height: 30px;">Cost Progress费用进程
|
||
<asp:Label runat="server" ID="lblCost_Progress"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4" style="width: 50%; height: 30px; vertical-align: middle;">Payment Information付款信息</td>
|
||
<td colspan="4" style="width: 50%; height: 30px;">Approved by 批准</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="height: 30px; text-align: center">Amount to be paid(NET)</td>
|
||
<td style="height: 30px; text-align: center">Amount to be paid(Including tax)</td>
|
||
<td style="height: 30px; text-align: center">Tax税率</td>
|
||
<td style="height: 30px; text-align: center">Currency币种</td>
|
||
<td style="height: 30px; text-align: center">Title职位</td>
|
||
<td style="height: 30px; text-align: center">Name In Print打印体姓名</td>
|
||
<td style="height: 30px; text-align: center">Signature签字</td>
|
||
<td style="height: 30px; text-align: center">Date日期</td>
|
||
</tr>
|
||
<tr>
|
||
|
||
<td style="height: 30px; text-align: center">
|
||
<asp:Label runat="server" ID="lblAmount_tobe_NET"></asp:Label>
|
||
</td>
|
||
<td style="height: 30px; text-align: center">
|
||
<asp:Label runat="server" ID="lblAmount_tobe_Includingtax"></asp:Label>
|
||
</td>
|
||
<td style="height: 30px; text-align: center">
|
||
<asp:Label runat="server" ID="lblTax"></asp:Label>
|
||
</td>
|
||
<td style="height: 30px; text-align: center">
|
||
<asp:Label runat="server" ID="lblCurrency"></asp:Label>
|
||
</td>
|
||
<td style="height: 30px; text-align: center">CT Director CT总监</td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" style="width: 25%; height: 30px;">Last Payment of This Contract本合同最后一笔付款</td>
|
||
<td colspan="2" style="width: 25%; height: 30px;">
|
||
<asp:CheckBoxList runat="server" ID="CheckBoxList">
|
||
<asp:ListItem>Yes 是</asp:ListItem>
|
||
<asp:ListItem>No 否</asp:ListItem>
|
||
</asp:CheckBoxList>
|
||
</td>
|
||
<td style="height: 30px; text-align: center">CT GM CT总经理</td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
<td style="height: 30px; text-align: center"></td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="8" style="height: 30px;">This CPT contains the following SESs:
|
||
<asp:Label runat="server" ID="lblSESs"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="8" style="height: 30px;">Remark 备注:Construction records possibly needed/可能需要交工资料的:<asp:Label runat="server" ID="lblRemark"></asp:Label><br />
|
||
Please refer to the "Confirmation of Construction Records Submission" enclosed for the status of submission.交工资料提交情况请见后附的"交工资料提交确认"。
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<table id="Table2" runat="server" width="100%" cellpadding="0" cellspacing="0" align="center"
|
||
border="0">
|
||
<tr>
|
||
<td colspan="16" align="left" valign="middle" style="font-size: 11pt;"> CONTRACT PAYMENT TRANSMITTAL<br />
|
||
合同付款指令
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
|
||
<thead>
|
||
<tr>
|
||
<th colspan="4">Basic information</th>
|
||
<th colspan="2">Work plan</th>
|
||
<th colspan="4">Value info</th>
|
||
<th colspan="2">Budget management</th>
|
||
<th>Deduction</th>
|
||
<th colspan="3">Duration</th>
|
||
</tr>
|
||
<tr>
|
||
<th>No.</th>
|
||
<th>SES No.</th>
|
||
<th>Hourly Rate</th>
|
||
<th>Short Description</th>
|
||
<th>Start</th>
|
||
<th>End</th>
|
||
<th>Budget</th>
|
||
<th>Quotation</th>
|
||
<th>Net value</th>
|
||
<th>Incl.Tax</th>
|
||
<th>Deviation</th>
|
||
<th>By perc</th>
|
||
<th>Deduction</th>
|
||
<th>Con</th>
|
||
<th>BoQ</th>
|
||
<th>SES</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<asp:Repeater ID="Repeater_list" runat="server">
|
||
<ItemTemplate>
|
||
<tr>
|
||
<td>
|
||
<%# Container.ItemIndex + 1%>
|
||
</td>
|
||
<td>
|
||
<%#Eval("SES") %>
|
||
</td>
|
||
<td></td>
|
||
<td>
|
||
<%#Eval("Short_Description") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("Start_Date") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("End_Date") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("Budget") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("Quotation") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("Net_Value") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("Tax_Value") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("Deviation") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("By_Perc") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("Deduction") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("Con_Days") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("BoQ_Days") %>
|
||
</td>
|
||
<td>
|
||
<%#Eval("SES_Days") %>
|
||
</td>
|
||
</tr>
|
||
</ItemTemplate>
|
||
</asp:Repeater>
|
||
</tbody>
|
||
</table>
|
||
|
||
</div>
|
||
</form>
|
||
</body>
|
||
</html>
|