123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <ion-view view-title="{{viewtitle}}">
- <div class="bar bar-header" style="background-image: none;background-color: #3B8BD0;">
- <div class="button button-icon icon pus_blue" ng-click="goback()"></div>
- <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goback()"></button>
- <h1 class="bar_title" style="color: #fff">{{viewtitle}}</h1>
- </div>
- <ion-content ng-class="{'has-header':true}"
- style="margin:0 auto;max-width:20.5rem;">
- <div class="form-box">
- <div ng-repeat="list in formList" ng-init="outerIndex=$index"
- ng-class="{'hole-row':true,'row-margideclare':list.type=='upload'}"
- ng-style="{display:list.type=='group'?'block':''}"
- 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-if="list.type != 'upload'" style="font-size: 18px"
- 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 style="margin-right: 5px;font-size: 18px;width: 100%;padding: 10px 10px" 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')">
- <sup ng-if='list.needed' style="color:red;">*</sup>{{list.title}}
- </div>
- <div style="margin-right: 5px;font-size: 16px;width: 100%;padding: 0 10px" 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')">
- <span ng-if="list.remarkType=='normal'" style="color:#BFC2D3;">上传照片或扫描件,最多上传9个文件</span>
- <span ng-if="list.remarkType=='add'" style="color:#BFC2D3;">请在网页端下载<a href={{imgUrl+"/group3/M00/0B/1E/wKgBd17rFUaAEP-HAAAxjU0qXUk38.docx"}} target="_blank" class="nav-more">《法定代表人授权委托书》</a>,法定代表人签字并加盖企业公章后扫描或拍照上传。</span>
- <a ng-if="list.Lowerdie" ng-click="Lowerdie($index)">下载模板</a>
- </div>
- <table ng-if="list.type=='group'" class="table" style="width: 100%">
- <tr>
- <th>年份</th>
- <th>金额</th>
- </tr>
- <tr ng-repeat="item in list.form">
- <td>{{item.title}}</td>
- <td >
- <input
- placeholder="{{item.placeholder}}"
- ng-change="rdchange(outerIndex)"
- ng-disabled="item.saveKey=='estimateSubsidyMoney'"
- ng-keyup="clearNoNum(item,'content',item.regex)"
- type="text" ng-model="item.content"
- ng-bind="item.content"
- style="width:100%;border-radius:3px;padding:0 3px;"/>
- </td>
- </tr>
- </table>
- <div class="input-box" ng-class="{'declarewidth':list.type=='upload'}" >
- <!--普通输入框-->
- <input placeholder="{{list.placeholder}}"
- ng-if="list.type != 'upload'"
- ng-keyup="clearNoNum(list,'content',list.regex)"
- ng-disabled="list.regex==true"
- ng-click="selectItems(outerIndex)"
- ng-change="queryOrgName(outerIndex)" type="text" ng-model="list.content" ng-bind="list.content"
- style="width:100%;border-radius:3px;padding:0 3px;"/>
- <!-- 选择项目箭头 -->
- <i ng-if="list.type=='selectorgtype'||list.type=='companySelect'" class=" ion-ios-arrow-down position-fix"></i>
- <!-- 模糊查询下拉列表 -->
- <ul ng-show="list.fuzzyQuery&&isRelateUl" 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)">{{org.name}}</span>
- </li>
- </ul>
- <!--上传证明材料-->
- <div ng-if="list.type=='upload'"
- style="width:110px;background-color: #3B8BD0;padding: 3px" ng-click="addImage(outerIndex)">
- <a href="" style="font-size: 26px;color: white;text-decoration: none" >+</a>
- <span style="font-size:18px;color:white;">添加附件</span>
- </div>
- <ion-scroll ng-if="list.type=='upload'"
- ng-show="(list.imageSaveList.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;height: auto">
- <div ng-repeat="image in list.imageSaveList track by $index"
- ng-init="imageIndex=$index">
- <span ng-bind="image.title" style="width:100%;height:85px;color:#8C8E9B" class="back-img" ng-click="shouBigImage(list.imageSaveList, $index)"></span>
- <span style="padding-left: 20px;color:#3B8BD0;"
- ng-click="deletePhoto(imageIndex,outerIndex)">删除</span>
- <br>
- </div>
- </ion-scroll>
- <input type="file" name="file" id="file" ng-model="changeFile" multiple
- style="display:none"/>
- </div>
- </div>
- <div class="submit-section" style="padding: 20px">
- <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>
- </ion-view>
|