|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
<el-dialog v-model="invoiceFlag1" @close="clearForm" center="true" :show-close="true" align-center :title="texts">
|
|
|
- <div style="margin-bottom: 5px">
|
|
|
- <text style="margin-right: 10px">发票开具:</text>
|
|
|
- <el-radio-group @change="change1" v-model="paper_type1" class="ml-46">
|
|
|
- <el-radio label="1" size="large">电子发票</el-radio>
|
|
|
- <el-radio label="2" size="large">纸质发票</el-radio>
|
|
|
- </el-radio-group>
|
|
|
- </div>
|
|
|
+<!-- <div style="margin-bottom: 5px">-->
|
|
|
+<!-- <text style="margin-right: 10px">发票开具:</text>-->
|
|
|
+<!-- <el-radio-group @change="change1" v-model="paper_type1" class="ml-46">-->
|
|
|
+<!-- <el-radio label="1" size="large">电子发票</el-radio>-->
|
|
|
+<!-- <el-radio label="2" size="large">纸质发票</el-radio>-->
|
|
|
+<!-- </el-radio-group>-->
|
|
|
+<!-- </div>-->
|
|
|
<div style="margin-bottom: 5px">
|
|
|
<text style="margin-right: 10px">发票类型:</text>
|
|
|
<el-radio-group @change="changes()" v-model="self_type1" class="ml-4">
|
|
@@ -81,7 +81,7 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="bankName">
|
|
|
- <span>单位名称:</span>
|
|
|
+ <span>开户银行:</span>
|
|
|
<el-input
|
|
|
style="margin-left:50px;width: 300px"
|
|
|
placeholder="开户银行"
|
|
@@ -270,7 +270,7 @@
|
|
|
|
|
|
<el-dialog class="address" :show-close="true" center v-model="invoiceFlag" title="选择发票信息">
|
|
|
<div class="address submit-lable" @click="addInvoice"
|
|
|
- style="margin-left: 30px;color: #4171B3;position: absolute;right: 140px;top: 25px;font-size: 16px;cursor: pointer">
|
|
|
+ style="margin-left: 30px;color: #4171B3;position: absolute;right: 140px;top: 25px;font-size: 14px;cursor: pointer">
|
|
|
新增
|
|
|
</div>
|
|
|
<div style="display: flex;justify-content: center">
|
|
@@ -291,39 +291,39 @@
|
|
|
</div>
|
|
|
<div class="user-info" style="width: 400px;flex: 1;justify-content: flex-start">
|
|
|
<text v-if="item.tax.self_type==1 && item.tax.u_type==2">
|
|
|
- 专票:
|
|
|
- <text v-if="item.tax.open_name">
|
|
|
- 发票抬头:{{item.tax.open_name}}
|
|
|
- </text>
|
|
|
- <text v-if="item.tax.tax_no">
|
|
|
- 税号:{{item.tax.tax_no}}
|
|
|
+ 专票/
|
|
|
+ <text v-if="item.tax.com_name">
|
|
|
+ {{item.tax.com_name}}
|
|
|
</text>
|
|
|
+<!-- <text v-if="item.tax.tax_no">-->
|
|
|
+<!-- 税号:{{item.tax.tax_no}}-->
|
|
|
+<!-- </text>-->
|
|
|
<!-- <text v-if="item.tax.bank_name">
|
|
|
开户行:{{item.tax.bank_name}}
|
|
|
</text> -->
|
|
|
|
|
|
</text>
|
|
|
- <text v-if="item.tax.u_type==1">
|
|
|
- 个人{{item.tax.self_type==1?'专票':'普票'}}
|
|
|
+ <text v-if="item.tax.u_type==1 && item.tax.u_type==1">
|
|
|
+ 个人{{item.tax.self_type==1?'专票':'普票'}}/
|
|
|
<text>
|
|
|
- 姓名:{{item.tax.name}}
|
|
|
+ {{item.tax.name}}
|
|
|
</text>
|
|
|
</text>
|
|
|
- <text v-if="item.tax.self_type==2">
|
|
|
-<!-- 普票:-->
|
|
|
- <text v-if="item.tax.open_name">
|
|
|
- 发票抬头:{{item.tax.open_name}}
|
|
|
- </text>
|
|
|
- <text v-if="item.tax.tax_no">
|
|
|
- 税号:{{item.tax.tax_no}}
|
|
|
+ <text v-if="item.tax.self_type==2 && item.tax.u_type==2">
|
|
|
+ 普票/
|
|
|
+ <text v-if="item.tax.com_name">
|
|
|
+ {{item.tax.com_name}}
|
|
|
</text>
|
|
|
+<!-- <text v-if="item.tax.tax_no">-->
|
|
|
+<!-- 税号:{{item.tax.tax_no}}-->
|
|
|
+<!-- </text>-->
|
|
|
<!-- <text v-if="item.tax.bank_name">
|
|
|
开户行:{{item.tax.bank_name}}
|
|
|
</text> -->
|
|
|
|
|
|
</text>
|
|
|
</div>
|
|
|
- <div style="font-size: 16px;color: #4171B3">
|
|
|
+ <div style="font-size: 14px;color: #4171B3">
|
|
|
<span @click.stop="update_fp(item.id)">修改</span>
|
|
|
<span @click.stop="deletes(item.id)" style="margin-left: 10px;">删除</span>
|
|
|
<span @click.stop="update_fp_s(item,index)" style="margin-left: 10px;">设为默认</span>
|
|
@@ -392,7 +392,7 @@
|
|
|
</el-dialog>
|
|
|
<el-dialog class="address" :show-close="true" center v-model="addressSel" title="选择地址" style="position: relative">
|
|
|
<div class="address submit-lable" @click="addressFlags=true"
|
|
|
- style="margin-left: 30px;color: #4171B3;position: absolute;right: 140px;top: 25px;font-size: 16px;cursor: pointer">
|
|
|
+ style="margin-left: 30px;color: #4171B3;position: absolute;right: 140px;top: 25px;font-size: 14px;cursor: pointer">
|
|
|
新增
|
|
|
</div>
|
|
|
|
|
@@ -414,7 +414,7 @@
|
|
|
|
|
|
</text>
|
|
|
</div>
|
|
|
- <div style="font-size: 16px;color: #4171B3">
|
|
|
+ <div style="font-size: 14px;color: #4171B3">
|
|
|
<span @click.stop="update(item)">修改</span>
|
|
|
<span @click.stop="dels(item.id)" style="margin-left: 10px;">删除</span>
|
|
|
<span @click.stop="updateAddress(item)" style="margin-left: 10px;">设为默认</span>
|
|
@@ -468,32 +468,34 @@
|
|
|
选择/新增
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="submit-view" style="position: relative;margin-top: 30px">
|
|
|
+ <div class="submit-view" style="position: relative;margin-top: 30px;height: 20px;padding-bottom: 10px">
|
|
|
<div class="submit-name" style="position: absolute;top: 8px">发票开具:</div>
|
|
|
+ <div class="" v-if="invoiceIndex==2" style="margin: 8px 0 0 90px;font-size: 14px;color: #333">不需要</div>
|
|
|
<div class="address-right" style="right: 0;top: 10px" @click="invoiceFlag=true">
|
|
|
选择/新增
|
|
|
</div>
|
|
|
-
|
|
|
-<!-- <div class="submit-button" @click="invoideTexts(0)">填充上次开票信息</div>-->
|
|
|
-<!-- <div class="check" @click="invoiceFlag=true">查看信息</div>-->
|
|
|
</div>
|
|
|
- <div class="invoice-contents" style="margin-top: -20px;position: relative" v-if="invoiceFlags">
|
|
|
+ <div class="invoice-contents" style="margin-top: -40px;position: relative" v-if="invoiceFlags &&invoiceIndex!=2">
|
|
|
<div v-if="checkText1" style="position: absolute;color: #fff;background-color: #dcdfe6;left:0;top:0;margin:-15px 0 0 -20px;border-radius: 12px;width: 45px;text-align: center;height: 20px;line-height: 20px;font-size: 14px;
|
|
|
" >默认</div>
|
|
|
<div class="flex-s">
|
|
|
<!-- <div style="color: #333">发票信息</div>-->
|
|
|
<!-- <div style="color: #4171B3" @click="updates">修改</div>-->
|
|
|
</div>
|
|
|
- <div class="flex-content" v-if="typeIndex==1">
|
|
|
+
|
|
|
+ <div class="flex-content" v-if="typeIndex==1 && invoiceIndex!=2">
|
|
|
<div class="divs">
|
|
|
<div>{{FormState.name}}/</div>
|
|
|
</div>
|
|
|
<div class="divs">
|
|
|
-<!-- <div>身份证号码:</div>-->
|
|
|
<div>{{FormState.id}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="flex-content" v-if="typeIndex==0 && sourceIndex==1">
|
|
|
+ <div class="flex-content" v-if="typeIndex==0 && sourceIndex==1 && invoiceIndex!=2">
|
|
|
+ <div class="divs" v-if="invoiceIndex!=2">
|
|
|
+ <!-- <div>单位名称:</div>-->
|
|
|
+ <div>{{invoiceIndex==0?'电子发票':'纸质发票'}}/</div>
|
|
|
+ </div>
|
|
|
<div class="divs">
|
|
|
<!-- <div>单位名称:</div>-->
|
|
|
<div>{{FormState.comName}}/</div>
|
|
@@ -503,7 +505,7 @@
|
|
|
<div>{{FormState.cardNumber}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="flex-content" v-if="typeIndex==0 && sourceIndex==0">
|
|
|
+ <div class="flex-content" v-if="typeIndex==0 && sourceIndex==0 && invoiceIndex!=2">
|
|
|
<div class="divs" v-if="invoiceIndex!=2">
|
|
|
<!-- <div>单位名称:</div>-->
|
|
|
<div>{{invoiceIndex==0?'电子发票':'纸质发票'}}/</div>
|
|
@@ -1180,6 +1182,11 @@ const invoiceLists=()=>{
|
|
|
}
|
|
|
// res.data.data[0].check=true;
|
|
|
invoiceList.arr=res.data.data
|
|
|
+ }else if(res.data.data==''){
|
|
|
+ invoiceList.arr=''
|
|
|
+ clearIndex();
|
|
|
+ checkText1.value=false;
|
|
|
+ invoiceFlags.value=false
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -1735,7 +1742,7 @@ isLogin()
|
|
|
color:#4171B3;
|
|
|
}
|
|
|
.user-info text{
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
.boxs{
|
|
|
//border-radius: 2px;
|
|
@@ -1831,16 +1838,18 @@ isLogin()
|
|
|
}
|
|
|
.invoice-contents{
|
|
|
border: 1px solid #CECECE;
|
|
|
- padding: 10px 20px 0 20px;
|
|
|
- max-width:400px;
|
|
|
- margin-left: 90px;
|
|
|
+ //max-width:500px;
|
|
|
+ width: fit-content;
|
|
|
+ //margin-left: 100px;
|
|
|
+ left: 0;
|
|
|
+ margin-left: 5.68rem;
|
|
|
.flex-content{
|
|
|
color: #999;
|
|
|
- padding: 5px 10px 5px 0;
|
|
|
+ padding: 9px 10px 9px 10px;
|
|
|
display: flex;
|
|
|
.divs{
|
|
|
display: flex;
|
|
|
- padding-bottom: 10px;
|
|
|
+ //padding-bottom: 10px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
}
|