|
@@ -152,7 +152,7 @@
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="公文标题">公文标题:</div>
|
|
|
<div class="sp-col-70">
|
|
|
<!--<input type="text" class="sp-input" ng-model="ctl.data.BT" ng-disabled="ctl.hide('readonly','BT')" sp-required ng-change="ctl.changeFiled('BT')" ng-blur="ctl.verify('BT')" />-->
|
|
|
- <textarea class="sp-textarea" ng-model="ctl.data.BT" ng-disabled="ctl.hide('readonly','BT')" rows="5" style="resize: none" sp-required ng-change="ctl.changeFiled('BT')" title="{{ctl.data.BT}}" ng-blur="ctl.verify('BT')"></textarea>
|
|
|
+ <textarea class="sp-textarea" ng-model="ctl.data.BT" ng-readonly="ctl.hide('readonly','BT')" rows="5" style="resize: none" sp-required ng-change="ctl.changeFiled('BT')" title="{{ctl.data.BT}}" ng-blur="ctl.verify('BT')"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','LWDW')">
|
|
@@ -166,7 +166,7 @@
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','LWWH')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="文号">文 号:</div>
|
|
|
<div class="sp-col-70">
|
|
|
- <input type="text" class="sp-input" ng-model="ctl.data.LWWH" ng-disabled="ctl.hide('readonly','LWWH')" ng-change="ctl.changeFiled('LWWH')" />
|
|
|
+ <input type="text" class="sp-input" ng-model="ctl.data.LWWH" ng-readonly="ctl.hide('readonly','LWWH')" ng-change="ctl.changeFiled('LWWH')" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="sp-page toggleForm">
|
|
@@ -195,26 +195,26 @@
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','PSLD')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="批示领导">批示领导:</div>
|
|
|
<div class="sp-col-70">
|
|
|
- <input type="text" class="sp-input" ng-model="ctl.data.PSLD" ng-disabled="ctl.hide('readonly','PSLD')" sp-required ng-change="ctl.changeFiled('PSLD')" />
|
|
|
+ <input type="text" class="sp-input" ng-model="ctl.data.PSLD" ng-readonly="ctl.hide('readonly','PSLD')" sp-required ng-change="ctl.changeFiled('PSLD')" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','SWBH')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="收文编号">收文编号:</div>
|
|
|
<div class="sp-col-70">
|
|
|
- <input type="text" class="sp-input" ng-model="ctl.data.SWBH" ng-disabled="ctl.hide('readonly','SWBH')" ng-change="ctl.changeFiled('SWBH')" />
|
|
|
+ <input type="text" class="sp-input" ng-model="ctl.data.SWBH" ng-readonly="ctl.hide('readonly','SWBH')" ng-change="ctl.changeFiled('SWBH')" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','SZFNBYJ')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="市政府拟办意见">市政府<br />拟办意见:</div>
|
|
|
<div class="sp-col-70">
|
|
|
- <textarea class="sp-textarea" ng-model="ctl.data.SZFNBYJ" ng-disabled="ctl.hide('readonly','SZFNBYJ')" ng-change="ctl.changeFiled('SZFNBYJ')" title="{{ctl.data.SZFNBYJ}}" rows="5" style="resize:none;"></textarea>
|
|
|
+ <textarea class="sp-textarea" ng-model="ctl.data.SZFNBYJ" ng-readonly="ctl.hide('readonly','SZFNBYJ')" ng-change="ctl.changeFiled('SZFNBYJ')" title="{{ctl.data.SZFNBYJ}}" rows="5" style="resize:none;"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','SLDPS')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="市领导批示">市领导<br />批 示:</div>
|
|
|
<div class="sp-col-70">
|
|
|
<!--ng-trim="false"关闭过滤字符串前后空格-->
|
|
|
- <textarea class="sp-textarea" ng-model="ctl.data.SLDPS" ng-disabled="ctl.hide('readonly','SLDPS')" ng-trim="false" ng-change="ctl.changeFiled('SLDPS')" title="{{ctl.data.SLDPS}}" rows="5" style="resize:none;"></textarea>
|
|
|
+ <textarea class="sp-textarea" ng-model="ctl.data.SLDPS" ng-readonly="ctl.hide('readonly','SLDPS')" ng-trim="false" ng-change="ctl.changeFiled('SLDPS')" title="{{ctl.data.SLDPS}}" rows="5" style="resize:none;"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','ZDDB')">
|
|
@@ -240,7 +240,7 @@
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','CDCS')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="存档处室">存档处室:</div>
|
|
|
<div class="sp-col-70">
|
|
|
- <input type="text" class="sp-input" ng-model="ctl.data.CDCS" ng-disabled="ctl.hide('readonly','CDCS')" ng-change="ctl.changeFiled('CDCS')" />
|
|
|
+ <input type="text" class="sp-input" ng-model="ctl.data.CDCS" ng-readonly="ctl.hide('readonly','CDCS')" ng-change="ctl.changeFiled('CDCS')" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','SFBJ')">
|
|
@@ -262,19 +262,19 @@
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','BJQK')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="办结情况">办结情况:</div>
|
|
|
<div class="sp-col-70">
|
|
|
- <textarea class="sp-textarea" ng-model="ctl.data.BJQK" ng-disabled="ctl.hide('readonly','BJQK')" ng-change="ctl.changeFiled('BJQK')" title="{{ctl.data.BJQK}}" rows="5" style="resize:none;"></textarea>
|
|
|
+ <textarea class="sp-textarea" ng-model="ctl.data.BJQK" ng-readonly="ctl.hide('readonly','BJQK')" ng-change="ctl.changeFiled('BJQK')" title="{{ctl.data.BJQK}}" rows="5" style="resize:none;"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','BZ')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="备注">备 注:</div>
|
|
|
<div class="sp-col-70">
|
|
|
- <textarea class="sp-textarea" ng-model="ctl.data.BZ" ng-disabled="ctl.hide('readonly','BZ')" ng-change="ctl.changeFiled('BZ')" title="{{ctl.data.BZ}}" rows="5" style="resize:none;"></textarea>
|
|
|
+ <textarea class="sp-textarea" ng-model="ctl.data.BZ" ng-readonly="ctl.hide('readonly','BZ')" ng-change="ctl.changeFiled('BZ')" title="{{ctl.data.BZ}}" rows="5" style="resize:none;"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','NGR')">
|
|
|
<div class="sp-col-30" style="line-height:32px;" title="登记人">登记人:</div>
|
|
|
<div class="sp-col-70">
|
|
|
- <input type="text" class="sp-input" ng-model="ctl.data.NGR" ng-disabled="ctl.hide('readonly','NGR')" sp-required ng-change="ctl.changeFiled('NGR')" />
|
|
|
+ <input type="text" class="sp-input" ng-model="ctl.data.NGR" ng-readonly="ctl.hide('readonly','NGR')" sp-required ng-change="ctl.changeFiled('NGR')" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-item" ng-if="!ctl.hide('show','ZBRQ')">
|