|
|
|
@ -34,6 +34,9 @@ |
|
|
|
|
<view class="bill-header"> |
|
|
|
|
{{item.header}} |
|
|
|
|
</view> |
|
|
|
|
<view class="bill-header" style="margin-top:18rpx" v-if="item.source==2"> |
|
|
|
|
税号:{{item.duty_no}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<u-icon name="edit-pen" size="30" color="#838383"></u-icon> |
|
|
|
|
</view> |
|
|
|
@ -112,6 +115,9 @@ export default { |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
page{ |
|
|
|
|
background: red; |
|
|
|
|
} |
|
|
|
|
.invoice-btn-box { |
|
|
|
|
width: 100%; |
|
|
|
|
position: fixed; |
|
|
|
@ -119,7 +125,7 @@ export default { |
|
|
|
|
left: 0; |
|
|
|
|
padding: 30rpx 44rpx; |
|
|
|
|
z-index: 8; |
|
|
|
|
background: #F5F5F5; |
|
|
|
|
background: #fafafa; |
|
|
|
|
|
|
|
|
|
.invoice-btn { |
|
|
|
|
height: 104rpx; |
|
|
|
@ -147,6 +153,7 @@ export default { |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: flex-end; |
|
|
|
|
padding: 54rpx 46rpx 64rpx 64rpx; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header-type { |
|
|
|
|