|
@@ -66,6 +66,17 @@
|
|
|
top: 140px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
+ .qualification-list01 .store-img .col-sm-4 .handle-btn{
|
|
|
+ position: relative;
|
|
|
+ top: -40px;
|
|
|
+ left: 10px;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .qualification-list01 .store-img .col-sm-4 .handle-btn a{
|
|
|
+ text-decoration: none;
|
|
|
+ display:block;
|
|
|
+ line-height: 25px;
|
|
|
+ }
|
|
|
.qualification-list01 ul{
|
|
|
width: 100%;
|
|
|
height: 40px;
|
|
@@ -261,7 +272,7 @@
|
|
|
font-size: 14px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
- line-height: 90px;
|
|
|
+ line-height: 170px;
|
|
|
}
|
|
|
.hover-show a i{
|
|
|
margin-right: 5px;
|
|
@@ -358,6 +369,26 @@
|
|
|
</div>
|
|
|
<div class="store-qualification-content">
|
|
|
<div class="qualification-list01">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-sm-2">店铺类型</div>
|
|
|
+ <div class="col-sm-10 radio-block">
|
|
|
+ <label class="com-check-radio" style="margin-right:20px;font-weight: normal;color:#666;">
|
|
|
+ <input type="radio" id="ORIGINAL_FACTORY" name="date" ng-click="setFilters('ORIGINAL_FACTORY')" ng-checked="storeType == 'ORIGINAL_FACTORY'" ng-disabled="storeType == 'DISTRIBUTION'">
|
|
|
+ <label for="ORIGINAL_FACTORY"></label>
|
|
|
+ 原厂
|
|
|
+ </label>
|
|
|
+ <label class="com-check-radio" style="margin-right:20px;font-weight: normal;color:#666;">
|
|
|
+ <input type="radio" id="AGENCY" name="date" ng-click="setFilters('AGENCY')" ng-checked="storeType == 'AGENCY'" ng-disabled="storeType == 'DISTRIBUTION'">
|
|
|
+ <label for="AGENCY"></label>
|
|
|
+ 代理
|
|
|
+ </label>
|
|
|
+ <label class="com-check-radio" style="margin-right:20px;font-weight: normal;color:#666;">
|
|
|
+ <input type="radio" id="DISTRIBUTION" name="date" ng-click="setFilters('DISTRIBUTION')" ng-checked="storeType == 'DISTRIBUTION'" ng-disabled="storeType == 'ORIGINAL_FACTORY' || storeType == 'AGENCY'">
|
|
|
+ <label for="DISTRIBUTION"></label>
|
|
|
+ 经销
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="row">
|
|
|
<div class="col-sm-2">企业全称</div>
|
|
|
<div class="col-sm-10" ng-bind="application.storeName">深圳优软商城科技有限公司</div>
|
|
@@ -372,13 +403,20 @@
|
|
|
<div class="col-sm-4">
|
|
|
<div class="photo-img" ng-if="qualifications[qType.businessLicense]">
|
|
|
<div><img ng-src="{{createShowUrl(qualifications[qType.businessLicense].resourceUrl)}}"/></div>
|
|
|
- <div class="hover-show">
|
|
|
- <span class="delete" title="删除"></span>
|
|
|
+ <div class="hover-show" ng-show="!editImg">
|
|
|
+ <span title="删除"></span>
|
|
|
<a ng-href="{{qualifications[qType.businessLicense].resourceUrl}}" target="_blank"><i class="fa fa-search"></i>查看</a>
|
|
|
</div>
|
|
|
+ <div ng-show="editImg" image-upload data-src="static/img/example/upload-apply_2.png" on-success="onUploadLogo($data, 'BUSINESS_LICENSE')" non-preview="true" max-size="512000" error-size-msg="文件大小不超过500kb"
|
|
|
+ style="width: 208px;height: 168px; top:0; left: 0; position: absolute;background: rgba(0,0,0,.5);"></div>
|
|
|
</div>
|
|
|
<div class="no-photo-img" ng-if="!qualifications[qType.businessLicense]">未上传图片!</div>
|
|
|
<span class="text">营业执照 <em>*</em></span>
|
|
|
+ <div class="handle-btn" ng-if="application.status === 'CHECK'">
|
|
|
+ <a ng-if="!editImg" ng-click="editImgChick(true)">修改</a>
|
|
|
+ <a ng-if="editImg" ng-click="editImgSave(false)">取消</a>
|
|
|
+ <a ng-if="editImg" ng-click="editImgSave(true)">保存</a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="col-sm-4">
|
|
|
<div class="photo-img" ng-if="qualifications[qType.taxPayer]">
|