|
@@ -170,8 +170,8 @@
|
170
|
170
|
</th>
|
171
|
171
|
<th>
|
172
|
172
|
<label class="input">
|
173
|
|
- <input type="text" ng-model="aerationJob.djrq" ng-disabled="isNotEdit"
|
174
|
|
- name="djrq" class="form-control datepicker" required data-smart-datepicker>
|
|
173
|
+ <input type="text" ng-model="aerationJob.djrq" ng-disabled="isNotEdit" id="djrq"
|
|
174
|
+ name="djrq" class="form-control datepicker" required onClick="WdatePicker({lang:'zh-cn'})" >
|
175
|
175
|
</label>
|
176
|
176
|
</th>
|
177
|
177
|
<th>
|
|
@@ -449,7 +449,7 @@
|
449
|
449
|
</th>
|
450
|
450
|
<th>
|
451
|
451
|
<label class="input">
|
452
|
|
- <input type="text" ng-model="aerationJob.zfdjmj"
|
|
452
|
+ <input type="text" ng-model="aerationJob.zfdjmjZhi"
|
453
|
453
|
ng-disabled="isNotEdit" name="zfdjmj" min="0" onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"
|
454
|
454
|
class="form-control" />
|
455
|
455
|
</label>
|