|
@@ -120,10 +120,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <!-- 授权码 -->
|
|
|
+ <!-- 财务核销码 -->
|
|
|
<div class="az" v-if="SendInfoValue.isVerification == 1">
|
|
|
- <van-field style="font-size: 16px;" v-model="authorization" name="authorization" label="授权码"
|
|
|
- placeholder="请输入授权码" />
|
|
|
+ <van-field style="font-size: 16px;" v-model="authorization" name="authorization" label="财务核销码"
|
|
|
+ placeholder="请输入财务核销码" />
|
|
|
<img @click="vxSearchIcon" src="../assets/images/sm.png" alt="">
|
|
|
</div>
|
|
|
|
|
@@ -210,7 +210,7 @@ export default {
|
|
|
elvenPhone: '',//收件人输入的手机号
|
|
|
pattern: /^\d{11}$/,
|
|
|
SendInfoValue: {},//寄件人信息
|
|
|
- authorization: '',//授权码
|
|
|
+ authorization: '',//财务核销码
|
|
|
getPrintersList: [],//打印机获取数据
|
|
|
printerShow: false,//打印机出现
|
|
|
printerName: '',//选中的打印机名称
|
|
@@ -287,7 +287,7 @@ export default {
|
|
|
|
|
|
},
|
|
|
|
|
|
- // 授权码哦icon扫描
|
|
|
+ // 财务核销码哦icon扫描
|
|
|
async vxSearchIcon() {
|
|
|
const res = await getWxConfig({})
|
|
|
//发送成功
|
|
@@ -421,7 +421,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
if (this.authorization == '' & this.SendInfoValue.isVerification == 1) {
|
|
|
- Toast('请填写授权码')
|
|
|
+ Toast('请填写财务核销码')
|
|
|
return
|
|
|
}
|
|
|
let payWay = ''
|
|
@@ -510,7 +510,7 @@ export default {
|
|
|
phone: this.SendInfoValue.phone,//寄件人手机号
|
|
|
addresseeName: this.transmitMessageVlaue.addresseeName,//寄件人姓名
|
|
|
addresseePhone: this.transmitMessageVlaue.addresseePhone,//收件人手机号
|
|
|
- verificationCode: this.authorization, //授权码
|
|
|
+ verificationCode: this.authorization, //财务核销码
|
|
|
printId: e.id
|
|
|
}
|
|
|
const res = await saveMailDo({ ...parmas })
|