增加详情中的创建时间
This commit is contained in:
@@ -210,5 +210,7 @@ export default {
|
|||||||
monthssearch(data) { //根据月份查询
|
monthssearch(data) { //根据月份查询
|
||||||
return uni.api.post("hfive/monthssearch", data);
|
return uni.api.post("hfive/monthssearch", data);
|
||||||
},
|
},
|
||||||
|
researhqrcode(data) { //查询人脸认证结果
|
||||||
|
return uni.api.post("hfive/researhqrcode", data);
|
||||||
|
},
|
||||||
}
|
}
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view v-if="textshow == '人脸'"
|
<view v-if="textshow == '人脸'"
|
||||||
style="padding:10rpx 0; text-align: center; margin: 32rpx auto 0rpx auto; background: #1989fa; width: 200rpx;color: #fff; border-radius: 30rpx;"
|
style="padding:10rpx 0; text-align: center; margin: 32rpx auto 0rpx auto; background: #1989fa; width: 200rpx;color: #fff; border-radius: 30rpx;"
|
||||||
@click="reset">
|
@click="clicktextshow(loginid,textshow)">
|
||||||
已认证
|
已认证
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
<text class="addshowboxinputtext">*办税人姓名</text>
|
<text class="addshowboxinputtext">*办税人姓名</text>
|
||||||
<view class="addshowboxinput_inp">
|
<view class="addshowboxinput_inp">
|
||||||
<input type="text" placeholder="请输入" v-model="addform.taxname" />
|
<input type="text" placeholder="请输入" v-model="addform.taxname" />
|
||||||
</view>w
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="addshowboxinput flex-colum-start">
|
<view class="addshowboxinput flex-colum-start">
|
||||||
<text class="addshowboxinputtext">*办税人手机号码</text>
|
<text class="addshowboxinputtext">*办税人手机号码</text>
|
||||||
@@ -503,14 +503,18 @@
|
|||||||
},
|
},
|
||||||
// 重置
|
// 重置
|
||||||
reset() {
|
reset() {
|
||||||
this.form = {
|
// this.form = {
|
||||||
user_name: '',
|
// user_name: '',
|
||||||
time: "",
|
// time: "",
|
||||||
page: 1,
|
// page: 1,
|
||||||
type: '-1',
|
// type: '-1',
|
||||||
status: 'loadmore',
|
// status: 'loadmore',
|
||||||
list: []
|
// }
|
||||||
}
|
this.form.user_name = ''
|
||||||
|
this.form.time = ''
|
||||||
|
this.form.page = 1
|
||||||
|
this.form.type = '-1'
|
||||||
|
this.form.status = 'loadmore'
|
||||||
this.textshow = ''
|
this.textshow = ''
|
||||||
this.loginid = ''
|
this.loginid = ''
|
||||||
this.codelang = ''
|
this.codelang = ''
|
||||||
@@ -519,6 +523,22 @@
|
|||||||
this.canvasshow = false
|
this.canvasshow = false
|
||||||
this.newissuedbyliststatus()
|
this.newissuedbyliststatus()
|
||||||
},
|
},
|
||||||
|
//查询人脸认证结果 其他没有
|
||||||
|
async clicktextshow(loginid, textshow) {
|
||||||
|
if (textshow == '人脸') {
|
||||||
|
let res = await this.api.researhqrcode({
|
||||||
|
id: this.loginid
|
||||||
|
})
|
||||||
|
this.canvasshow = false
|
||||||
|
uni.showToast({
|
||||||
|
title: res.message || res.msg,
|
||||||
|
icon: "none",
|
||||||
|
})
|
||||||
|
setTimeout(()=>{
|
||||||
|
this.reset()
|
||||||
|
},1000)
|
||||||
|
}
|
||||||
|
},
|
||||||
// 列表
|
// 列表
|
||||||
async newissuedbyliststatus() {
|
async newissuedbyliststatus() {
|
||||||
this.form.status = 'loading';
|
this.form.status = 'loading';
|
||||||
|
|||||||
@@ -44,10 +44,14 @@
|
|||||||
<text class="classvie_itemone">手机号:</text>
|
<text class="classvie_itemone">手机号:</text>
|
||||||
<text class="classvie_itemtow">{{ datalsit.mobile }}</text>
|
<text class="classvie_itemtow">{{ datalsit.mobile }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="classvie_item flex-start">
|
<view class="classvie_item flex-start" v-if="datalsit.createtime">
|
||||||
<text class="classvie_itemone">开票时间:</text>
|
<text class="classvie_itemone">创建时间:</text>
|
||||||
<text class="classvie_itemtow">{{ datalsit.createtime }}</text>
|
<text class="classvie_itemtow">{{ datalsit.createtime }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="classvie_item flex-start" v-if="datalsit.kprq">
|
||||||
|
<text class="classvie_itemone">开票时间:</text>
|
||||||
|
<text class="classvie_itemtow">{{ datalsit.kprq }}</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -54,9 +54,13 @@
|
|||||||
<text class="classvie_itemone">手机号:</text>
|
<text class="classvie_itemone">手机号:</text>
|
||||||
<text class="classvie_itemtow">{{ datalsit.mobile }}</text>
|
<text class="classvie_itemtow">{{ datalsit.mobile }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="classvie_item flex-start">
|
<view class="classvie_item flex-start" v-if="datalsit.createtime">
|
||||||
|
<text class="classvie_itemone">创建时间:</text>
|
||||||
|
<text class="classvie_itemtow">{{ datalsit.createtime }}</text>
|
||||||
|
</view>
|
||||||
|
<view class="classvie_item flex-start" v-if="datalsit.kprq">
|
||||||
<text class="classvie_itemone">开票时间:</text>
|
<text class="classvie_itemone">开票时间:</text>
|
||||||
<text class="classvie_itemtow">{{datalsit.createtime}}</text>
|
<text class="classvie_itemtow">{{ datalsit.kprq }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="content_boxt_tow" v-if="datalsit.url">
|
<view class="content_boxt_tow" v-if="datalsit.url">
|
||||||
@@ -124,9 +128,9 @@
|
|||||||
// 调用绘制方法将二维码图案绘制到canvas上
|
// 调用绘制方法将二维码图案绘制到canvas上
|
||||||
qr.drawCanvas();
|
qr.drawCanvas();
|
||||||
} else {
|
} else {
|
||||||
setTimeout(()=>{
|
setTimeout(() => {
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
},1000)
|
}, 1000)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
savealbum(e) {
|
savealbum(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user