| | |
| | | member_id: [{ required: true, message: "请选择负责人", trigger: "change" }] |
| | | }, |
| | | memberOptions: [], |
| | | quotationStatusOptions: [{ id: 1, name: "不知道" }], // 报价单状态 |
| | | quotationStatusOptions: [], // 报价单状态 |
| | | currencyOptions: [{ id: 1, name: "人民币" }], // 币种 |
| | | approvalWorkflowOptions: [], // 审批流程 |
| | | productTableList: {}, |
| | |
| | | products: this.tableData, |
| | | codeStandID: data.ID, |
| | | codeRule: this.codeRule, |
| | | client_id: this.clientId || 0, |
| | | client_id: this.clientId || 0 |
| | | } |
| | | return params |
| | | }, |
| | |
| | | let params = {} |
| | | if (this.addConfig.id) { |
| | | params = { |
| | | clientId: this.addConfig.id, |
| | | number: this.addConfig.id, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | } |