xiaozhiyong 1 year ago
parent 23c2f5cf91
commit e3b34cdf26
  1. 44
      BagStation/orderInvoicing/orderInvoicing.vue

@ -4,12 +4,12 @@
<block slot="backText">返回</block>
<block slot="content">申请开发票</block>
</cu-custom>
<view class="bg-main-oil padding-bottom-xl padding">
<!-- <view class="bg-main-oil padding-bottom-xl padding">
<view class="ext-center text-lg padding-sm ">
开票金额 {{realAmount}}
</view>
</view>
<view
</view> -->
<!-- <view
class="text-center shadow radius move-top bg-gray margin margin-top-0 margin-bottom-sm bg-white text-bold text-xl padding-lg">
<view class="Invoicing-header">
<view class="Invoicing-header-text text-df">
@ -61,8 +61,8 @@
v-model="Invoicing.remark"></input>
</uni-forms-item>
</uni-forms>
</view>
<view class="text-center shadow radius margin bg-white text-bold text-xl padding-lg">
</view> -->
<!-- <view class="text-center shadow radius margin bg-white text-bold text-xl padding-lg">
<view class="Invoicing-header">
<view class="Invoicing-header-text text-df">
接收信息
@ -79,10 +79,11 @@
请仔细核验邮箱号是否正确
</view>
</uni-forms>
</view>
</view> -->
<view class="btn-box">
<view class="tip">功能暂时维护 详情请咨询客服电话<text style="color: #00BFFF;"
@click="arouse('13296360386')">13296360386</text></view>
<view class="tip">功能暂时维护 详情请咨询客服电话</view>
<view>白天上午8点-下午18点客服电话<text style="color: #00BFFF;" @click="arouse('13296360386')">13296360386</text></view>
<view>夜间下午18点-次日8点客服电话<text style="color: #00BFFF;" @click="arouse('15653644882')">15653644882</text></view>
<!-- <view class="cu-btn width-50 text-lg height-80 padding text-center" @tap="backtodetail">
取消
</view>
@ -376,12 +377,7 @@
</script>
<style>
.tip {
width: 100%;
text-align: center;
height: 80rpx;
color: red;
}
.notice {
position: relative;
@ -453,9 +449,23 @@
}
.btn-box {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 50%;
/* display: flex; */
/* justify-content: flex-start; */
/* align-items: center; */
}
.tip {
margin-bottom: 10rpx;
width: 100%;
text-align: center;
color: red;
font-size: 35rpx;
}
.btn-box > view {
margin-top: 20rpx;
text-align: center;
}
.Invoicing-header {

Loading…
Cancel
Save