正在显示
6 个修改的文件
包含
9 行增加
和
8 行删除
| ... | ... | @@ -1140,7 +1140,7 @@ Page({ |
| 1140 | 1140 | |
| 1141 | 1141 | newdata.total_amount = parseFloat(formdata.total_amount) |
| 1142 | 1142 | newdata.amount_by_person = parseFloat(formdata.amount_by_person) |
| 1143 | - newdata.id_card_type = this.data.cardtypeData.selected | |
| 1143 | + newdata.id_card_type = '1'//this.data.cardtypeData.selected | |
| 1144 | 1144 | newdata.relationship = this.data.taxperson_relativeData.selected |
| 1145 | 1145 | newdata.patient_birthday = this.data.commonbirthDate.datelong |
| 1146 | 1146 | newdata.patient_nation = "中国" | ... | ... |
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | <scroll-view style='margin-bottom:40rpx'> |
| 4 | 4 | <view style='padding:0rpx 30rpx 30rpx 30rpx;background:#ffffff'> |
| 5 | 5 | <view> |
| 6 | - <text class='text_gray_32'>{{choosed_date}}</text> | |
| 6 | + <text class='text_blue_32'>{{choosed_date}}</text> | |
| 7 | 7 | <view class='float_right'> |
| 8 | 8 | <image class='arrow_wrap' src='/images/arrow_right.png'></image> |
| 9 | 9 | </view> | ... | ... |
| ... | ... | @@ -100,7 +100,7 @@ |
| 100 | 100 | <!-- <text class='text_333_28 float_right'>{{card_number}}</text> --> |
| 101 | 101 | <!-- <input class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'&&card_number?card_number:'请输入证照号码'}}" placeholder-class='text_999_28' name='id_card_no' maxlength='24' disabled="{{taxInfo.certification_status=='active'}}"></input> --> |
| 102 | 102 | <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input> |
| 103 | - <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> | |
| 103 | + <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> | |
| 104 | 104 | </view> |
| 105 | 105 | </view> |
| 106 | 106 | ... | ... |
| ... | ... | @@ -160,10 +160,11 @@ Page({ |
| 160 | 160 | wx.navigateTo({ |
| 161 | 161 | url: 'addinfo/addinfo?id=' + e.currentTarget.id, |
| 162 | 162 | }) |
| 163 | + }else { | |
| 164 | + wx.navigateTo({ | |
| 165 | + url: 'editinfo/editinfo?id=' + e.currentTarget.id, | |
| 166 | + }) | |
| 163 | 167 | } |
| 164 | - wx.navigateTo({ | |
| 165 | - url: 'editinfo/editinfo?id=' + e.currentTarget.id, | |
| 166 | - }) | |
| 167 | 168 | }, |
| 168 | 169 | |
| 169 | 170 | /** | ... | ... |
请
注册
或
登录
后发表评论