提交 0c3f51af8aaa7d6a28fe2c256f9c51bb74d853d8

作者 wangyu
1 个父辈 772cc9d3

优化

@@ -95,7 +95,8 @@ Page({ @@ -95,7 +95,8 @@ Page({
95 cur_status: housestatus, 95 cur_status: housestatus,
96 house_type: housetype, 96 house_type: housetype,
97 legal_entity_id: options.legal_entity_id, 97 legal_entity_id: options.legal_entity_id,
98 - legal_entity: options.legal_entity 98 + legal_entity: options.legal_entity,
  99 + selected_reduceindex: options.status =='medical_fund'?1:0
99 }) 100 })
100 wx.setNavigationBarTitle({ 101 wx.setNavigationBarTitle({
101 "title": that.data.additiontitle[this.data.cur_status], 102 "title": that.data.additiontitle[this.data.cur_status],
@@ -175,6 +176,7 @@ Page({ @@ -175,6 +176,7 @@ Page({
175 wx.navigateTo({ 176 wx.navigateTo({
176 url: '../adddupporters/adddupporters?id=' + this.data.additionInfo[0].id, 177 url: '../adddupporters/adddupporters?id=' + this.data.additionInfo[0].id,
177 }) 178 })
  179 +
178 }, 180 },
179 181
180 // lookimg: function() { //查看材料 182 // lookimg: function() { //查看材料
@@ -3,7 +3,12 @@ @@ -3,7 +3,12 @@
3 <view style='width:100%;height:100%;background:#FCFCFC;'> 3 <view style='width:100%;height:100%;background:#FCFCFC;'>
4 <view style='display:flex;flex-direction:column;margin-bottom:140rpx;'> 4 <view style='display:flex;flex-direction:column;margin-bottom:140rpx;'>
5 <image class='openmodal_img' src="/images/openmodal_img.png" bindtap='showModalImg'></image> 5 <image class='openmodal_img' src="/images/openmodal_img.png" bindtap='showModalImg'></image>
6 - <view style='height:100rpx;padding:0 30rpx;background:#FFF' bindtap='showModalReducetype' hidden="{{cur_status=='continuing_education'}}"> 6 +
  7 + <view style='height:100rpx;padding:0 30rpx;background:#FFF' wx:if="{{cur_status=='medical_fund'}}">
  8 + <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
  9 + <text class='text_999_30 float_right' style='line-height:100rpx'>年度</text>
  10 + </view>
  11 + <view style='height:100rpx;padding:0 30rpx;background:#FFF' bindtap='showModalReducetype' wx:elif="{{cur_status!='continuing_education'}}">
7 <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text> 12 <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
8 <image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image> 13 <image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image>
9 <text class='text_999_30 float_right' style='line-height:100rpx'>{{reducetypeData[selected_reduceindex]}}</text> 14 <text class='text_999_30 float_right' style='line-height:100rpx'>{{reducetypeData[selected_reduceindex]}}</text>
@@ -259,7 +264,7 @@ @@ -259,7 +264,7 @@
259 </view> 264 </view>
260 <view style='height:70rpx'> 265 <view style='height:70rpx'>
261 <text class='text_999_28 ' style='line-height:70rpx'>病人出生日期:</text> 266 <text class='text_999_28 ' style='line-height:70rpx'>病人出生日期:</text>
262 - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{}}</text> 267 + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.patient_birthday}}</text>
263 </view> 268 </view>
264 <view style='height:70rpx'> 269 <view style='height:70rpx'>
265 <text class='text_999_28 ' style='line-height:70rpx'>病人国籍:</text> 270 <text class='text_999_28 ' style='line-height:70rpx'>病人国籍:</text>
注册登录 后发表评论