| | |
| | | # VUE_APP_API_URL = 'http://192.168.0.163:10010/' |
| | | |
| | | # 萍姐 |
| | | VUE_APP_API_URL = 'http://192.168.0.105:10010/' |
| | | VUE_APP_API_URL = 'http://192.168.0.108:10010/' |
| | | |
| | | # 测试服务 |
| | | # VUE_APP_API_URL = 'https://dmtest.ahapp.net/gateway_interface' |
| | |
| | | this.$emit('close') |
| | | } else { |
| | | this.activeTabs = 0 |
| | | this.zlList = [] |
| | | this.wyList = [] |
| | | } |
| | | } |
| | | } |
| | |
| | | this.$refs.selectHouse.open('选择房源', { contractId: this.form.contractId, type: 0 }) |
| | | }, |
| | | getCompanyList () { |
| | | companyList({}) |
| | | companyList({ type: 2, status: 0 }) |
| | | .then(res => { |
| | | this.comparyList = res |
| | | }) |
| | |
| | | <el-tag type="success" v-if="info.status === 0">开启</el-tag> |
| | | <el-tag type="info" v-if="info.status === 1">关闭</el-tag> |
| | | </div> |
| | | <el-button type="danger" v-if="info.status === 0" @click="closeDW()">关闭流水</el-button> |
| | | <el-button type="danger" v-if="info.status !== 1 || !['3','4'].includes(info.contractStatus)" @click="closeDW()">关闭流水</el-button> |
| | | </div> |
| | | <div class="line"></div> |
| | | <div class="main"> |
| | |
| | | tabsClick(val) { |
| | | this.activeTabs = val |
| | | }, |
| | | closeDW (id) { |
| | | closeDW () { |
| | | this.$confirm('确认关闭此流水吗?', '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | | type: 'warning' |
| | | }).then(() => { |
| | | close(id) |
| | | close(this.info.id) |
| | | .then(res => { |
| | | this.getDetails() |
| | | }) |