fix(invoice): 修复开票功能中的参数引用和优化结算逻辑
- 将 form.value 替换为 this.form,统一参数引用方式 - 修正 outinvoicform.value 替换为 this.outinvoicform,确保正确访问组件数据 - 移除不必要的 console.log 语句,提高代码可读性 - 更新支付数据处理逻辑,优化结算流程
Showing
Please register or sign in to comment
- 将 form.value 替换为 this.form,统一参数引用方式 - 修正 outinvoicform.value 替换为 this.outinvoicform,确保正确访问组件数据 - 移除不必要的 console.log 语句,提高代码可读性 - 更新支付数据处理逻辑,优化结算流程