1.曹煤炭人员定位更换对接厂商,注释原有接口
parent
e45b7ef5e1
commit
39ec65ad0b
|
@ -352,17 +352,17 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getPersonPositioningCount() {
|
getPersonPositioningCount() {
|
||||||
requestFN(
|
// requestFN(
|
||||||
'/map/getPersonPositioningCount',
|
// '/map/getPersonPositioningCount',
|
||||||
{
|
// {
|
||||||
CORPINFO_ID: this.corpInfoId,
|
// CORPINFO_ID: this.corpInfoId,
|
||||||
GANGKOU: this.gangkou
|
// GANGKOU: this.gangkou
|
||||||
}
|
// }
|
||||||
).then((data) => {
|
// ).then((data) => {
|
||||||
this.block3OptionsList[2].count = data.perCount
|
// this.block3OptionsList[2].count = data.perCount
|
||||||
this.block4OptionsList[0].list[0].count = data.perCount + 3
|
// this.block4OptionsList[0].list[0].count = data.perCount + 3
|
||||||
this.block4OptionsList[0].list[1].count = 3
|
// this.block4OptionsList[0].list[1].count = 3
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -327,16 +327,16 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getPersonPositioningCount() {
|
getPersonPositioningCount() {
|
||||||
requestFN(
|
// requestFN(
|
||||||
'/map/getPersonPositioningCount',
|
// '/map/getPersonPositioningCount',
|
||||||
{
|
// {
|
||||||
CORPINFO_ID: this.corpInfoId,
|
// CORPINFO_ID: this.corpInfoId,
|
||||||
GANGKOU: this.gangkou
|
// GANGKOU: this.gangkou
|
||||||
}
|
// }
|
||||||
).then((data) => {
|
// ).then((data) => {
|
||||||
this.block3OptionsList[0].count = data.personPositioningCount[0]
|
// this.block3OptionsList[0].count = data.personPositioningCount[0]
|
||||||
this.block3OptionsList[1].count = data.personPositioningCount[1]
|
// this.block3OptionsList[1].count = data.personPositioningCount[1]
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -341,17 +341,17 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getPersonPositioningCount() {
|
getPersonPositioningCount() {
|
||||||
requestFN(
|
// requestFN(
|
||||||
'/map/getPersonPositioningCount',
|
// '/map/getPersonPositioningCount',
|
||||||
{
|
// {
|
||||||
CORPINFO_ID: this.corpInfoId,
|
// CORPINFO_ID: this.corpInfoId,
|
||||||
GANGKOU: this.gangkou
|
// GANGKOU: this.gangkou
|
||||||
}
|
// }
|
||||||
).then((data) => {
|
// ).then((data) => {
|
||||||
this.block3OptionsList[0].count = data.userCount
|
// this.block3OptionsList[0].count = data.userCount
|
||||||
this.block3OptionsList[1].count = data.departCount
|
// this.block3OptionsList[1].count = data.departCount
|
||||||
this.block3OptionsList[2].count = data.total
|
// this.block3OptionsList[2].count = data.total
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -346,15 +346,15 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getPersonPositioningCount() {
|
getPersonPositioningCount() {
|
||||||
requestFN(
|
// requestFN(
|
||||||
'/map/getPersonPositioningCount',
|
// '/map/getPersonPositioningCount',
|
||||||
{
|
// {
|
||||||
CORPINFO_ID: this.corpInfoId,
|
// CORPINFO_ID: this.corpInfoId,
|
||||||
GANGKOU: this.gangkou
|
// GANGKOU: this.gangkou
|
||||||
}
|
// }
|
||||||
).then((data) => {
|
// ).then((data) => {
|
||||||
this.personPositioningCount = data.personPositioningCount
|
// this.personPositioningCount = data.personPositioningCount
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -179,22 +179,22 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getCmtWorkCardLocationCount() {
|
getCmtWorkCardLocationCount() {
|
||||||
requestFN(
|
// requestFN(
|
||||||
'/map/findWorkCardLocation',
|
// '/map/findWorkCardLocation',
|
||||||
{}
|
// {}
|
||||||
).then((data) => {
|
// ).then((data) => {
|
||||||
this.block1OptionsList[0].count = data.onlineCount
|
// this.block1OptionsList[0].count = data.onlineCount
|
||||||
}).catch((e) => {
|
// }).catch((e) => {
|
||||||
})
|
// })
|
||||||
},
|
},
|
||||||
getCmtWorkCardLocation() {
|
getCmtWorkCardLocation() {
|
||||||
requestFN(
|
// requestFN(
|
||||||
'/map/findWorkCardLocation',
|
// '/map/findWorkCardLocation',
|
||||||
{}
|
// {}
|
||||||
).then((data) => {
|
// ).then((data) => {
|
||||||
this.block3List = this.block3List.concat(data.list)
|
// this.block3List = this.block3List.concat(data.list)
|
||||||
}).catch((e) => {
|
// }).catch((e) => {
|
||||||
})
|
// })
|
||||||
},
|
},
|
||||||
block3OptionsClick(index) {
|
block3OptionsClick(index) {
|
||||||
this.currentPage = 1
|
this.currentPage = 1
|
||||||
|
|
Loading…
Reference in New Issue