mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 01:56:44 +08:00
判断开门红字段修改
This commit is contained in:
@@ -210,7 +210,7 @@ export default {
|
|||||||
// 纯数字为外勤
|
// 纯数字为外勤
|
||||||
let reg = /^[0-9]+$/
|
let reg = /^[0-9]+$/
|
||||||
this.isInner = !reg.test(result.branchType)
|
this.isInner = !reg.test(result.branchType)
|
||||||
this.isGoodStart = result.showTemplate === 'KMH'
|
this.isGoodStart = result.showTemplateKmh === 'KMH'
|
||||||
} else {
|
} else {
|
||||||
this.$toast(result.resultMessage)
|
this.$toast(result.resultMessage)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user