Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
XDJK
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wechatminiprogram
XDJK
Commits
1ba07295
Commit
1ba07295
authored
Jan 28, 2021
by
liuquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
U:取消开具企业发票
parent
f276eff2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
packageB/invoiceInfo/invoiceInfo.js
+2
-2
packageB/invoiceInfo/invoiceInfo.wxml
+8
-2
No files found.
packageB/invoiceInfo/invoiceInfo.js
View file @
1ba07295
...
...
@@ -29,9 +29,9 @@ Page({
data
.
openid
=
wx
.
getStorageSync
(
'data'
).
openid
;
Service
.
getInvoiceInfo
(
data
).
then
((
res
)
=>
{
if
(
res
.
data
!=
null
)
{
let
qy
=
res
.
data
.
qy_type
==
0
?
true
:
false
//
let qy = res.data.qy_type == 0 ? true : false
that
.
setData
({
qy
:
qy
,
//
qy: qy,
tickValue
:
res
.
data
.
ghdwmc
,
taxpayerValue
:
res
.
data
.
ghdwsbh
,
emailValue
:
res
.
data
.
qy_email
...
...
packageB/invoiceInfo/invoiceInfo.wxml
View file @
1ba07295
...
...
@@ -82,7 +82,7 @@
<view class="box">
<view class='title'>发票详情</view>
<!-- <view class='con'> -->
<view class='list'>
<
!-- <
view class='list'>
<view>抬头类型</view>
<view bindtap='goPer'>
<image src='/images/off.png' style='width:24rpx;height:24rpx;'></image> 企业抬头
...
...
@@ -91,10 +91,16 @@
<image src='/images/on2x.png' style='width:24rpx;height:24rpx;'></image> 个人/非企业单位
</view>
<view class='line'></view>
</view>
</view>
-->
<!-- </view> -->
<view class='inp'>
<view class="partyone">
<view class="title1">抬头类型</view>
<view>个人/非企业单位</view>
</view>
</view>
<view class='inp'>
<view class="partyone">
<view class="title1">发票抬头</view>
<input type='text' placeholder="请输入个人或单位名称" bindinput="partyone" value="{{tickValue}}"></input>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment