|
@@ -116,10 +116,10 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>项目名称:</label>
|
|
|
+ <label class="layui-form-label">项目名称:</label>
|
|
|
<div class="layui-input-block with-icon">
|
|
|
<sys:gridselectReproject url="${ctx}/workreimbursement/workReimbursement/selectproject" id="project" name="project.id" value="${businessQuestions.project.id}" title="选择提问项目" labelName="project.projectName"
|
|
|
- labelValue="${businessQuestions.project.projectName}" cssClass="form-control judgment layui-input" fieldLabels="工程" fieldKeys="projectName" searchLabel="工程名称" searchKey="projectName" ></sys:gridselectReproject>
|
|
|
+ labelValue="${businessQuestions.project.projectName}" cssClass="form-control layui-input" fieldLabels="工程" fieldKeys="projectName" searchLabel="工程名称" searchKey="projectName" ></sys:gridselectReproject>
|
|
|
</div>
|
|
|
</div>
|
|
|
|