正在显示
4 个修改的文件
包含
28 行增加
和
15 行删除
@@ -158,21 +158,29 @@ | @@ -158,21 +158,29 @@ | ||
158 | <text class='text_left'>出租方名称</text> | 158 | <text class='text_left'>出租方名称</text> |
159 | <text class='text_right_333'>{{datas.owner_name}}</text> | 159 | <text class='text_right_333'>{{datas.owner_name}}</text> |
160 | </view> | 160 | </view> |
161 | - <view style='height:90rpx;width:100%;clear:both;'> | 161 | + <!-- <view style='height:90rpx;width:100%;clear:both;'> |
162 | <view style='height:90rpx;float:left;display:flex;flex-direction:column'> | 162 | <view style='height:90rpx;float:left;display:flex;flex-direction:column'> |
163 | <text style='font-size: 15px;color: #777777;line-height:90rpx;'>出租方纳税人识别号:</text> | 163 | <text style='font-size: 15px;color: #777777;line-height:90rpx;'>出租方纳税人识别号:</text> |
164 | - <!-- <text style='line-height:24rpx;font-size:24rpx;color:#AEAEAE;'>统一社会信用代码</text> --> | ||
165 | </view> | 164 | </view> |
166 | <text class='text_right_333'>{{datas.owner_credit_no}}</text> | 165 | <text class='text_right_333'>{{datas.owner_credit_no}}</text> |
166 | + </view> --> | ||
167 | + <view wx:if="{{datas.owner_type=='个人'}}"> | ||
168 | + <view style='height:90rpx;width:100%;clear:both;'> | ||
169 | + <text class='text_left'>证照类型</text> | ||
170 | + <text class='text_right_333'>{{datas.owner_id_cartd_type=='1'?"居民身份证":datas.owner_id_cartd_type}}</text> | ||
171 | + </view> | ||
172 | + <view style='height:90rpx;width:100%;clear:both;'> | ||
173 | + <text class='text_left'>证照号码</text> | ||
174 | + <text class='text_right_333'>{{datas.owner_id_cartd_no}}</text> | ||
175 | + </view> | ||
167 | </view> | 176 | </view> |
168 | - <view style='height:90rpx;width:100%;clear:both;'> | ||
169 | - <text class='text_left'>证书类型</text> | ||
170 | - <text class='text_right_333'>{{datas.owner_id_cartd_type=='1'?"居民身份证":datas.owner_id_cartd_type}}</text> | ||
171 | - </view> | ||
172 | - <view style='height:90rpx;width:100%;clear:both;'> | ||
173 | - <text class='text_left'>证书号码</text> | ||
174 | - <text class='text_right_333'>{{datas.owner_id_cartd_no}}</text> | 177 | + <view wx:if="{{datas.owner_type=='企业'}}"> |
178 | + <view style='height:90rpx;width:100%;clear:both;'> | ||
179 | + <text class='text_left'>统一社会信用代码</text> | ||
180 | + <text class='text_right_333'>{{datas.owner_id_cartd_no}}</text> | ||
181 | + </view> | ||
175 | </view> | 182 | </view> |
183 | + | ||
176 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> | 184 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
177 | <view style='height:90rpx;width:100%;clear:both;'> | 185 | <view style='height:90rpx;width:100%;clear:both;'> |
178 | <text class='text_left'>租赁房屋坐落地址</text> | 186 | <text class='text_left'>租赁房屋坐落地址</text> |
@@ -182,18 +182,22 @@ | @@ -182,18 +182,22 @@ | ||
182 | <text class='text_999_28 ' style='line-height:70rpx'>被赡养人姓名:</text> | 182 | <text class='text_999_28 ' style='line-height:70rpx'>被赡养人姓名:</text> |
183 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.supported_name}}</text> | 183 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.supported_name}}</text> |
184 | </view> | 184 | </view> |
185 | + <view style='height:70rpx'> | ||
186 | + <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text> | ||
187 | + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.relationship}}</text> | ||
188 | + </view> | ||
185 | <!-- <view style='height:70rpx'> | 189 | <!-- <view style='height:70rpx'> |
186 | <text class='text_999_28 ' style='line-height:70rpx'>分摊比例:</text> | 190 | <text class='text_999_28 ' style='line-height:70rpx'>分摊比例:</text> |
187 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.percent}}%</text> | 191 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.percent}}%</text> |
188 | - </view> --> | ||
189 | - <view style='height:70rpx'> | 192 | + </view> |
193 | + <view style='height:70rpx'> | ||
190 | <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text> | 194 | <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text> |
191 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text> | 195 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text> |
192 | </view> | 196 | </view> |
193 | <view style='height:70rpx'> | 197 | <view style='height:70rpx'> |
194 | <text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text> | 198 | <text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text> |
195 | <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.deduction_amount}}/{{reducetype[item.deduction_type]}}</text> | 199 | <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.deduction_amount}}/{{reducetype[item.deduction_type]}}</text> |
196 | - </view> | 200 | + </view> --> |
197 | <view class='divide_line_f5f5f5'></view> | 201 | <view class='divide_line_f5f5f5'></view> |
198 | <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text> | 202 | <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text> |
199 | <view class='float_right' wx:if="{{item.status=='failed'}}"> | 203 | <view class='float_right' wx:if="{{item.status=='failed'}}"> |
@@ -54,6 +54,7 @@ Page({ | @@ -54,6 +54,7 @@ Page({ | ||
54 | if (res.data.items && res.data.items.length > 0) { | 54 | if (res.data.items && res.data.items.length > 0) { |
55 | that.setData({ | 55 | that.setData({ |
56 | showModal: true, | 56 | showModal: true, |
57 | + com_id: res.data.items[0].id, | ||
57 | comlist: res.data.items | 58 | comlist: res.data.items |
58 | }) | 59 | }) |
59 | } | 60 | } |
@@ -7,12 +7,12 @@ | @@ -7,12 +7,12 @@ | ||
7 | <view style='margin:50rpx 60rpx 0 36rpx;display:flex;flex-direction:row' wx:if="{{item.type=='0'}}"> | 7 | <view style='margin:50rpx 60rpx 0 36rpx;display:flex;flex-direction:row' wx:if="{{item.type=='0'}}"> |
8 | <image style='width:102rpx;height:92rpx' src="/images/icon_robot.png"></image> | 8 | <image style='width:102rpx;height:92rpx' src="/images/icon_robot.png"></image> |
9 | <view class='receive_bg'> | 9 | <view class='receive_bg'> |
10 | - <text class='text_receive_wrap'>{{item.text}}</text> | 10 | + <text class='text_receive_wrap'>{{item.text}}的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升</text> |
11 | </view> | 11 | </view> |
12 | </view> | 12 | </view> |
13 | <view style='margin:50rpx 36rpx 0 60rpx;display:flex;justify-content:flex-end;' wx:if="{{item.type=='1'}}"> | 13 | <view style='margin:50rpx 36rpx 0 60rpx;display:flex;justify-content:flex-end;' wx:if="{{item.type=='1'}}"> |
14 | <view class='send_bg'> | 14 | <view class='send_bg'> |
15 | - <text class='text_send_wrap'>{{item.text}}</text> | 15 | + <text class='text_send_wrap'>{{item.text}}的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升</text> |
16 | </view> | 16 | </view> |
17 | <view style='width:92rpx;height:92rpx;'> | 17 | <view style='width:92rpx;height:92rpx;'> |
18 | <open-data type="userAvatarUrl"></open-data> | 18 | <open-data type="userAvatarUrl"></open-data> |
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | </view> | 21 | </view> |
22 | </scroll-view> | 22 | </scroll-view> |
23 | <view class='bottom_wrap'> | 23 | <view class='bottom_wrap'> |
24 | - <input class='input_wrap' placeholder-class='input_placeholder_wrap' confirm-type="send" bindinput="bindKeyInput" placeholder='请输入您要咨询的问题' value='{{inputValue}}'></input> | 24 | + <input class='input_wrap' placeholder-class='input_placeholder_wrap' bindinput="bindKeyInput" placeholder='请输入您要咨询的问题' value='{{inputValue}}'></input> |
25 | <view class='btn_send_wrap' bindtap='sendMsg'>发送</view> | 25 | <view class='btn_send_wrap' bindtap='sendMsg'>发送</view> |
26 | </view> | 26 | </view> |
27 | </view> | 27 | </view> |
请
注册
或
登录
后发表评论