123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- <ion-view view-title="申请技术合作类奖励">
- <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" ng-if="defaultLan == 'Chinese'">申请技术合作类奖励</h1>
- <h1 class="bar_title" style="color: #fff" ng-if="defaultLan == 'English'">Apply for technical cooperation award</h1>
- </div>
- <ion-content ng-class="{'has-header':true}" style="margin:0 auto;max-width:20.5rem;background-color: #f2f2f2">
- <div>
- <div class="publisher_data">
- <div>
- <a class="item" ng-if="applyname != null && applyname != undefined">
- <span ng-if="defaultLan == 'Chinese'">用户姓名</span>
- <span ng-if="defaultLan == 'English'">address name</span>
- <em>{{applyname}}</em>
- </a>
- <a class="item" ng-if="certificate != null && certificate != undefined">
- <span ng-if="defaultLan == 'Chinese'">证书号</span>
- <span ng-if="defaultLan == 'English'">certificate number</span>
- <em>{{certificate}}</em>
- </a>
- <a class="item" ng-if="tel != null && tel != undefined">
- <span ng-if="defaultLan == 'Chinese'">联系方式</span>
- <span ng-if="defaultLan == 'English'">contact information</span>
- <em>{{tel}}</em>
- </a>
- <a class="item">
- <span ng-if="defaultLan == 'Chinese'">所属单位</span>
- <span ng-if="defaultLan == 'English'">affiliated unit</span>
- <em>{{orgname}}</em>
- </a>
- <a class="item">
- <span style="color:red;">*</span>
- <span ng-if="defaultLan == 'Chinese'">单位负责人姓名</span>
- <span ng-if="defaultLan == 'English'">Name of unit head</span>
- <input ng-model="org.orguser"
- style="text-align:right;border: none;width: 68%;height:45px;font-size: 15px;padding-left: 3%;">
- </a>
- <a class="item">
- <span style="color:red;">*</span>
- <span ng-if="defaultLan == 'Chinese'">负责人联系方式</span>
- <span ng-if="defaultLan == 'English'">Contact information of person in charge</span>
- <input ng-model="org.orgtel"
- style="text-align:right;border: none;width: 68%;height:45px;font-size: 15px;padding-left: 3%;">
- </a>
- <a class="item">
- <span ng-if="defaultLan == 'Chinese'">需求名称</span>
- <span ng-if="defaultLan == 'English'">Name of demand</span>
- <em>{{demandname}}</em>
- </a>
- <a class="item" ng-if="capitalScale != 0">
- <span ng-if="defaultLan == 'Chinese'">投入预算(w)</span>
- <span ng-if="defaultLan == 'English'">Investment budget(w)</span>
- <em>{{capitalScale}}</em>
- </a>
- <a class="item" ng-if="cooperationmodelInfo != null && cooperationmodelInfo != ''">
- <span ng-if="defaultLan == 'Chinese'">合作类型</span>
- <span ng-if="defaultLan == 'English'">Type of cooperation</span>
- <em>{{cooperationmodelInfo}}</em>
- </a>
- <div class="resource-detail-box">
- <div ng-if="defaultLan == 'Chinese'" class="task-section-title">需求介绍</div>
- <div ng-if="defaultLan == 'English'" class="task-section-title">Demand is introduced</div>
- <div style="padding-bottom:10px;" ng-bind="demandcontent"></div>
- </div>
- </div>
- <div>
- <div ng-if="abutList.length > 0">
- <span ng-if="defaultLan == 'Chinese'">对接列表</span>
- <span ng-if="defaultLan == 'English'">Docking list</span>
- <ul>
- <li class="docking-list" ng-repeat="abut in abutList track by $index"
- ng-init="outindex = $index">
- <div>{{abut.jointtime|datesubstring10}}</div>
- <div class="docking-status" ng-bind="abut.title"></div>
- <div ng-bind="abut.content" style="width:80%;"></div>
- <div ng-if="abut.photoList.length>0">
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false"
- delegate-handle="scrollimage" class="photo_div"
- style="overflow-x:hidden;overflow-y:hidden;">
- <a class="photo_img" ng-repeat="photo in abut.photoList track by $index"
- ng-init="innerindex = $index">
- <img ng-src="{{photo.photoName|imgfilter}}" style="width:100%;height:85px;"
- class="back-img"
- ng-click="shouBigImage(outindex, innerindex)"/>
- </a>
- </ion-scroll>
- </div>
- </li>
- </ul>
- </div>
- <div ng-if="technical != null && technical != undefined">
- <li class="docking-list">
- <div>{{technical.createtime|datesubstring10}}</div>
- <div ng-if="defaultLan == 'Chinese'">签订技术合同</div>
- <div ng-if="defaultLan == 'English'">Technical contract signing</div>
- <div class="docking-status" ng-click="seeTechnicalInfo(technical)">查看合同信息</div>
- </li>
- </div>
- </div>
- <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}}"
- ng-change="queryOrgName(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;"/>
- <!-- 选择项目箭头 -->
- <i ng-if="list.type=='select'" 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, 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%;">
- <div ng-if="orgtelinfo || flag == 're'">
- <a href="" class="upload-add" ng-click="addImage(outerIndex)">+</a>
- <span ng-if="list.remarkType=='normal' && defaultLan == 'Chinese'" style="font-size:12px;color:#BFC2D3;">请下载<a href="http://pic.ubittc.com/group3/M00/0B/16/wKgBd11aPDyAbKelAAA6kb5QRAM12.docx" download="合作双方认可证明.docx">《合作双方认可证明》</a>,并加盖双方公章后扫描或拍照上传</span>
- <span ng-if="list.remarkType=='add' && defaultLan == 'Chinese'" style="font-size:12px;color:#BFC2D3;">扫描或拍照上传</span>
- <span ng-if="list.remarkType=='manage' && defaultLan == 'Chinese'" 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' && defaultLan == 'Chinese'" style="font-size:12px;color:#BFC2D3;">扫描或拍照上传</span>
- <span ng-if="list.remarkType=='identify' && defaultLan == 'Chinese'" style="font-size:12px;color:#BFC2D3;">扫描或拍照上传</span>
- <span ng-if="list.remarkType=='normal' && defaultLan == 'English'" style="font-size:12px;color:#BFC2D3;">Please download the<a href="http://pic.ubittc.com/group3/M00/0B/16/wKgBd11aPDyAbKelAAA6kb5QRAM12.docx" download="合作双方认可证明.docx">《Certificate of recognition by both parties》</a>,And stamp the official seal of both parties and then scan or upload photos</span>
- <span ng-if="list.remarkType=='add' && defaultLan == 'English'" style="font-size:12px;color:#BFC2D3;">Scan or upload photos</span>
- <span ng-if="list.remarkType=='manage' && defaultLan == 'English'" ng-click="alertInfo()" style="font-size:12px;color:#BFC2D3;">Each sheet is less than 2M, supports JPG/PNG and other formats, and can upload up to 5 sheets.Please download the<a href="{{url?url:'javascript:;'}}" download="管理员认证申请公函.docx">《Official letter of application for enterprise certification》</a>,And stamped with the company's official seal (contract seal, financial seal invalid) after the scan or upload photos</span>
- <span ng-if="list.remarkType=='add' && defaultLan == 'English'" style="font-size:12px;color:#BFC2D3;">Scan or upload photos</span>
- <span ng-if="list.remarkType=='identify' && defaultLan == 'English'" style="font-size:12px;color:#BFC2D3;">Scan or upload photos</span>
- </div>
- </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-src="{{image.photoName | picturefilter}}" style="width:100%;height:85px;"
- class="back-img"/>
- <span class="photo_delect delect_cammer" ng-if="org.orgtel == '' || org.orgtel == null || flag == 're'"
- 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 style="text-align: center;" ng-if="demandstatus != -4 && flag != 're'">
- <span ng-if="defaultLan == 'Chinese'">审核状态:</span>
- <span ng-if="defaultLan == 'English'">audit status:</span>
- <em>{{demandstatus == -2?'退回':demandstatus == -1? '拒绝':demandstatus == 0?'待审核':demandstatus == 1?'通过':''}}</em>
- <em>{{demandstatus == -2?'send back':demandstatus == -1? 'refuse':demandstatus == 0?'To audit':demandstatus == 1?'pass':''}}</em>
- <br>
- <a ng-if="demandstatus==-1 && refusereason != '' && refusereason != 'undefined'" class="item">
- <span ng-if="defaultLan == 'Chinese'">拒绝原因:</span>
- <span ng-if="defaultLan == 'English'">the reason for refusal :</span>
- <em>{{refusereason}}</em>
- </a>
- <a ng-if="demandstatus==-2 && refusereason != '' && refusereason != 'undefined'" class="item">
- <span>退回原因:</span>
- <em>{{refusereason}}</em>
- </a>
- </div>
- <div class="submit-section" ng-if="demandstatus == -4 || flag == 're'">
- <button ng-if="defaultLan == 'Chinese'" ng-click="submitTechnicalAwardDetail(true)" class="submit-button sbg-blue">申 请 奖 励</button>
- <button ng-if="defaultLan == 'English'" ng-click="submitTechnicalAwardDetail(true)" class="submit-button sbg-blue">Please prize excitation</button>
- </div>
- <div class="submit-section" ng-if="(demandstatus == -1 || demandstatus == -2) && flag != 're'">
- <button ng-if="defaultLan == 'Chinese'" ng-click="reGoToReward(list)" class="submit-button sbg-blue">重 新 申 请 奖 励</button>
- <button ng-if="defaultLan == 'English'" ng-click="reGoToReward(list)" class="submit-button sbg-blue">Renew your application for rewards</button>
- </div>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- </div>
- </ion-content>
- <!--图片放大区域-->
- <div id="rightDisplay" ng-show="bigImage" class="popover-backdrop" ng-click="hideBigImage()">
- <ion-slide-box auto-play="false" does-continue="false" show-pager="true" delegate-handle="slide_detail">
- <ion-slide ng-repeat="pic in bigImageList track by $index" style="background-color:#000;">
- <div class="pinch-zoom" style="width: 100%;height:100%;">
- <img class="img-responsive bigimage" ng-src="{{pic.originalName | 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>
|