|
@@ -27,32 +27,23 @@
|
|
<span ng-show="this.editForm.money.$invalid && this.editForm.$submitted"
|
|
<span ng-show="this.editForm.money.$invalid && this.editForm.$submitted"
|
|
class="error">必填项,最小单位为1分</span>
|
|
class="error">必填项,最小单位为1分</span>
|
|
</td>
|
|
</td>
|
|
- <!--<th>计算基数</th>
|
|
|
|
- <td ng-class="{ 'has-error' : this.editForm.basenumber.$invalid && this.editForm.$submitted}">
|
|
|
|
- <input type="text" name="basenumber" ng-model="dataModel.basenumber"
|
|
|
|
- maxlength="200"
|
|
|
|
- class="form-control" ng-required="true"/>
|
|
|
|
- <span ng-show="this.editForm.basenumber.$invalid && this.editForm.$submitted"
|
|
|
|
- class="error">必填.</span>
|
|
|
|
- </td>-->
|
|
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
- <!--<div class="dj-formtable">
|
|
|
|
|
|
+ <div class="dj-formtable">
|
|
<div class="table-responsive list-table-panel">
|
|
<div class="table-responsive list-table-panel">
|
|
<div class="list-table-title">
|
|
<div class="list-table-title">
|
|
<div class="table-title">
|
|
<div class="table-title">
|
|
- 缴费情况
|
|
|
|
|
|
+ 交费情况
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<table class="table table-bordered">
|
|
<table class="table table-bordered">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
- <th class="text-center" style="width: 80px;">选择已缴月份</th>
|
|
|
|
- <th class="text-center" style="width: 180px;">月份</th>
|
|
|
|
|
|
+ <th class="text-center" style="width: 150px;">选择已缴月份</th>
|
|
|
|
+ <th class="text-center" style="width: 150px;">月份</th>
|
|
<th style="width: 200px;">交纳金额(元/月)</th>
|
|
<th style="width: 200px;">交纳金额(元/月)</th>
|
|
- <th style="width: 200px;">特殊党费(元)</th>
|
|
|
|
- <th style="width: 200px;">备注</th>
|
|
|
|
|
|
+ <th>备注</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -60,9 +51,9 @@
|
|
<td class="text-center" scope="row">
|
|
<td class="text-center" scope="row">
|
|
<input type="checkbox" id="{{pageId}}_md_checkbox_{{$index+1}}"
|
|
<input type="checkbox" id="{{pageId}}_md_checkbox_{{$index+1}}"
|
|
class="filled-in chk-col-red"
|
|
class="filled-in chk-col-red"
|
|
- ng-checked="it.ISHAV>0"
|
|
|
|
|
|
+ ng-checked="it.payState===1"
|
|
ng-click="checkMonth(it)"
|
|
ng-click="checkMonth(it)"
|
|
- ng-disabled="it.PARTYCODE!=null && it.PARTYCODE!='' && usdzzdm!=it.PARTYCODE"/>
|
|
|
|
|
|
+ ng-disabled="it.isPay===0"/>
|
|
<label for="{{pageId}}_md_checkbox_{{$index+1}}"
|
|
<label for="{{pageId}}_md_checkbox_{{$index+1}}"
|
|
style="margin-top: 5px"></label>
|
|
style="margin-top: 5px"></label>
|
|
</td>
|
|
</td>
|
|
@@ -72,32 +63,21 @@
|
|
<td class="text-center"
|
|
<td class="text-center"
|
|
ng-class="{ 'has-error' : invalidFee($index,editForm,'MONEY') && this.editForm.$submitted}">
|
|
ng-class="{ 'has-error' : invalidFee($index,editForm,'MONEY') && this.editForm.$submitted}">
|
|
<input type="number" autocomplete="off" class="form-control" name="MONEY_{{$index}}"
|
|
<input type="number" autocomplete="off" class="form-control" name="MONEY_{{$index}}"
|
|
- ng-pattern="/^[+]{0,1}(\d+)$|^[+]{0,1}(\d+\.\d+)$/"
|
|
|
|
- ng-model="it.MONEY" ng-required="it.ISHAV>0"
|
|
|
|
|
|
+ min="0" step="0.01"
|
|
|
|
+ ng-model="it.MONEY" ng-required="it.payState===1"
|
|
style="width: 150px;display: inline;"
|
|
style="width: 150px;display: inline;"
|
|
- ng-disabled="false"/>
|
|
|
|
- <!–ng-disabled="it.PARTYCODE!=null && it.PARTYCODE!='' && usdzzdm!=it.PARTYCODE"/>–>
|
|
|
|
- </td>
|
|
|
|
- <td class="text-center"
|
|
|
|
- ng-class="{ 'has-error' : invalidFee($index,editForm,'SPECIALEXPENSES') && this.editForm.$submitted}">
|
|
|
|
- <input type="number" autocomplete="off" class="form-control"
|
|
|
|
- name="SPECIALEXPENSES_{{$index}}"
|
|
|
|
- ng-pattern="/^[+]{0,1}(\d+)$|^[+]{0,1}(\d+\.\d+)$/"
|
|
|
|
- ng-model="it.SPECIALEXPENSES" style="width: 150px;display: inline;"
|
|
|
|
- ng-disabled="false"/>
|
|
|
|
- <!–ng-disabled="it.PARTYCODE!=null && it.PARTYCODE!='' && usdzzdm!=it.PARTYCODE"/>–>
|
|
|
|
|
|
+ ng-disabled="it.isPay===0"/>
|
|
</td>
|
|
</td>
|
|
<td class="text-center">
|
|
<td class="text-center">
|
|
<input type="text" class="form-control" name="REMARKS_{{$index}}"
|
|
<input type="text" class="form-control" name="REMARKS_{{$index}}"
|
|
- ng-model="it.REMARKS" style="width: 150px;display: inline;"
|
|
|
|
- ng-disabled="false"/>
|
|
|
|
- <!–ng-disabled="it.PARTYCODE!=null && it.PARTYCODE!='' && usdzzdm!=it.PARTYCODE"/>–>
|
|
|
|
|
|
+ ng-model="it.REMARKS" style="display: inline;"
|
|
|
|
+ ng-disabled="it.isPay===0"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
- </div>-->
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<div class="form_foot">
|
|
<div class="form_foot">
|
|
<button type="button" class="btn btn-default" ng-click="pagechange();">取消</button>
|
|
<button type="button" class="btn btn-default" ng-click="pagechange();">取消</button>
|