|
@@ -0,0 +1,220 @@
|
|
|
+<template>
|
|
|
+ <view>
|
|
|
+ <u-navbar title="发票详情" title-color="#101010" ></u-navbar>
|
|
|
+ <view class="background">
|
|
|
+ <view class="recharge-details">
|
|
|
+ <view class="headline">
|
|
|
+ 发票金额(元)
|
|
|
+ </view>
|
|
|
+ <view class="sum">
|
|
|
+ 1000.00
|
|
|
+ </view>
|
|
|
+ <view class="state">
|
|
|
+ 开票中
|
|
|
+ </view>
|
|
|
+ <view class="details">
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 开票项目
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ 2024年1月扣费发票
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 发票类型
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ 企业单位
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 发票抬头
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ 联通公司
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 公司税号
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ Y8521425210
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 手机号码
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ 15100001111
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 身份证号
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+
|
|
|
+ 420400200001011010
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="details">
|
|
|
+
|
|
|
+
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 申请单号
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ T20230816112557708460925
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 申请时间
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ 2023-08-20 10:29:00
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <view class="item-title">
|
|
|
+ 开票时间
|
|
|
+ </view>
|
|
|
+ <view class="item-value">
|
|
|
+ 2023-08-20 10:29:00
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- 查看 -->
|
|
|
+ <button class="check">查看电子发票</button>
|
|
|
+ <!-- 返回 -->
|
|
|
+ <button class="back">返回</button>
|
|
|
+ </view>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+ export default {
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="scss" scoped>
|
|
|
+ .background{
|
|
|
+ position: relative;
|
|
|
+ height: 200px;
|
|
|
+ background: linear-gradient(180deg, rgba(203,234,255,1) 0%,rgba(203,234,255,0) 100%);
|
|
|
+ .recharge-details{
|
|
|
+ position: absolute;
|
|
|
+ top: 24rpx;
|
|
|
+ left: 32rpx;
|
|
|
+ right: 32rpx;
|
|
|
+ background-color: #fff;
|
|
|
+ border-radius: 8px;
|
|
|
+ padding: 40rpx 32rpx;
|
|
|
+ text-align: center;
|
|
|
+ .headline{
|
|
|
+ color: rgb(16,16,16);
|
|
|
+ font-size: 36rpx;
|
|
|
+
|
|
|
+ }
|
|
|
+ .sum{
|
|
|
+ color: rgb(16,16,16);
|
|
|
+ font-size: 48rpx;
|
|
|
+ margin-top: 32rpx;
|
|
|
+
|
|
|
+ }
|
|
|
+ .state{
|
|
|
+ color: rgba(255,123,0,1);
|
|
|
+ margin-top: 8rpx;
|
|
|
+ }
|
|
|
+ .details{
|
|
|
+ margin-top: 40rpx;
|
|
|
+ padding-top: 40rpx;
|
|
|
+ border-top: 1px solid rgba(241,241,241,1);
|
|
|
+ .item{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-bottom:16rpx;
|
|
|
+ .item-title{
|
|
|
+ color: rgb(119,119,119);
|
|
|
+ }
|
|
|
+ .item-value{
|
|
|
+ color: rgb(48,48,48);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ // 返回
|
|
|
+ .back{
|
|
|
+ border: 1px solid rgba(205,205,205,1);
|
|
|
+ line-height: 88rpx;
|
|
|
+ border-radius: 8px;
|
|
|
+ background-color: rgba(255,255,255,1);
|
|
|
+ color: rgba(119,119,119,1);
|
|
|
+ font-size: 32rpx;
|
|
|
+ position: absolute;
|
|
|
+ top: 1132rpx;
|
|
|
+ left: 32rpx;
|
|
|
+ right: 32rpx;
|
|
|
+ }
|
|
|
+ // 查看
|
|
|
+ .check{
|
|
|
+
|
|
|
+ line-height: 88rpx;
|
|
|
+ border-radius: 8px;
|
|
|
+ background-color: rgba(22,119,255,1);
|
|
|
+ color: rgba(255,255,255,1);
|
|
|
+ font-size: 32rpx;
|
|
|
+ position: absolute;
|
|
|
+ top: 1020rpx;
|
|
|
+ left: 32rpx;
|
|
|
+ right: 32rpx;
|
|
|
+ }
|
|
|
+</style>
|