正在显示
2 个修改的文件
包含
1 行增加
和
5 行删除
| ... | ... | @@ -52,7 +52,7 @@ Page({ |
| 52 | 52 | "item": { |
| 53 | 53 | "total_salary": that.parseToFloat(request_data.total_salary), //工资薪金, |
| 54 | 54 | "remuneration_labor": that.parseToFloat(request_data.setData), //劳务报酬, |
| 55 | - "author_payment": that.parseToFloat(request_data.remuneration_labor), //稿酬, | |
| 55 | + "author_payment": that.parseToFloat(request_data.author_payment), //稿酬, | |
| 56 | 56 | "special_manage_cost": that.parseToFloat(request_data.special_manage_cost), //特许经营权使用费, |
| 57 | 57 | "other_free_income": that.parseToFloat(request_data.other_free_income), //其他免税收入, |
| 58 | 58 | ... | ... |
| ... | ... | @@ -29,10 +29,6 @@ |
| 29 | 29 | <text class="text_black6_32">特许经营权</text> |
| 30 | 30 | <text class="text_black6_32 float_right">{{incomeInfo.special_manage_cost}}</text> |
| 31 | 31 | </view> |
| 32 | - <view> | |
| 33 | - <text class="text_black6_32">其他免税收入</text> | |
| 34 | - <text class="text_black6_32 float_right">{{incomeInfo.other_free_income}}</text> | |
| 35 | - </view> | |
| 36 | 32 | </view> |
| 37 | 33 | <!-- 免税收入 --> |
| 38 | 34 | <view style="background:#fff;padding:30rpx;margin-top:20rpx"> | ... | ... |
请
注册
或
登录
后发表评论