个人所得税申报表 - 综合所得申报
this.$refs['form'].validate((valid) => { if (valid) { if (this.form.personId != null) { updateReportingRoyaltiesIncome(formCopy).then((response) => { this.msgSuccess('修改成功'); this.open = false; this.getList(); }); } else { addReportingRoyaltiesIncome(formCopy) .then((response) => { console.log(response, 'resssssssssss') this.msgSuccess('新增成功'); this.open = false; this.getList(); }); } } }); }, form: { personId: '', other: '', // 应纳税额 cost: '', // 应纳税额 taxExemptIncome: '', // 备注 remark: '', // 小计 subtotal: '', // 减免税额 reductionTaxAmount: '', // companyId: null, // incomeReportingCode: null, // 所得期间起 incomePeriodDateStart: '', // 所得期间至 incomePeriodDateEnd: '', // 应纳税额 acTaxPiPersonVo: { // 人员id personId: '', // 姓名 name: '', // 收入 income: '', // 证件号码 identificationNum: '', // 证件类型 identifiIcationType: '', // 工号 employeed: '', // 其他 }, acTaxPiPersonCalculationSchedule: { acTaxableAmount: '', // 减免税额 acTaxSavings: '', // 应纳税所得额 acTaxableIncome: '', // 已预缴税额 prepaidTaxAmount: '', // 税率/预扣率 taxRate: '', // 速算扣除数 quickCalculationDeduction: '', // 应补(退)税额 payableTaxAmount: '', // 累计应扣缴税额 acDeductiblePaymentAmount: '', }, },
原文地址: https://www.cveoy.top/t/topic/fcv7 著作权归作者所有。请勿转载和采集!