| | |
| | | refundMethodOptions: [], // 付款方式 |
| | | accountOptions: [], // 账户 |
| | | isInvoiceOptions: ["是", "否"], // 是否开票 |
| | | currencyOptions: [], // 币种 |
| | | currencyOptions: [{ id: 1, name: "人民币" }], // 币种 |
| | | approvalWorkflowOptions: [], // 审批流程 |
| | | productTableList: {}, |
| | | showSummary: { |
| | |
| | | this.refundMethodOptions = res.data.refundMethod |
| | | this.accountOptions = res.data.accountId |
| | | // this.isInvoiceOptions = res.data.isInvoice |
| | | this.currencyOptions = res.data.currency |
| | | // this.currencyOptions = res.data.currency |
| | | }) |
| | | .catch((err) => { |
| | | console.log(err) |