日期:2014-05-17 浏览次数:20418 次
<table style="width: 100%;" >
<tr>
<th style="width:15%">项目名称:</th>
<td style="width:35%">
<asp:TextBox ID="projectName" runat="server"></asp:TextBox>
</td>
<th style="width:15%">合同签订日期:</th>
<td style="width:35%">
<asp:TextBox ID="signdate" runat="server"></asp:TextBox></td>
</tr>
<tr>
<th > 电路条数:</th>
<td><asp:TextBox ID="outdigitalnum" runat="server" ReadOnly="true" ></asp:TextBox> 条
</td>
<th > 项目金额:</th>
<td> <asp:TextBox ID="outmoneynum" runat="server" ReadOnly="true" ></asp:TextBox> 元</td>
</tr>
<tr>
<th height="80">合同上传:</th>
<td colspan="3" class="intab">
<table width="100%" id="ftab">
<tr>
<th>选择<input type="checkbox" value="0" class="hid"/></th>
<th>合同名称</th> <th>文件名称</th> </tr>
<tr>
<td colspan="3"> <input name="ftab_add" id="ftab_add" type="button" value="新增" class="sbut" />
<input name="ftab_del" id="ftab_del" type="button" value="删除" class="sbut" /></td>
</tr>
</table>
</td>