Commit 51a34fd9 authored by yaobaizheng's avatar yaobaizheng

合伙招商后台

parent b591340b
......@@ -116,7 +116,7 @@
<label class="col-sm-2 control-label">关联项目:</label>
<div class="col-sm-10">
<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>
</div>
</div>
......@@ -384,7 +384,7 @@
function selectType(){
var options = {
title: '选择',
url: prefix + "/selectType",
url: ctx +"project/info",
callBack: doSubmit2
};
$.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