Commit 386f9509 by 西瓜

案件管理, 中提起审批的修改

parent 17c16b34
......@@ -744,22 +744,30 @@ export default {
})
} else if (res.data.tqspbz == 0) {
// this.$message.error('提请审批失败,未满足三人三案')
this.$alert('提请审批失败, 未满足三人一案!', '提示', {
confirmButtonText: '确定',
type: 'error',
callback: () => {
this.$router.go(0)
this.$alert(
'请核查:1、确认是否满足案件数>=3,嫌疑人数>=3 2、确认是否至少有3起案件线上立案,即案件编号在刑专中能查到 3、确认是否至少有3起案件的案件类别在强迫交易、非法拘禁、敲诈勒索、故意损坏财务、聚众斗殴、寻衅滋事、开设赌场、组织卖淫、强迫卖淫、聚众扰乱秩序案、非法采矿、非法占用农耕地范围中',
'提示',
{
confirmButtonText: '确定',
type: 'error',
callback: () => {
this.$router.go(0)
}
}
})
)
} else if (res.data.tqspbz == 2) {
// this.$message.error('提请审批失败,未满足三人一案')
this.$alert('提请审批失败, 未满足三人一案!', '提示', {
confirmButtonText: '确定',
type: 'error',
callback: () => {
this.$router.go(0)
this.$alert(
'请核查:1、确认是否满足案件数>=1,嫌疑人数>=1 2、确认是否至少有3起案件线上立案,即案件编号在刑专中能查到 3、确认是否至少有3起案件的案件类别在强迫交易、非法拘禁、敲诈勒索、故意损坏财务、聚众斗殴、寻衅滋事、开设赌场、组织卖淫、强迫卖淫、聚众扰乱秩序案、非法采矿、非法占用农耕地范围中',
'提示',
{
confirmButtonText: '确定',
type: 'error',
callback: () => {
this.$router.go(0)
}
}
})
)
}
})
})
......
......@@ -330,7 +330,7 @@ import { post } from '@/utils/http.js'
// import { generateQRCode } from '@/api/zxxd/GWqrCodeLogin.js'
import base from '@/api/base'
import $ from 'jquery'
import getChromeVersion from '@/utils/llq.js'
import getChromeVersion from '@/utils/browser.js'
import Cookies from 'js-cookie'
import Video from 'video.js'
import 'video.js/dist/video-js.css'
......@@ -454,7 +454,7 @@ export default {
// window.removeEventListener('storage', this.afterQRScan)
},
methods: {
getChromeVersionList () {
getChromeVersionList () {
debugger
var version = getChromeVersion()
if (version < 56 ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment