Newer
Older
</ion-item>
<ion-item>
<ion-label class="item-left">住所:</ion-label>
</ion-item>
<ion-item>
<ion-label class="item-left">经费来源:</ion-label>
</ion-item>
<ion-item>
<ion-label class="item-left">开办资金:</ion-label>
</ion-item>
<ion-item>
<ion-label class="item-left">举办单位:</ion-label>
</ion-item>
<ion-item>
<ion-label class="item-left">有效期:</ion-label>
</ion-item>
<ion-item>
<ion-label class="item-left">宗旨和业务范围:</ion-label>
<!-- 机关团体 -->
<div *ngIf="itemInfo?.type == '2'">
<ion-item>
<ion-label class="item-left">负责人:</ion-label>
<ion-label class="choose">
{{detailObj.unitVO?.leadingCadre || "-"}}
</ion-label>
<ion-item>
<ion-label class="item-left">组织结构代码:</ion-label>
<ion-label class="choose">
{{detailObj.unitVO?.organizationNumber || "-"}}
</ion-label>
<ion-item>
<ion-label class="item-left">住所:</ion-label>
<ion-label class="choose">
{{detailObj.unitVO?.residence || "-"}}
</ion-label>
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
</div>
<div class="space"></div>
<div class="flowDetail">
<!-- 事业单位-->
<ng-container *ngIf="itemInfo?.type == '1'">
<ion-item *ngIf="itemInfo.flow == '1'">
<ion-label class="item-left">事业单位法人设立登记(备案)申请书</ion-label>
<ion-label (click)="openDetail1()" class="choose">详情</ion-label>
</ion-item>
<ion-item *ngIf="itemInfo.flow == '1'">
<ion-label class="item-left">事业单位法定代表人(负责人)履历表</ion-label>
<ion-label (click)="openDetail2()" class="choose">详情</ion-label>
</ion-item>
<ion-item *ngIf="itemInfo.flow == '2'">
<ion-label class="item-left">
变更登记
</ion-label>
<ion-label (click)="openDetail3()" class="choose">详情</ion-label>
</ion-item>
<ion-item *ngIf="itemInfo.flow == '3'">
<ion-label class="item-left">
事业单位法人注销登记(备案)申请书
</ion-label>
<ion-label (click)="openDetail4()" class="choose">详情</ion-label>
</ion-item>
<ion-item *ngIf="itemInfo.flow == '4'">
<ion-label class="item-left">
事业单位法人证书补领申请书
</ion-label>
<ion-label (click)="openDetail5()" class="choose">详情</ion-label>
</ion-item>
</ng-container>
<!-- 机关群团-->
<ng-container *ngIf="itemInfo.type == '2'">
<ng-container *ngIf="itemInfo?.flow == '1'">
<ion-item>
<ion-label class="item-left">
初领(无组织机构代码)
</ion-label>
<ion-label (click)="openDetail6(' 初领(无组织机构代码)')" class="choose">详情</ion-label>
</ion-item>
</ng-container>
<ng-container *ngIf="itemInfo?.flow == '2'">
<ion-item>
<ion-label class="item-left">
变更业务
</ion-label>
<ion-label (click)="openDetail3()" class="choose">详情</ion-label>
</ion-item>
</ng-container>
<ng-container *ngIf="itemInfo?.flow == '3'">
<ion-item>
<ion-label class="item-left">
撤销
</ion-label>
<ion-label (click)="openDetail6('撤销')" class="choose">详情</ion-label>
</ion-item>
</ng-container>
<ng-container *ngIf="itemInfo?.flow == '4'">
<ion-item>
<ion-label class="item-left">
换领
</ion-label>
<ion-label (click)="openDetail6('换领')" class="choose">详情</ion-label>
</ion-item>
</ng-container>
</ng-container>
<ion-item>
<ion-label class="item-left">附件材料</ion-label>
<ion-label (click)="viewFile()" class="choose">详情</ion-label>
<ion-item>
<ion-label class="item-left">审核记录</ion-label>
<ion-label (click)="openHistory()" class="choose">详情</ion-label>
</ion-item>
<ng-container *ngIf="isShow">
<div class="handle">
<ion-item *ngIf="itemInfo?.type == '1'">
<ion-label class="item-left">当前业务办理对应批文</ion-label>
<ion-label (click)="openApproval()" class="choose">查看</ion-label>
</ion-item>
<ion-label class="item-left">
<span class="color-red">*</span>
受理意见
</ion-label>
<ion-select [(ngModel)]="submitObj.flag" interface="action-sheet" placeholder="选择受理意见" okText="确定"
<ion-option value="1">符合条件</ion-option>
<ion-option value="0">不符合条件</ion-option>
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<ng-container *ngIf="itemInfo?.type == '2' && area?.name =='市属' && itemInfo?.flow == '1'">
<ion-item>
<ion-label class="item-left">机构性质</ion-label>
<ion-select [(ngModel)]="submitObj.jglb" interface="action-sheet" placeholder="选择机构性质" okText="确定"
cancelText="取消">
<ion-option *ngFor="let item of institutionalNatureList"
[value]="item.value">{{item.label}}</ion-option>
</ion-select>
</ion-item>
</ng-container>
<ng-container *ngIf="itemInfo?.type == '2' && area?.name =='市属'&& itemInfo?.status == '3'">
<div class="item-box">
<div class="left">是否委托登记:</div>
<div class="right radio">
<input [(ngModel)]="submitObj.djflag" value="1" type="radio" name="flag"/>是
<input [(ngModel)]="submitObj.djflag" value="0" type="radio" name="flag"/>否
</div>
</div>
<ion-item>
<ion-label class="item-left">委托登记类型</ion-label>
<ion-select [(ngModel)]="submitObj.djtype" interface="action-sheet" placeholder="选择委托登记类型"
okText="确定"
cancelText="取消">
<ion-option value="11">银行</ion-option>
<ion-option value="12">国家税务局</ion-option>
<ion-option value="13">海关</ion-option>
</ion-select>
</ion-item>
</ng-container>
<div class="item-box" *ngIf="itemInfo?.type == '1' && itemInfo?.status == '1'">
<div class="left">是否发送短信:</div>
<input [(ngModel)]="submitObj.smgflag" value="1" type="radio" name="smgflag"/>是
<input [(ngModel)]="submitObj.smgflag" value="0" type="radio" name="smgflag"/>否
<div class="item-box">
<div class="left">
<span class="color-red">*</span>
回复:
</div>
<div class="right">
<ion-textarea [(ngModel)]="submitObj.opinion"></ion-textarea>
</div>
<button class="submit-btn submit" (click)="sureSubmit()" *ngIf="roles.indexOf('7') !== -1">确定</button>