提交 b1509e08f739558d0e250fbd1a35e1499ddc8261

作者 wangyu
1 个父辈 93210ecd

更新状态

@@ -30,7 +30,7 @@ Page({ @@ -30,7 +30,7 @@ Page({
30 formSubmit: function(e) { //提交 30 formSubmit: function(e) { //提交
31 console.log("formSubmit", e); 31 console.log("formSubmit", e);
32 var formdata = e.detail.value 32 var formdata = e.detail.value
33 - if (formdata.total_salary || formdata.total_salary || formdata.remuneration_labor || formdata.author_payment || formdata.special_manage_cost || formdata.other_free_income || formdata.personal_endowment || formdata.personal_medical || formdata.personal_unemployment || formdata.personal_house_fund || formdata.childrens_education || formdata.continuing_education || formdata.housing_loan_interest || formdata.housing_rent || formdata.caring_old_people || formdata.serious_illness_medical || formdata.annuity || formdata.commercial_insurance || formdata.tax_extension || formdata.other_fee || formdata.donation_deducted || formdata.years_bouns || formdata.tax_savings || formdata.accumulated_withholding_tax){ 33 + if (formdata.total_salary || formdata.total_salary || formdata.remuneration_labor || formdata.author_payment || formdata.special_manage_cost || formdata.other_free_income || formdata.personal_endowment || formdata.personal_medical || formdata.personal_unemployment || formdata.personal_house_fund || formdata.childrens_education || formdata.continuing_education || formdata.housing_loan_interest || formdata.housing_rent || formdata.caring_old_people || formdata.serious_illness_medical || formdata.annuity || formdata.commercial_insurance || formdata.tax_extension || formdata.other_fee || formdata.donation_deducted || formdata.year_donation_deducted || formdata.years_bouns || formdata.tax_savings || formdata.accumulated_withholding_tax){
34 this.submitRequest(formdata) 34 this.submitRequest(formdata)
35 }else{ 35 }else{
36 this.showToast("其他收入内容不能为空") 36 this.showToast("其他收入内容不能为空")
@@ -51,7 +51,7 @@ Page({ @@ -51,7 +51,7 @@ Page({
51 "declaring_unit_id":that.data.unit_id, 51 "declaring_unit_id":that.data.unit_id,
52 "item": { 52 "item": {
53 "total_salary": that.parseToFloat(request_data.total_salary), //工资薪金, 53 "total_salary": that.parseToFloat(request_data.total_salary), //工资薪金,
54 - "remuneration_labor": that.parseToFloat(request_data.setData), //劳务报酬, 54 + "remuneration_labor": that.parseToFloat(request_data.remuneration_labor), //劳务报酬,
55 "author_payment": that.parseToFloat(request_data.author_payment), //稿酬, 55 "author_payment": that.parseToFloat(request_data.author_payment), //稿酬,
56 "special_manage_cost": that.parseToFloat(request_data.special_manage_cost), //特许经营权使用费, 56 "special_manage_cost": that.parseToFloat(request_data.special_manage_cost), //特许经营权使用费,
57 "other_free_income": that.parseToFloat(request_data.other_free_income), //其他免税收入, 57 "other_free_income": that.parseToFloat(request_data.other_free_income), //其他免税收入,
@@ -71,9 +71,9 @@ Page({ @@ -71,9 +71,9 @@ Page({
71 "commercial_insurance": that.parseToFloat(request_data.commercial_insurance), //商业健康保险 71 "commercial_insurance": that.parseToFloat(request_data.commercial_insurance), //商业健康保险
72 "tax_extension": that.parseToFloat(request_data.tax_extension), //税延养老保险 72 "tax_extension": that.parseToFloat(request_data.tax_extension), //税延养老保险
73 "other_fee": that.parseToFloat(request_data.other_fee),//其他税前扣除额 73 "other_fee": that.parseToFloat(request_data.other_fee),//其他税前扣除额
74 - "donation_deducted": that.parseToFloat(request_data.donation_deducted), //准予扣除的捐赠 74 + "year_donation_deducted": that.parseToFloat(request_data.year_donation_deducted), //准予扣除的捐赠
75 "years_bouns": that.parseToFloat(request_data.years_bouns), //全年一次性奖金 75 "years_bouns": that.parseToFloat(request_data.years_bouns), //全年一次性奖金
76 - 76 + "donation_deducted": that.parseToFloat(request_data.donation_deducted), //准予扣除的捐赠
77 "tax_savings": that.parseToFloat(request_data.tax_savings), //减免税额 77 "tax_savings": that.parseToFloat(request_data.tax_savings), //减免税额
78 "accumulated_withholding_tax": that.parseToFloat(request_data.accumulated_withholding_tax), //应扣缴税额 78 "accumulated_withholding_tax": that.parseToFloat(request_data.accumulated_withholding_tax), //应扣缴税额
79 }, 79 },
@@ -136,7 +136,7 @@ @@ -136,7 +136,7 @@
136 <view class='divide_line_30'></view> 136 <view class='divide_line_30'></view>
137 <view style="height:104rpx;padding:0 30rpx"> 137 <view style="height:104rpx;padding:0 30rpx">
138 <text class="text_gray7_34" style="line-height:104rpx">准予扣除的捐赠额</text> 138 <text class="text_gray7_34" style="line-height:104rpx">准予扣除的捐赠额</text>
139 - <input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='donation_deducted'></input> 139 + <input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='year_donation_deducted'></input>
140 </view> 140 </view>
141 <view style="height:104rpx;padding:0 30rpx;margin-top:20rpx"> 141 <view style="height:104rpx;padding:0 30rpx;margin-top:20rpx">
142 <text class="text_gray7_34" style="line-height:104rpx">全年一次性奖金</text> 142 <text class="text_gray7_34" style="line-height:104rpx">全年一次性奖金</text>
@@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
60 <view class="divide_line_f5f5f5"></view> 60 <view class="divide_line_f5f5f5"></view>
61 <view style="margin:20rpx 0"> 61 <view style="margin:20rpx 0">
62 <text class="text_black_bold">{{uniqual_title01}}:</text> 62 <text class="text_black_bold">{{uniqual_title01}}:</text>
63 - <text wx:if="{{declare_status=='1'}}" class="text_gray3_28 float_right" style="line-height:50rpx">计算中</text> 63 + <text wx:if="{{declare_status=='2'}}" class="text_orange_28 float_right" style="line-height:50rpx">计算中</text>
64 <text wx:else class="text_orange_28 float_right" style="line-height:50rpx">¥{{new_refund_tax}}</text> 64 <text wx:else class="text_orange_28 float_right" style="line-height:50rpx">¥{{new_refund_tax}}</text>
65 <view wx:if="{{uniqual_content01=='已放弃'}}" class="light_gray_bg"> 65 <view wx:if="{{uniqual_content01=='已放弃'}}" class="light_gray_bg">
66 <text style="font-size:11px;color:rgba(0,0,0,0.35);margin: 0 auto">{{uniqual_content01}}</text> 66 <text style="font-size:11px;color:rgba(0,0,0,0.35);margin: 0 auto">{{uniqual_content01}}</text>
@@ -129,7 +129,7 @@ @@ -129,7 +129,7 @@
129 </view> 129 </view>
130 <view> 130 <view>
131 <text class="text_black6_32">准予扣除的捐赠额</text> 131 <text class="text_black6_32">准予扣除的捐赠额</text>
132 - <text class="text_black6_32 float_right">{{incomeInfo.donation_deducted}}</text> 132 + <text class="text_black6_32 float_right">{{incomeInfo.year_donation_deducted}}</text>
133 </view> 133 </view>
134 </view> 134 </view>
135 <!-- 减免/已缴纳税额 --> 135 <!-- 减免/已缴纳税额 -->
注册登录 后发表评论