123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <ion-view style="background-color:#fff" view-title="提交技术合同">
- <!--<div class="bar bar-header resource_titleWrap" ng-if="code==4801&&type==5100">
- <i class="icon ion-ios-arrow-left" style="color:#fff;font-size:24px;display:inline-block;padding:10px;" ng-click="goback()"></i>
- </div>
- <div class="bar bar-header bar-header-blue" ng-if="!(code==4801&&type==5100)">
- <i class="icon ion-ios-arrow-left" style="color:#fff;font-size:24px;display:inline-block;padding:10px;" ng-click="goback()"></i>
- <h3 class="DockingTheme_h3">{{pageTitle}}</h3>
- </div>-->
- <div class="bar bar-header bar-header-blue">
- <div class="button button-icon icon pus_blue"></div>
- <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goback()"></button>
- <h1 class="bar_title" style="color: #fff">提交技术合同</h1>
- </div>
- <br>
- <ion-content>
- <div ng-if="showNew">
- <div class="form-box">
- <div ng-repeat="list in formList" ng-init="outerIndex=$index"
- ng-class="{'hole-row':true,'row-margin':list.type=='upload'||list.type=='affiliatedOrg'}"
- ng-click="selectItems(outerIndex)"
- ng-show="formList[outerIndex-1].type!='toggle'||(formList[outerIndex-1].type=='toggle'&&formList[outerIndex-1].content=='是')||(formList[outerIndex-1].type=='toggle'&&formList[outerIndex-1].content=='10501')">
- <div class="input-title"
- ng-show="formList[outerIndex-1].type!='toggle'||(formList[outerIndex-1].type=='toggle'&&formList[outerIndex-1].content=='是')||(formList[outerIndex-1].type=='toggle'&&formList[outerIndex-1].content=='10501')">
- <sup ng-if='list.needed' style="color:red;">*</sup>{{list.title}}
- </div>
- <div class="input-box">
- <!--普通输入框-->
- <input ng-if="list.type=='input'" placeholder="{{list.placeholder}}" type="text"
- ng-model="list.content" style="width:100%;border-radius:3px;padding:0 3px;"/>
- <input ng-if="list.type=='input1'" placeholder="{{list.placeholder}}"
- ng-change="queryOrgName1(outerIndex,list)" type="text" ng-model="list.content"
- style="width:100%;border-radius:3px;padding:0 3px;"/>
- <input ng-if="list.type=='input2'" placeholder="{{list.placeholder}}"
- ng-change="queryOrgName2(outerIndex,list)" type="text" ng-model="list.content"
- style="width:100%;border-radius:3px;padding:0 3px;"/>
- <input ng-if="list.type=='select'" placeholder="{{list.placeholder}}"
- ng-disabled="list.type=='select'" type="text" ng-model="list.content"
- style="width:100%;border-radius:3px;padding:0 3px;"/>
- <textarea ng-if="list.type=='textarea'" class="add_list_txt" ng-model="list.content"
- placeholder="{{list.placeholder}}"
- style="font-size:12px;display:inline-block;vertical-align: top;width:100%;padding:5px 0;margin-top:0;border-bottom:none;"></textarea>
- <!--选择地区-->
- <!-- 选择项目箭头 -->
- <i ng-if="list.type=='select'" class=" ion-ios-arrow-down position-fix"></i>
- <!-- 模糊查询下拉列表 -->
- <ul ng-show="list.fuzzyQuery&&(isRelateUl1||isRelateUl2) && (list.content.length > 0) && (list.content.length < 8)" class="isRelateUl" style="overflow: visible;margin-left:5%">
- <li ng-repeat="org in orgList track by $index" style="overflow: visible;">
- <span ng-bind-html="ttt(org.name)" ng-click="setOrgName(org, list)">{{org.name}}</span>
- </li>
- </ul>
- <!--上传证明材料-->
- <div ng-if="list.type=='upload'"
- ng-show="formList[outerIndex-1].type!='toggle'||(formList[outerIndex-1].type=='toggle'&&formList[outerIndex-1].content=='是')||(formList[outerIndex-1].type=='toggle'&&formList[outerIndex-1].content=='10501')"
- style="width:100%;">
- <a href="" class="upload-add" ng-click="addImage(outerIndex)">+</a>
- <span ng-if="list.remarkType=='normal'" style="font-size:12px;color:#BFC2D3;">必须上传已签字盖章的合同完整版本,扫描或拍照上传</span>
- <span ng-if="list.remarkType=='manage'" ng-click="alertInfo()"
- style="font-size:12px;color:#BFC2D3;">每张小于2M,支持JPG/PNG等格式,最多上传5张。请下载<a
- href="{{url?url:'javascript:;'}}" download="管理员认证申请公函.docx">《企业认证申请公函》</a>,并加盖企业公章(合同章,财务章无效)后扫描或拍照上传</span>
- <span ng-if="list.remarkType=='add'" style="font-size:12px;color:#BFC2D3;">每张小于2M,支持JPG/PNG等格式,最多上传5张</span>
- <span ng-if="list.remarkType=='identify'"
- style="font-size:12px;color:#BFC2D3;">每张小于2M</span>
- </div>
- <ion-scroll ng-if="list.type=='upload'"
- ng-show="(list.imagelist.length>0&&formList[outerIndex-1].type!='toggle')||list.imagelist.length>0&&((formList[outerIndex-1].type=='toggle'&&formList[outerIndex-1].content=='是')||(formList[outerIndex-1].type=='toggle'&&formList[outerIndex-1].content=='10501'))"
- scroll="true" has-bouncing="true" direction="x" scrollbar-x="false"
- delegate-handle="scrollimage" class="photo_div"
- style="margin-right:10px;overflow-x:hidden;overflow-y:hidden;">
- <a class="photo_img" ng-repeat="image in list.imagelist track by $index"
- ng-init="imageIndex=$index">
- <img ng-if="!showpdf" ng-src="{{image.photoName | picturefilter}}" style="width:100%;height:85px;"
- class="back-img"/>
- <img ng-if="showpdf" ng-src="{{image.photoName}}" style="width:100%;height:85px;"
- class="back-img"/>
- <span class="photo_delect delect_cammer"
- ng-click="deletePhoto(imageIndex,outerIndex)"></span>
- </a>
- </ion-scroll>
- <input type="file" name="file" id="file" accept="image/*" ng-model="changeFile" multiple
- style="display:none"/>
- </div>
- </div>
- </div>
- <div class="submit-section">
- <!--<button ng-click="submitForm()" ng-class="{'submit-button':true,'sbg-blue':isChecked}">提交认证</button>-->
- <button ng-click="submitForm()" class="submit-button sbg-blue">签订合同</button>
- </div>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- </div>
- </ion-content>
- <!--需求图片放大区域-->
- <div ng-show="bigImage" class="popover-backdrop">
- <ion-slide-box auto-play="false" does-continue="false" show-pager="true" delegate-handle="slide_detail">
- <ion-slide ng-repeat="image in imagelist track by $index" style="background-color:#000;">
- <button class="pswp_button_arrow" ng-click="hideBigImage()">×</button>
- <div class="pinch-zoom" style="width: 100%;height: 100%">
- <img class="img-responsive bigimage" style="overflow: auto"
- src="{{image.photoName | picturefilter}}" ng-click="hideBigImage()"/>
- </div>
- </ion-slide>
- </ion-slide-box>
- </div>
- <div ng-if="isWechat" ng-show="showMessage" class="container">
- <div class="message-box">{{messageTitle}}</div>
- </div>
- </ion-view>
- <style>
- </style>
|