📄 activities_add.jsp
字号:
<%@ page language="java" pageEncoding="GB18030"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>jb-aptech毕业设计项目</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script src="script/common.js"></script>
</head>
<body>
<form action="cstActivity.do?op=doAdd&custNo=${custNo}" method="post">
<div class="page_title">
客户信息管理 > 客户信息 > 交往记录 > 新建交往记录
</div>
<div class="button_bar">
<button class="common_button" onclick="help('');">
帮助
</button>
<button class="common_button" onclick="back();">
返回
</button>
<button class="common_button" onclick="submit();">
保存
</button>
</div>
<table class="query_form_table">
<tr>
<th>
时间
</th>
<td>
<input readonly id="t1" name="activityItem.atvDate" />
<span class="red_star">*</span>
</td>
<th>
地点
</th>
<td>
<input name="activityItem.atvPlace" size="20" />
<span class="red_star">*</span>
</td>
</tr>
<tr>
<th>
概要
</th>
<td>
<input name="activityItem.atvTitle" />
<span class="red_star">*</span>
</td>
<th>
备注
</th>
<td>
<input />
</td>
</tr>
<tr>
<th>
详细信息
</th>
<td colspan="3">
<textarea cols="50" rows="6" name="activityItem.atvDesc"> </textarea>
</td>
</tr>
</table>
</form>
<script>
setCurTime('t1');
setCurTime('t2');
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -