Commit 51a34fd9 authored by yaobaizheng's avatar yaobaizheng

合伙招商后台

parent b591340b
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<label class="col-sm-2 control-label">关联项目:</label> <label class="col-sm-2 control-label">关联项目:</label>
<div class="col-sm-10"> <div class="col-sm-10">
<div class="input-group"> <div class="input-group">
<input class="form-control" type="text" id="chanyezhidaoPeojectId" name="chanyezhidaoPeojectId" onclick="selectType()" th:field="*{chanyezhidaoPeojectId}"> <input class="form-control" type="text" id="chanyezhidaoPeojectId" name="chanyezhidaoPeojectId" onclick="selectType()" >
<span class="input-group-addon"><i class="fa fa-search"></i></span> <span class="input-group-addon"><i class="fa fa-search"></i></span>
</div> </div>
</div> </div>
...@@ -384,7 +384,7 @@ ...@@ -384,7 +384,7 @@
function selectType(){ function selectType(){
var options = { var options = {
title: '选择', title: '选择',
url: prefix + "/selectType", url: ctx +"project/info",
callBack: doSubmit2 callBack: doSubmit2
}; };
$.modal.openOptions(options); $.modal.openOptions(options);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment