Commit 1ba07295 by liuquan

U:取消开具企业发票

parent f276eff2
...@@ -29,9 +29,9 @@ Page({ ...@@ -29,9 +29,9 @@ Page({
data.openid = wx.getStorageSync('data').openid; data.openid = wx.getStorageSync('data').openid;
Service.getInvoiceInfo(data).then((res)=>{ Service.getInvoiceInfo(data).then((res)=>{
if (res.data != null) { if (res.data != null) {
let qy = res.data.qy_type == 0 ? true : false // let qy = res.data.qy_type == 0 ? true : false
that.setData({ that.setData({
qy: qy, // qy: qy,
tickValue: res.data.ghdwmc, tickValue: res.data.ghdwmc,
taxpayerValue: res.data.ghdwsbh, taxpayerValue: res.data.ghdwsbh,
emailValue: res.data.qy_email emailValue: res.data.qy_email
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<view class="box"> <view class="box">
<view class='title'>发票详情</view> <view class='title'>发票详情</view>
<!-- <view class='con'> --> <!-- <view class='con'> -->
<view class='list'> <!-- <view class='list'>
<view>抬头类型</view> <view>抬头类型</view>
<view bindtap='goPer'> <view bindtap='goPer'>
<image src='/images/off.png' style='width:24rpx;height:24rpx;'></image> 企业抬头 <image src='/images/off.png' style='width:24rpx;height:24rpx;'></image> 企业抬头
...@@ -91,10 +91,16 @@ ...@@ -91,10 +91,16 @@
<image src='/images/on2x.png' style='width:24rpx;height:24rpx;'></image> 个人/非企业单位 <image src='/images/on2x.png' style='width:24rpx;height:24rpx;'></image> 个人/非企业单位
</view> </view>
<view class='line'></view> <view class='line'></view>
</view> </view> -->
<!-- </view> --> <!-- </view> -->
<view class='inp'> <view class='inp'>
<view class="partyone"> <view class="partyone">
<view class="title1">抬头类型</view>
<view>个人/非企业单位</view>
</view>
</view>
<view class='inp'>
<view class="partyone">
<view class="title1">发票抬头</view> <view class="title1">发票抬头</view>
<input type='text' placeholder="请输入个人或单位名称" bindinput="partyone" value="{{tickValue}}"></input> <input type='text' placeholder="请输入个人或单位名称" bindinput="partyone" value="{{tickValue}}"></input>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment