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