| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="付款方式" prop="paymentTypeId"> |
| | | <el-form-item label="退款方式" prop="paymentTypeId"> |
| | | <div class="common-select"> |
| | | <el-select |
| | | style="width: 100%" |
| | |
| | | editSelCommonConfig: { |
| | | editVisible: false, |
| | | title: "", |
| | | infomation: {} |
| | | infomation: {}, |
| | | clientId:"" |
| | | }, |
| | | clientId: this.editCommonConfig.infomation.client_id, |
| | | sourceId: this.editCommonConfig.infomation.sourceId, |
| | |
| | | async handleSelectClient(value, item) { |
| | | if (value === "client") { |
| | | this.clientId = item.id |
| | | this.editSelCommonConfig.clientId=item.id |
| | | console.log("客户名称",this.clientId,value,item) |
| | | await getSalesReturnList({ |
| | | clientId:this.clientId |