| | |
| | | // 转发选择货代 |
| | | forwardHuoDaiObjectSelect(item) { |
| | | this.selectPopupShow = false; |
| | | this.forwardForm.userId = item.id; |
| | | // this.forwardForm.name = item.huoDaiName; |
| | | this.name = item.huoDaiName; |
| | | this.forwardForm.userId = item.userId; |
| | | this.name = item.name; |
| | | this.forwardForm.fleetId = 0; |
| | | console.log('货代选择', this.forwardForm); |
| | | }, |
| | |
| | | forwardFleetObjectSelect(item) { |
| | | this.selectPopupShow = false; |
| | | this.forwardForm.fleetId = item.id; |
| | | // this.forwardForm.name = item.name; |
| | | this.name = item.name; |
| | | this.forwardForm.userId = 0; |
| | | console.log('车队选择', this.forwardForm); |