Browse Source

no message

索隆 6 years ago
parent
commit
4e624d776c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      prediction.html

+ 4 - 4
prediction.html

@@ -28,10 +28,10 @@ $(function(){
28 28
 		<script type="text/javascript" src="js/guid.js" data-info="预测管理"></script>
29 29
 		<div class="mainContent">
30 30
 			<form id="saerchFrm">
31
-				股票代码:<input type="text" class="text {text:'请输入股票代码'}" name="" size="20" />
32
-				发布人:<input type="text" class="text {text:'请输入发布人'}" name="" size="20" />
33
-				预测ID:<input type="text" class="text {text:'请输入预测ID'}" name="" size="20" />
34
-				发布时间:<input type="text" icon="date" class="text {text:'开始日期'}" name="begin_time" id="begin_time" size="12" /> - <input type="text" icon="date" class="text {text:'结束日期'}" name="end_time" id="end_time" size="12" />
31
+				股票代码:<input type="text" class="text {text:'请输入股票代码'}" name="stockCode" size="20" />
32
+				发布人:<input type="text" class="text {text:'请输入发布人'}" name="nickName" size="20" />
33
+				预测ID:<input type="text" class="text {text:'请输入预测ID'}" name="forecastId" size="20" />
34
+				发布时间:<input type="text" icon="date" class="text {text:'开始日期'}" name="startDate" id="begin_time" size="12" /> - <input type="text" icon="date" class="text {text:'结束日期'}" name="endDate" id="end_time" size="12" />
35 35
 				<input type="button" class="btn" value="搜索" onclick="getList(1);" />
36 36
 			</form>
37 37
 			<table cellpadding="0" cellspacing="0" border="0" class="table mTop10">