@@ -787,7 +787,7 @@ export default { | |||||
operatorName:this.operatorName, | operatorName:this.operatorName, | ||||
operationStaffName:this.operationStaffName, | operationStaffName:this.operationStaffName, | ||||
name:this.name, | name:this.name, | ||||
operationType:0, | |||||
operationType:2, | |||||
agentId:localStorage.getItem('agentId'), | agentId:localStorage.getItem('agentId'), | ||||
orgType: localStorage.getItem("orgType"), | orgType: localStorage.getItem("orgType"), | ||||
} | } | ||||
@@ -385,11 +385,11 @@ | |||||
v-if="row.acceptanceStatus == 1 && equ_index_makeSure" | v-if="row.acceptanceStatus == 1 && equ_index_makeSure" | ||||
>验收</el-dropdown-item | >验收</el-dropdown-item | ||||
> | > | ||||
<el-dropdown-item | |||||
<!-- <el-dropdown-item | |||||
command="getRight" | command="getRight" | ||||
v-if="row.acceptanceStatus != (1 || 0) && euq_index_normal" | v-if="row.acceptanceStatus != (1 || 0) && euq_index_normal" | ||||
>恢复正常</el-dropdown-item | >恢复正常</el-dropdown-item | ||||
> | |||||
> --> | |||||
<el-dropdown-item | <el-dropdown-item | ||||
command="toinfobinding" | command="toinfobinding" | ||||
v-if="orgType == 0 && equ_index_bind&&row.receiveType!=2" | v-if="orgType == 0 && equ_index_bind&&row.receiveType!=2" | ||||
@@ -4,8 +4,8 @@ | |||||
*/ | */ | ||||
// const url = 'http://pigx-gateway' | // const url = 'http://pigx-gateway' | ||||
// const url = 'http://39.97.167.65:9999' //测试 | // const url = 'http://39.97.167.65:9999' //测试 | ||||
const url = 'http://192.168.31.169:9999' //长龙 | |||||
// const url = 'http://192.168.31.134:9999' //嘉豪 | |||||
// const url = 'http://192.168.31.169:9999' //长龙 | |||||
const url = 'http://192.168.31.134:9999' //嘉豪 | |||||
// const url = 'http://192.168.31.100:9999' //王笑 | // const url = 'http://192.168.31.100:9999' //王笑 | ||||
// const url = 'http://nitu5e.natappfree.cc' //王笑 | // const url = 'http://nitu5e.natappfree.cc' //王笑 | ||||