Commit 7a2327c6 by 刘泽奇

123

parent 8a20830b
This source diff could not be displayed because it is too large. You can view the blob instead.

625 Bytes | W: | H:

552 Bytes | W: | H:

igirl-channel-jdweb/app/front/entry/public/imgs/home/con1name.png
igirl-channel-jdweb/app/front/entry/public/imgs/home/con1name.png
igirl-channel-jdweb/app/front/entry/public/imgs/home/con1name.png
igirl-channel-jdweb/app/front/entry/public/imgs/home/con1name.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -6,19 +6,54 @@ ...@@ -6,19 +6,54 @@
.icorder input { .icorder input {
border: none; border: none;
} }
.icorder-breadcrumb{
width: 1200px;
margin: 20px auto 7px;
}
.icorder-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner{
color: #0989c5;
font-weight: 400;
}
.icorder-breadcrumb .el-breadcrumb__item .is-link{
color: #03004c;
font-weight: 100;
}
.icorder-header { .icorder-header {
width: 100%; width: 100%;
height: 240px; height: 240px;
background: url('/imgs/home/orderimg.png') no-repeat; /* background: url('/imgs/home/orderimg.png') no-repeat; */
background-size: 100% 100%; background-size: 100% 100%;
padding-top: 33px; padding-top: 33px;
box-sizing: border-box; box-sizing: border-box;
} }
.inquire-input-buttom {
float: right;
width: 140px;
height: 56px;
line-height: 56px;
background: #0989c5;
font-family: PingFangSC-Regular;
font-size: 18px;
padding: 0;
color: #fff;
text-align: center;
cursor: pointer;
}
.inquire-input-value {
width: 820px;
height: 56px;
float: left;
background: #fff;
border: 1px solid #0989c5;
padding: 6px 0;
box-sizing: border-box;
}
.icorder-header-text { .icorder-header-text {
font-size:40px; font-size:20px;
font-family:CTCuHeiSJ; font-family:CTCuHeiSJ;
font-weight:400; font-weight:400;
color:rgba(255,106,0,1); color:#0989c5;
text-align: center; text-align: center;
margin-bottom: 40px; margin-bottom: 40px;
} }
...@@ -52,7 +87,7 @@ ...@@ -52,7 +87,7 @@
float: left; float: left;
width: 327px; width: 327px;
height: 100%; height: 100%;
border-right: 1px solid #EFEFEF; border-right: 1px solid #d6daeb;
} }
.icorder-main-con-left > div { .icorder-main-con-left > div {
width: 100%; width: 100%;
...@@ -98,12 +133,13 @@ ...@@ -98,12 +133,13 @@
} }
.icorder-main-con-con-title > span{ .icorder-main-con-con-title > span{
font-size: 26px; font-size: 26px;
color: #FF6A00; color: #0989c5;
} }
.icorder-main-con-right { .icorder-main-con-right {
float: right; float: right;
width: 248px; width: 247px;
height: 100%; height: 100%;
border-left: 1px solid #d6daeb;
} }
.icorder-main-con-right > .text { .icorder-main-con-right > .text {
width: 100%; width: 100%;
...@@ -115,19 +151,21 @@ ...@@ -115,19 +151,21 @@
font-weight:400; font-weight:400;
color:rgba(102,102,102,1); color:rgba(102,102,102,1);
} }
.con-right-button { .con-right-button {
width:131px; width:100px;
height:43px; height:34px;
margin: 0 auto; margin: 0 auto;
margin-top: 6px; margin-top: 6px;
line-height: 43px; line-height: 34px;
text-align: center; text-align: center;
background:rgba(255,106,0,1); background-image: linear-gradient(to right, #0989c5 , #7F00FF);
font-size:18px; font-size:14px;
font-family:MicrosoftYaHei; font-family:MicrosoftYaHei;
font-weight:400; font-weight:400;
color:rgba(255,255,255,1); color:rgba(255,255,255,1);
cursor: pointer; cursor: pointer;
border-radius: 24px;
} }
.icorder-main-con1 { .icorder-main-con1 {
width: 1218px; width: 1218px;
...@@ -149,7 +187,7 @@ ...@@ -149,7 +187,7 @@
box-sizing: border-box; box-sizing: border-box;
} }
.icorder-main-con1 > .con1-title > span { .icorder-main-con1 > .con1-title > span {
color: #FF6A00; color: #0989c5;
} }
.icorder-main-con1-anv { .icorder-main-con1-anv {
width:100%; width:100%;
...@@ -158,6 +196,7 @@ ...@@ -158,6 +196,7 @@
background:rgba(243,243,243,1); background:rgba(243,243,243,1);
font-size:16px; font-size:16px;
font-family:MicrosoftYaHei; font-family:MicrosoftYaHei;
border:1px solid #d6daeb;
font-weight:400; font-weight:400;
color:rgba(51,51,51,1); color:rgba(51,51,51,1);
text-align: center; text-align: center;
......
<div class="icorder"> <div class="icorder">
<div class="icorder-breadcrumb">
<el-breadcrumb separator-class="el-icon-arrow-right">
<el-breadcrumb-item :to="path">公司注册</el-breadcrumb-item>
<el-breadcrumb-item>公司域名查询</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="icorder-header"> <div class="icorder-header">
<div class="icorder-header-text">快速查询公司能否注册</div> <div class="icorder-header-text">快速查询公司能否注册</div>
<div class="summer-inquire-input"> <div class="summer-inquire-input">
<div class="inquire-input-value"> <div class="inquire-input-value">
<el-select style="width:16%" v-model="value1" placeholder="请选择城市"> <el-select style="width:16%" v-model="value1" placeholder="请选择城市">
<el-option <el-option v-for="item in options1" :key="item.value" :label="item.label" :value="item.value">
v-for="item in options1" </el-option>
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select> </el-select>
<el-input style="width:50%" v-model="input" placeholder="请输入您的公司名称"></el-input> <el-input style="width:50%" v-model="input" placeholder="请输入您的公司名称"></el-input>
<el-select style="width:16%" v-model="value2" placeholder="请选择行业"> <el-select style="width:16%" v-model="value2" placeholder="请选择行业">
<el-option <el-option v-for="item in options2" :key="item.value" :label="item.label" :value="item.value">
v-for="item in options2" </el-option>
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select> </el-select>
<el-select style="width:16%" v-model="value3" placeholder="请选择类型"> <el-select style="width:16%" v-model="value3" placeholder="请选择类型">
<el-option <el-option v-for="item in options3" :key="item.value" :label="item.label" :value="item.value">
v-for="item in options3" </el-option>
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select> </el-select>
</div> </div>
<div class="inquire-input-buttom" @click="searchResult">获取核结果</div> <div class="inquire-input-buttom" @click="searchResult">免费核名</div>
</div> </div>
</div> </div>
<div class="icorder-main"> <div class="icorder-main">
...@@ -55,13 +48,18 @@ ...@@ -55,13 +48,18 @@
<div class="icorder-main-con1"> <div class="icorder-main-con1">
<div class="con1-title">发现相同或相似名称企业 共有 <span>0</span> 个结果</div> <div class="con1-title">发现相同或相似名称企业 共有 <span>0</span> 个结果</div>
<div class="icorder-main-con1-anv"> <div class="icorder-main-con1-anv">
<div style="width:399px;float:left;">企业名</div><div style="width:240px;float:right;">相似度</div> <div style="width:399px;float:left;">企业名</div>
<div style="width:240px;float:right;">相似度</div>
</div> </div>
<div style="width:100%;display:flex;padding: 14px 0px;" v-for="item in company.similarCityList" v-if="company.similarCityList && company.similarCityList.length != 0"> <div style="width:100%;display:flex;padding: 14px 0px;" v-for="item in company.similarCityList"
<div class="icorder-main-con1-textname" style="flex:1;font-size: 12px;text-align: center;color: #262626" v-html="item.name"></div> v-if="company.similarCityList && company.similarCityList.length != 0">
<div class="main-con1-name" style="flex:1;font-size: 12px;text-align: center;color: #f15533;">{{item.levels}}</div> <div class="icorder-main-con1-textname" style="flex:1;font-size: 12px;text-align: center;color: #262626"
v-html="item.name"></div>
<div class="main-con1-name" style="flex:1;font-size: 12px;text-align: center;color: #f15533;">{{item.levels}}
</div>
</div> </div>
<div class="icorder-main-con1-name" v-if="company.similarCityList && company.similarCityList.length == 0"> <img src="/imgs/home/con1name.png" alt=""> 没有相同或相似名称企业</div> <div class="icorder-main-con1-name" v-if="company.similarCityList && company.similarCityList.length == 0"> <img
src="/imgs/home/con1name.png" alt=""> 没有相同或相似名称企业</div>
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
data: function() { data: function() {
return { return {
name: '', name: '',
path:{
path:"/jd/jdicbc"
},
company: {}, company: {},
input: '', input: '',
value1: '', value1: '',
...@@ -73,7 +76,6 @@ ...@@ -73,7 +76,6 @@
} }
}, },
mounted: function() { mounted: function() {
$("#footer").show();
var params = this.$router.history.current.query.obj; var params = this.$router.history.current.query.obj;
console.log(params, "xxxxxxxxxxxxxxxxxxxxxxxx"); console.log(params, "xxxxxxxxxxxxxxxxxxxxxxxx");
...@@ -103,7 +105,7 @@ ...@@ -103,7 +105,7 @@
}, },
methods: { methods: {
searchResult() { searchResult() {
let obj = { var obj = {
"cityname": this.value1, "cityname": this.value1,
"keyword": this.input, "keyword": this.input,
"btname": this.value2, "btname": this.value2,
...@@ -118,7 +120,8 @@ ...@@ -118,7 +120,8 @@
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
this.$root.postReq("/web/trademark/tmqueryCtl/icheming", obj).then(function (d) { var obj = this.$root.copyParams(obj,"icheming","/action/tmQuery/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then(function (d) {
this_.company = d.data; this_.company = d.data;
loading.close(); loading.close();
}) })
......
...@@ -49,8 +49,7 @@ ...@@ -49,8 +49,7 @@
} }
.jdindentdetail { .jdindentdetail {
/* padding: 30px 30px 30px; */
padding: 30px 30px 30px;
background: #F9F9F9; background: #F9F9F9;
} }
...@@ -58,7 +57,6 @@ ...@@ -58,7 +57,6 @@
height: 70px; height: 70px;
box-sizing: border-box; box-sizing: border-box;
padding: 1.42% 2.64% 2.7% 3.28%; padding: 1.42% 2.64% 2.7% 3.28%;
line-height: 70px;
} }
.jdindentdetail-nav .el-breadcrumb { .jdindentdetail-nav .el-breadcrumb {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<span>1366*565445</span> <span>1366*565445</span>
</div> </div>
</div> </div>
<div> <div>
<div style="display:flex;height: 60px;align-items: center;"> <div style="display:flex;height: 60px;align-items: center;">
<div style="background:#ffffff; <div style="background:#ffffff;
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</div> </div>
</div> </div>
<el-tabs v-model="navActive" @tab-click="navClick"> <el-tabs v-model="navActive" @tab-click="navClick">
<el-tab-pane label="商标订单" name="first"> <el-tab-pane label="商标订单" name="first">
<div class="jdindentlist-nav"> <div class="jdindentlist-nav">
</div> </div>
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
<div class="block"> <div class="block">
<span class="demonstration"></span> <span class="demonstration"></span>
<el-date-picker v-model="CreateDate" @change="dateChecked(CreateDate)" type="daterange" <el-date-picker v-model="CreateDate" @change="dateChecked(CreateDate)" type="daterange"
align="right" start-placeholder="起始" end-placeholder="结束" :picker-options="pickerOptions"> align="right" start-placeholder="起始" end-placeholder="结束"
:picker-options="pickerOptions">
</el-date-picker> </el-date-picker>
</div> </div>
</div> </div>
...@@ -123,97 +124,192 @@ ...@@ -123,97 +124,192 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="jdindentlist-list-page"> <div class="jdindentlist-list-page">
<el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage" :page-size="10" <el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage"
background layout="prev, pager, next,jumper" :total="countPage"> :page-size="10" background layout="prev, pager, next,jumper" :total="countPage">
</el-pagination> </el-pagination>
</div> </div>
</div> </div>
</div> </div>
<div class="jdindentlist-dialog"> <el-drawer title="上传材料" custom-class="jdindentdetail-drawer" size="58.3333%"
<div v-show="showUploadStuff"> :visible.sync="showUploadStuff">
<div
style="position: fixed;width:100%;z-index:999;background-color:black;top:0;left:0;right:0;bottom: 0;opacity: 0.5;"> <div style="padding:20px 0;text-align: center">
</div> <el-form label-position="left" ref="stuff" :model="stuff" class="demo-ruleForm"
<div style="position:fixed;height:400px;top:20%;left:20%;right:25%;z-index: 9999;background-color:white;"> label-width="120px">
<div style="width:80%;margin:0 auto;box-sizing: border-box;padding-top: 20px;">
<h4 style="text-align:left;margin-left:2%;margin-bottom: 10px;">上传资料</h4> <!-- 头部 -->
<div style="padding:20px 0;text-align: center"> <!-- <el-form-item label-width="140px" label="申请人类型"
<el-form ref="stuff" :model="stuff" class="demo-ruleForm" label-width="0"> style="width:493px;float:left;padding-right:50px;" prop="customerType">
<el-form-item style="float:left;width:25%;text-align:center" label=""> <div class="selftmregType" v-model="applyInfo.customerType"
<div v-loading="loading"> :style="applyInfo.customerType==\'ent\' ? \'border: 1px solid #409EFF;color: #409EFF;\' : \'\'"
<img width="110px" height="120px" style="border:2px dashed #e9e9e9" @click="applyInfo.customerType = \'ent\'">企业<img v-if="applyInfo.customerType==\'ent\'"
@click="window.open(stuff.businessLicensePic)" v-if="stuff.businessLicensePic" src="/imgs/sjd.png" alt=""></div>
:src="stuff.businessLicensePic" /> <div class="selftmregType" v-model="applyInfo.customerType"
<img width="120px" height="120px" style="border:2px dashed #e9e9e9" v-else :style="applyInfo.customerType==\'person\' ? \'border: 1px solid #409EFF;color: #409EFF;\' : \'\'"
src="/imgs/zwcl.png" /> @click="applyInfo.customerType = \'person\'">个体户<img
</div> v-if="applyInfo.customerType==\'person\'" src="/imgs/sjd.png" alt=""></div>
<gsb-upload flag="yyzz" ref="yyzz" :d="d" @setKey="setKey" :action="action" </el-form-item> -->
<div style="clear:both;"></div>
<div class="selftmreg_main" style="padding:0;">
<div style="width: 100%;text-align: left;box-sizing: border-box;">
<el-form-item class="gsb_items" label="">
<div class="title special">上传材料:营业执照</div>
<div class="upload-box" v-loading="loading" @mouseover="mouseOverDemo(1,\'a\')"
@mouseleave="mouseLeaveDemo(1,\'a\')">
<img class="upload-applyimg" v-if="stuff.businessLicensePic"
:src="stuff.businessLicensePic?stuff.businessLicensePic:\'/imgs/sbzc/yyzzD.png\'" />
<gsb-upload v-else flag="yyzz" ref="yyzz" :d="d" @setKey="setKey" :action="action"
filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess" filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess"
@error="error"> @error="error">
<el-button style="padding:12px 14px;" type="" @click="loadingKey = 0">营业执照上传 <div class="upload-button" @click="loadingKey = 0">
</el-button> <div><i class="el-icon-plus"></i></div>
<div>(需盖公章)</div>
</div>
</gsb-upload> </gsb-upload>
</el-form-item> <div class="upload-dialog"
<el-form-item style="float:left;width:25%;text-align:center" v-show="stuff.businessLicensePic && toViewImgKey == \'a\'">
v-if="stuff.customerType==\'person\'" label=""> <div @click="window.open(stuff.businessLicensePic)">查看大图
<div v-loading="loading1"> </div>
<img width="120px" height="120px" style="border:2px dashed #e9e9e9" <gsb-upload flag="yyzz" ref="yyzz" :d="d" @setKey="setKey" :action="action"
@click="window.open(stuff.identityCardPic)" v-if="stuff.identityCardPic" filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess"
:src="stuff.identityCardPic" /> @error="error">
<img width="120px" height="120px" style="border:2px dashed #e9e9e9" v-else <div @click="loadingKey = 0">重新上传</div>
src="/imgs/zwcl.png" /> </gsb-upload>
</div> </div>
<gsb-upload flag="sfz" ref="sfz" :d="d" @setKey="setKey" :action="action" </div>
<!-- <div class="upload-img" @mouseover="mouseOverDemo(1)" @mouseleave="mouseLeaveDemo(1)">
<img
:src="applyInfo.customerType == \'ent\' ? \'/imgs/sbzc/yyzz1.png\' : \'imgs/sbzc/yyzz.png\'" />
<div v-if="toViewImgKey == 1" class="toViewImg"
@click="toViewImg(applyInfo.customerType == \'ent\' ? \'/imgs/sbzc/yyzzD1.png\' : \'imgs/sbzc/yyzzD.png\')">
查看大图</div>
</div> -->
</el-form-item>
<el-form-item class="gsb_items" v-if="stuff.customerType==\'person\'" label="">
<div class="title special">上传材料:身份证明</div>
<div class="upload-box" v-loading="loading1" @mouseover="mouseOverDemo(4,\'d\')"
@mouseleave="mouseLeaveDemo(4,\'d\')">
<img @click="window.open(stuff.identityCardPic)" class="upload-applyimg"
v-if="stuff.identityCardPic"
:src="stuff.identityCardPic?stuff.identityCardPic:\'/imgs/sbzc/pdf.png\'" />
<gsb-upload v-else flag="sfz" ref="sfz" :d="d" @setKey="setKey" :action="action"
filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess" filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess"
@error="error"> @error="error">
<el-button style="padding:12px 14px;" type="" @click="loadingKey = 1">身份证明上传 <div class="upload-button" @click="loadingKey = 1">
</el-button> <div><i class="el-icon-plus"></i></div>
<div>(需盖公章)</div>
</div>
</gsb-upload> </gsb-upload>
</el-form-item> <div class="upload-dialog"
<el-form-item style="float:left;width:25%;text-align:center" label=""> v-show="stuff.identityCardPic && toViewImgKey == \'d\'">
<div v-loading="loading2"> <div @click="window.open(stuff.identityCardPic)">查看大图</div>
<img width="120px" height="120px" style="border:2px dashed #e9e9e9" <gsb-upload flag="sfz" ref="sfz" :d="d" @setKey="setKey" :action="action"
@click="window.open(stuff.gzwtsUrl)" v-if="stuff.gzwtsUrl" filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess"
:src="stuff.gzwtsUrl" /> @error="error">
<img width="120px" height="120px" style="border:2px dashed #e9e9e9" v-else <div @click="loadingKey = 1">重新上传</div>
src="/imgs/zwcl.png" /> </gsb-upload>
</div> </div>
<gsb-upload flag="wts" ref="wts" :d="d" @setKey="setKey" :action="action" </div>
<div class="upload-img" @mouseover="mouseOverDemo(4)" @mouseleave="mouseLeaveDemo(4)">
<img src="/imgs/sbzc/sfz.png" />
<div v-if="toViewImgKey == 4" class="toViewImg"
@click="toViewImg(\'/imgs/sbzc/sfzD.png\')">查看大图</div>
</div>
<div class="text"> <i class="el-icon-warning"></i> 格式为<span>PDF</span>
<span>JPG</span>,大小不能超过<span>10M</span></div>
</el-form-item>
<el-form-item class="gsb_items">
<div class="title special">上传材料:代理委托书
<a href="http://gsb-zc.oss-cn-beijing.aliyuncs.com/igirl_channel_tmwtsdemo001.doc"
style="color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top: 70%;left: 51%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px;">生成委托书</a>
</div>
<div class="upload-box" v-loading="loading2" @mouseover="mouseOverDemo(2,\'b\')"
@mouseleave="mouseLeaveDemo(2,\'b\')">
<img @click="window.open(stuff.gzwtsUrl)" class="upload-applyimg"
v-if="stuff.gzwtsUrl" :src="stuff.gzwtsUrl" />
<gsb-upload v-else flag="wts" ref="wts" :d="d" @setKey="setKey" :action="action"
filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess" filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess"
@error="error"> @error="error">
<el-button style="padding:12px 14px;" type="" @click="loadingKey = 2">代理委托书上传 <div class="upload-button" @click="loadingKey = 2">
</el-button> <div><i class="el-icon-plus"></i></div>
<div>(需盖公章)</div>
</div>
</gsb-upload> </gsb-upload>
</el-form-item> <div class="upload-dialog"
<el-form-item style="float:left;width:25%;text-align:center" label=""> v-show="stuff.gzwtsUrl && toViewImgKey == \'b\'">
<div v-loading="loading3"> <div @click="window.open(stuff.gzwtsUrl)">查看大图</div>
<img width="120px" height="120px" style="border:2px dashed #e9e9e9" <gsb-upload flag="wts" ref="wts" :d="d" @setKey="setKey" :action="action"
@click="window.open(stuff.smwjUrl)" v-if="stuff.smwjUrl" :src="stuff.smwjUrl" /> filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess"
<img width="120px" height="120px" style="border:2px dashed #e9e9e9" v-else @error="error">
src="/imgs/zwcl.png" /> <div @click="loadingKey = 2">重新上传</div>
</gsb-upload>
</div> </div>
<gsb-upload flag="yxq" ref="yxq" :d="d" @setKey="setKey" :action="action" </div>
<div class="upload-img" @mouseover="mouseOverDemo(2)" @mouseleave="mouseLeaveDemo(2)">
<img
:src="stuff.customerType == \'ent\' ? \'/imgs/sbzc/wts1.png\' : \'imgs/sbzc/wts.png\'" />
<div v-if="toViewImgKey == 2" class="toViewImg"
@click="toViewImg(stuff.customerType == \'ent\' ? \'/imgs/sbzc/wtsD1.png\' : \'imgs/sbzc/wtsD.png\')">
查看大图</div>
</div>
</el-form-item>
<el-form-item class="gsb_items" label="">
<div class="title">上传材料:优先权证明
<a href="http://gsb-zc.oss-cn-beijing.aliyuncs.com/yzq_201908281849646526xujnsedjnqwdoni.doc"
style="width:95px;color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top: 70%;left: 37%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px;">下载优先权证明</a>
</div>
<div class="upload-box" v-loading="loading3" @mouseover="mouseOverDemo(3,\'c\')"
@mouseleave="mouseLeaveDemo(3,\'c\')">
<img @click="window.open(stuff.smwjUrl)" class="upload-applyimg"
v-if="stuff.smwjUrl" :src="stuff.smwjUrl" />
<gsb-upload v-else flag="yxq" ref="yxq" :d="d" @setKey="setKey" :action="action"
filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess" filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess"
@error="error"> @error="error">
<el-button style="padding:12px 14px;" type="" @click="loadingKey = 3">优先权文件上传 <div class="upload-button" @click="loadingKey = 3">
</el-button> <div><i class="el-icon-plus"></i></div>
<div>(需盖公章)</div>
</div>
</gsb-upload> </gsb-upload>
</el-form-item> <div class="upload-dialog"
<div style="clear:both;"></div> v-show="stuff.smwjUrl && toViewImgKey == \'c\'">
</el-form> <div @click="window.open(stuff.smwjUrl)">查看大图</div>
<div style="text-align:center;padding:50px 0;"> <gsb-upload flag="yxq" ref="yxq" :d="d" @setKey="setKey" :action="action"
<el-button @click="hideUploadStuff">取消</el-button> filetype="image/jpeg" :ifshowlist="false" @uploadsuccess="uploadsuccess"
<el-button type="primary" @click="uploadStuffs">确认</el-button> @error="error">
</div> <div @click="loadingKey = 3">重新上传</div>
<div style="clear:both"></div> </gsb-upload>
</div>
</div>
<div class="upload-img" @mouseover="mouseOverDemo(3)" @mouseleave="mouseLeaveDemo(3)">
<img src="/imgs/sbzc/yxq.png" />
<div v-if="toViewImgKey == 3" class="toViewImg"
@click="toViewImg(\'/imgs/sbzc/yxqD.png\')">查看大图</div>
</div>
</el-form-item>
<div style="clear:both;"></div>
<el-drawer title="" :visible.sync="toViewImgType" center width="72%" append-to-body>
<img :src="toViewImgSrc" style="max-width:100%;display: block;margin: 0 auto;" alt="">
</el-drawer>
</div> </div>
<div style="clear:both"></div>
</div> </div>
</el-form>
<div style="text-align:center;padding:50px 0;">
<el-button @click="hideUploadStuff">取消</el-button>
<el-button type="primary" @click="uploadStuffs">确认</el-button>
</div> </div>
<div style="clear:both"></div>
</div> </div>
</div> </el-drawer>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="工商订单" name="second">配置管理</el-tab-pane>
</el-tabs> <el-tab-pane label="工商订单" name="second">配置管理</el-tab-pane>
</el-tabs>
</div> </div>
\ No newline at end of file
...@@ -217,10 +217,13 @@ ...@@ -217,10 +217,13 @@
index: 0, index: 0,
orderId: "", orderId: "",
stuff: {}, stuff: {},
showUploadStuff: false, showUploadStuff: 0,
currentOrderNo: "", currentOrderNo: "",
currentOrderType: "", currentOrderType: "",
navActive:'first', navActive:'first',
toViewImgKey:"",
toViewImgType: false,
toViewImgSrc: null,
} }
}, },
created: function() { created: function() {
...@@ -249,6 +252,25 @@ ...@@ -249,6 +252,25 @@
}, },
methods: { methods: {
toViewImg(src) {
this.toViewImgSrc = src;
this.toViewImgType = true
},
mouseOverDemo(v, k) {
if (v == 99) {
this.floatBoxDemo = true
} else {
if (k) {
this.toViewImgKey = k
} else {
this.toViewImgKey = v
}
}
},
mouseLeaveDemo(v) {
this.floatBoxDemo = false;
this.toViewImgKey = null
},
navClick(tab,e){ navClick(tab,e){
console.log(tab,e,this.navActive); console.log(tab,e,this.navActive);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment