|
@@ -7,7 +7,7 @@
|
|
|
<div class="dj-formtable">
|
|
|
<table class="dj-table dj-table3">
|
|
|
<tr>
|
|
|
- <th>所属党组织</th>
|
|
|
+ <th>所属党组织<span style="color:red;">*</span></th>
|
|
|
<td>
|
|
|
<div class="input-group input-group-search"
|
|
|
title="选择党组织" ng-click="selectParty()">
|
|
@@ -19,14 +19,14 @@
|
|
|
<span ng-show="this.editForm.dzzmc.$invalid && this.editForm.$submitted"
|
|
|
class="error">必填.</span>
|
|
|
</td>
|
|
|
- <th>请求主体</th>
|
|
|
+ <th>请示报告主体<span style="color:red;">*</span></th>
|
|
|
<td ng-class="{ 'has-error' : this.editForm.zt.$invalid && this.editForm.$submitted}">
|
|
|
<input type="text" class="form-control" name="zt" autocomplete="off" autoclose="true"
|
|
|
ng-model="dataModel.zt" ng-required="true"/>
|
|
|
<span ng-show="this.editForm.zt.$invalid && this.editForm.$submitted"
|
|
|
class="error">必填.</span>
|
|
|
</td>
|
|
|
- <th>请求对象</th>
|
|
|
+ <th>请示报告对象<span style="color:red;">*</span></th>
|
|
|
<td ng-class="{ 'has-error' : this.editForm.dx.$invalid && this.editForm.$submitted}">
|
|
|
<input type="text" class="form-control" name="dx" autocomplete="off" autoclose="true"
|
|
|
ng-model="dataModel.dx" ng-required="true"/>
|
|
@@ -35,7 +35,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>请示时间</th>
|
|
|
+ <th>请示时间<span style="color:red;">*</span></th>
|
|
|
<td ng-class="{ 'has-error' : this.editForm.qssj.$invalid && this.editForm.$submitted}">
|
|
|
<input name="qssj" class="form-control"
|
|
|
autocomplete="off" autoclose="true"
|
|
@@ -45,14 +45,14 @@
|
|
|
<span ng-show="this.editForm.qssj.$invalid && this.editForm.$submitted"
|
|
|
class="error">必填.</span>
|
|
|
</td>
|
|
|
- <th>请示报告事项</th>
|
|
|
+ <th>请示报告事项<span style="color:red;">*</span></th>
|
|
|
<td ng-class="{ 'has-error' : this.editForm.sx.$invalid && this.editForm.$submitted}">
|
|
|
<input type="text" class="form-control" name="sx" ng-required="true"
|
|
|
autocomplete="off" autoclose="true" ng-model="dataModel.sx"/>
|
|
|
<span ng-show="this.editForm.sx.$invalid && this.editForm.$submitted"
|
|
|
class="error">必填.</span>
|
|
|
</td>
|
|
|
- <th>请示报告方式</th>
|
|
|
+ <th>请示报告方式<span style="color:red;">*</span></th>
|
|
|
<td ng-class="{ 'has-error' : this.editForm.fs.$invalid && this.editForm.$submitted}">
|
|
|
<input type="text" class="form-control" name="fs" ng-required="true"
|
|
|
autocomplete="off" autoclose="true" ng-model="dataModel.fs"/>
|