| | |
| | | { |
| | | |
| | | "/archive-web": { |
| | | "target": "http://192.168.1.168:8090/", |
| | | "target": "http://202.98.157.47:8090/", |
| | | "secure": false |
| | | }, |
| | | "/group1/M00": { |
| | | "target": "http://192.168.1.166/", |
| | | "target": "http://202.98.157.47:8083", |
| | | "secure": false |
| | | }, |
| | | |
| | | "/file": { |
| | | "target": "http://192.168.1.168:8012/file/", |
| | | "target": "http://202.98.157.47:8083/file/", |
| | | "secure": false |
| | | } |
| | | |
| | |
| | | </ng-container> |
| | | |
| | | <ng-container *ngIf="showdetailType === '5' || showdetailType === '6'" > |
| | | <app-ArrangementDetails [detailsPath]="detailInfo.jsonpath"></app-ArrangementDetails> |
| | | <app-ArrangementDetails [detailsPath]="detailInfo.jsonpath" [operatorDepartment]="operatorDepartment"></app-ArrangementDetails> |
| | | <!-- <div class="panel-heading" style="margin-top: 5px;"> |
| | | <font color="" size="3">调整申请详情</font> |
| | | </div> |
| | |
| | | </app-table> |
| | | </ng-container> |
| | | <ng-container *ngIf="showdetailType === '7'" > |
| | | <app-ArrangementDetails [detailsPath]="detailInfo.betail"></app-ArrangementDetails> |
| | | <app-ArrangementDetails [detailsPath]="detailInfo.betail" [operatorDepartment]="operatorDepartment"></app-ArrangementDetails> |
| | | </ng-container> |
| | | </div> |
| | | </div> |
| | |
| | | betail: {}, |
| | | volumeList: [] |
| | | }; |
| | | operatorDepartment; |
| | | |
| | | volCol = [ |
| | | {'colId': 'volumeCode', 'colName': '档案册编号'}, |
| | |
| | | }, (res) => { |
| | | if (res.opState && res.rspCode === 'e0000') { |
| | | this.detailInfo = res.data; |
| | | this.operatorDepartment = res.data.betail.operatorDepartment; |
| | | detailModal.show(); |
| | | } else { |
| | | swal('操作失败', '未找到有效数据', 'warning'); |
| | |
| | | </ng-container> |
| | | |
| | | <ng-container *ngIf="showdetailType === '5'" > |
| | | <app-ArrangementDetails [detailsPath]="detailInfo.jsonpath"></app-ArrangementDetails> |
| | | <app-ArrangementDetails [detailsPath]="detailInfo.jsonpath" [operatorDepartment]="operatorDepartment"></app-ArrangementDetails> |
| | | <!-- <div class="panel-heading" style="margin-top: 5px;"> |
| | | <font color="" size="3">调整申请详情</font> |
| | | </div> |
| | |
| | | </app-table> |
| | | </ng-container> |
| | | <ng-container *ngIf="showdetailType === '7'" > |
| | | <app-ArrangementDetails [detailsPath]="detailInfo.betail"></app-ArrangementDetails> |
| | | <app-ArrangementDetails [detailsPath]="detailInfo.betail" [operatorDepartment]="operatorDepartment"></app-ArrangementDetails> |
| | | </ng-container> |
| | | </div> |
| | | </div> |
| | |
| | | betail: {}, |
| | | volumeList: [] |
| | | }; |
| | | operatorDepartment; |
| | | |
| | | workflowUrl: any; |
| | | |
| | |
| | | }, (res) => { |
| | | if (res.opState && res.rspCode === 'e0000') { |
| | | this.detailInfo = res.data; |
| | | this.operatorDepartment = res.data.betail.operatorDepartment; |
| | | detailModal.show(); |
| | | } else { |
| | | swal('操作失败', '未找到有效数据', 'warning'); |
| | |
| | | // 解析册元数据 只显示已经修改的 |
| | | this.analysisVolumeDetail(json.oldVolumeDetail, json.newVolumeDetail); |
| | | this.reason = json.reason; |
| | | this.reason.operatorDepartment = this.operatorDepartment; |
| | | if(this.operatorDepartment != ''){ |
| | | this.reason.operatorDepartment = this.operatorDepartment; |
| | | } |
| | | this.swalUtil.close(); |
| | | }); |
| | | } |