|
@@ -79,7 +79,7 @@
|
|
}
|
|
}
|
|
var belongingDepartment = $("#belongingDepartmentName").val();
|
|
var belongingDepartment = $("#belongingDepartmentName").val();
|
|
if(belongingDepartment == '' ){
|
|
if(belongingDepartment == '' ){
|
|
- parent.layer.msg("归属部门未填写!", {icon: 5});
|
|
|
|
|
|
+ parent.layer.msg("项目归属部门未填写!", {icon: 5});
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
if(i==2){
|
|
if(i==2){
|
|
@@ -97,7 +97,7 @@
|
|
}
|
|
}
|
|
var belongingDepartment = $("#belongingDepartmentName").val();
|
|
var belongingDepartment = $("#belongingDepartmentName").val();
|
|
if(belongingDepartment == '' ){
|
|
if(belongingDepartment == '' ){
|
|
- parent.layer.msg("归属部门未填写!", {icon: 5});
|
|
|
|
|
|
+ parent.layer.msg("项目归属部门未填写!", {icon: 5});
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
var submitMoney=$('input:radio[name="submitMoney"]:checked').val();
|
|
var submitMoney=$('input:radio[name="submitMoney"]:checked').val();
|
|
@@ -1073,10 +1073,10 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
- <label class="layui-form-label"><span class="require-item">*</span>归属部门:</label>
|
|
|
|
|
|
+ <label class="layui-form-label double-line"><span class="require-item">*</span>项目归属部门:</label>
|
|
<div class="layui-input-block with-icon">
|
|
<div class="layui-input-block with-icon">
|
|
<sys:treeselectbelongingDepartment id="belongingDepartment" name="belongingDepartment" value="${ruralProjectRecords.belongingDepartment}" labelName="belongingDepartmentName" labelValue="${belongingDepartmentName}"
|
|
<sys:treeselectbelongingDepartment id="belongingDepartment" name="belongingDepartment" value="${ruralProjectRecords.belongingDepartment}" labelName="belongingDepartmentName" labelValue="${belongingDepartmentName}"
|
|
- cssStyle="background-color:#fff" title="归属部门" url="/sys/office/treeDataAllByBelongingDepartment?type=2" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="true"/>
|
|
|
|
|
|
+ cssStyle="background-color:#fff" title="项目归属部门" url="/sys/office/treeDataAllByBelongingDepartment?type=2" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="true"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw7">
|
|
<div class="layui-item layui-col-sm6 lw7">
|