Commit 84e5201f by 李宏达

lhd

parent 32eb52aa
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -199,7 +199,7 @@
<span style="font-size:16px;float:right"><b>已选择<span
style="color:#0F8EE9;">{{nclone.nclThree.length}}</span></b>
<span style="color:#FF2E22;">¥{{nclone.price}}</span>
<!-- <span style="color:#FF2E22;">¥{{nclone.price}}</span> -->
&nbsp;&nbsp;&nbsp;
<span @click="removeNclOne(index,nclone)" style="cursor: pointer;"><i class="el-icon-delete"
style="font-size : 1.2em;"></i></span>
......@@ -216,8 +216,8 @@
</div>
</div>
<div v-else style="overflow: auto;height: 100%;padding: 60px 20px 0px;box-sizing: border-box;">
<img src="/imgs/kong-2.png" style="margin-top: 124px;" alt="">
<div v-else style="overflow: auto;height: 100%;padding: 60px 20px 0px;box-sizing: border-box;position: relative;">
<img src="/imgs/kong-2.png" style="position: absolute;margin: auto;top: 0;left: 0;bottom: 0;right: 0;" alt="">
<div style="color: #828282;margin-top: 10px;">请点击左侧选择商标类别</div>
</div>
......@@ -406,7 +406,7 @@
<div @click="window.open(apply.businessLicensePic)">查看大图</div>
<gsb-upload flag="yyzz" ref="yyzz" :d="d" @setKey="setKey" :action="action" filetype="image/jpeg"
:ifshowlist="false" @uploadsuccess="uploadsuccess" @error="error">
<div>重新上传</div>
<div @click="loadingKey = 0">重新上传</div>
</gsb-upload>
</div>
</div>
......@@ -435,9 +435,9 @@
</gsb-upload>
<div class="upload-dialog" v-show="apply.identityCardPic && toViewImgKey == \'d\'">
<div @click="window.open(apply.identityCardPic)">查看大图</div>
<gsb-upload flag="yyzz" ref="yyzz" :d="d" @setKey="setKey" :action="action" filetype="image/jpeg"
<gsb-upload flag="sfz" ref="sfz" :d="d" @setKey="setKey" :action="action" filetype="image/jpeg"
:ifshowlist="false" @uploadsuccess="uploadsuccess" @error="error">
<div>重新上传</div>
<div @click="loadingKey = 1">重新上传</div>
</gsb-upload>
</div>
</div>
......@@ -450,7 +450,7 @@
</el-form-item>
<el-form-item class="gsb_items">
<div class="title special">上传材料:代理委托书<span @click="createWTS"
style="color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top: 70%;left: 51%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px;">生成委托书</span>
style="color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top: 70%;left: 51%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px;">下载委托书模板</span>
</div>
<div class="upload-box" v-loading="loading2" @mouseover="mouseOverDemo(2,\'b\')"
@mouseleave="mouseLeaveDemo(2,\'b\')">
......@@ -465,9 +465,9 @@
</gsb-upload>
<div class="upload-dialog" v-show="apply.sealAuthorizeStuff && toViewImgKey == \'b\'">
<div @click="window.open(apply.sealAuthorizeStuff)">查看大图</div>
<gsb-upload flag="yyzz" ref="yyzz" :d="d" @setKey="setKey" :action="action" filetype="image/jpeg"
<gsb-upload flag="wts" ref="wts" :d="d" @setKey="setKey" :action="action" filetype="image/jpeg"
:ifshowlist="false" @uploadsuccess="uploadsuccess" @error="error">
<div>重新上传</div>
<div @click="loadingKey = 2">重新上传</div>
</gsb-upload>
</div>
</div>
......@@ -499,9 +499,9 @@
</gsb-upload>
<div class="upload-dialog" v-show="apply.descUrl && toViewImgKey == \'c\'">
<div @click="window.open(apply.descUrl)">查看大图</div>
<gsb-upload flag="yyzz" ref="yyzz" :d="d" @setKey="setKey" :action="action" filetype="image/jpeg"
<gsb-upload flag="yxq" ref="yxq" :d="d" @setKey="setKey" :action="action" filetype="image/jpeg"
:ifshowlist="false" @uploadsuccess="uploadsuccess" @error="error">
<div>重新上传</div>
<div @click="loadingKey = 3">重新上传</div>
</gsb-upload>
</div>
</div>
......@@ -575,7 +575,7 @@
<div style="min-width: 35%;margin-bottom: 23px;display:inline-block;">
<div style="width:120px;display:inline-block;text-align: right;color:#636569;">申请人资质:</div>
<div style="display:inline-block;padding-left:10px;">
{{apply.customerType=="ent"?"企业":""}}{{apply.customerType=="person"?"个":""}}</div>
{{apply.customerType=="ent"?"企业":""}}{{apply.customerType=="person"?"个体户":""}}</div>
</div>
<div style="min-width: 35%;margin-bottom: 23px;display:inline-block;">
<div v-if="apply.customerType==\'ent\'"
......@@ -590,12 +590,10 @@
<div style="display:inline-block;padding-left:10px;">{{apply.zipCode}}</div>
</div>
<div style="min-width: 35%;margin-bottom: 23px;display:inline-block;">
<div v-if="apply.customerType==\'ent\'"
style="width:120px;display:inline-block;text-align: right;color:#636569;">公司地址:</div>
<div v-if="apply.customerType==\'person\'"
style="width:120px;display:inline-block;text-align: right;color:#636569;">申请人地址:</div>
<div style="display:inline-block;padding-left:10px;">{{apply.applyAddr}}</div>
<div v-if="apply.customerType==\'ent\'" style="width:120px;display:inline-block;text-align: right;color:#636569;">公司地址:</div>
<div v-if="apply.customerType==\'person\'" style="width:120px;display:inline-block;text-align: right;color:#636569;">申请人地址:</div>
<div style="display:inline-block;padding-left:10px;">{{apply.applyAddr}}</div>
</div>
<div style="clear:both"></div>
<div style="min-width: 35%;margin-bottom: 23px;display:inline-block;">
......@@ -634,11 +632,11 @@
style="height:118px;width:98px;border: 2px dashed rgb(233, 233, 233);">
</div>
<div v-if="apply.sealAuthorizeStuff" style="display:inline-block;padding-left:10px;cursor: pointer;">
<img :src="apply.sealAuthorizeStuff"
<img @click="window.open(apply.sealAuthorizeStuff)" :src="apply.sealAuthorizeStuff"
style="height:118px;width:98px;border: 2px dashed rgb(233, 233, 233);">
</div>
<div v-if="apply.descUrl" style="display:inline-block;padding-left:10px;cursor: pointer;">
<img :src="apply.descUrl" style="height:118px;width:98px;border: 2px dashed rgb(233, 233, 233);">
<img @click="window.open(apply.descUrl)" :src="apply.descUrl" style="height:118px;width:98px;border: 2px dashed rgb(233, 233, 233);">
</div>
</div>
<div style="clear:both"></div>
......
......@@ -312,7 +312,6 @@
if (itemCode != null) {
this.itemCode = itemCode;
} else {
this.$message.warning('code参数错误');
return;
......@@ -749,6 +748,7 @@
return false;
}
var publicExpense = this.serviceitem.publicExpense || 0;
console.log(this.serviceitem.publicExpense,'????????????????????');
publicExpense = Number(publicExpense);
var nclSmallPrice = publicExpense / 10;
nclSmallPrice = Number(nclSmallPrice.toFixed(2));
......@@ -838,6 +838,7 @@
}
var nclThree = [eData];
var publicExpense = this.publicExpense || 0;
console.log(this.publicExpense,'/////////////////////');
publicExpense = Number(publicExpense);
var nclSmallPrice = publicExpense / 10;
nclSmallPrice = Number(nclSmallPrice.toFixed(2));
......@@ -1059,6 +1060,13 @@
submitForm(formName) {
var that = this;
if (formName == "form" || formName == "apply") {
if (formName == "apply") {
if (this.apply.customerType != 'person' && this.apply.sealAuthorizeStuff == '' || this.apply.businessLicensePic == '' ) {
return that.$message.warning(`请按要求上传资料`);
}else if ( this.apply.customerType == 'person' && this.apply.identityCardPic == '' || this.apply.sealAuthorizeStuff == '' || this.apply.businessLicensePic == '') {
return that.$message.warning(`请按要求上传资料`);
}
};
this.$refs[formName].validate((valid) => {
if (valid) {
if (formName == "form") {
......
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