Commit af6e8575 by 西瓜

新型网黑

parent 22b11006
......@@ -5443,8 +5443,7 @@ export default {
shsexsbh: scope.row.shsexsbh,
xxzjbh: scope.row.jsxxzjbh,
jshcxxzjbh: scope.row.jshcxxzjbh,
sfbjfk: '1',
sfhb: '1',
sfbjfk: '1'
}
})
// this.$confirm('是否回报?', '提示', {
......
......@@ -422,7 +422,7 @@
:class="'item' + item2.col"
v-show="item2.flag == formLabelAlign[item.id]"
>
<!--输入框-->
<!-- 输入框 -->
<el-input
:placeholder="item2.placeholder"
v-model="formLabelAlign[item.id]"
......@@ -1125,24 +1125,28 @@ export default {
},
//财产总计
Cczjsum () {
this.formLabelAlign['chshzzmxccCczj'] = Number(
Number(this.formLabelAlign['chshzzmxccXj']) +
Number(this.formLabelAlign['chshzzmxccYhck']) +
Number(this.formLabelAlign['chshzzmxccZbgjszh']) +
Number(this.formLabelAlign['chshzzmxccFcgz']) +
Number(this.formLabelAlign['chshzzmxccClgz'])
debugger
this.formLabelAlign['ckzcNum'] = Number(
Number(this.formLabelAlign['ckzcXjNum']) +
Number(this.formLabelAlign['ckzcYjzqNum']) +
Number(this.formLabelAlign['ckzcQtNum']) +
Number(this.formLabelAlign['ckzcRmbckNum']) +
Number(this.formLabelAlign['ckzcClNum']) +
Number(this.formLabelAlign['ckzcBdcNum'])
).toFixed(4)
var a = this.formLabelAlign['chshzzmxccCczj'].toString()
if (Number.isInteger(Number(this.formLabelAlign['chshzzmxccCczj']))) {
this.formLabelAlign['chshzzmxccCczj'] = Number(
this.formLabelAlign['chshzzmxccCczj']
var a = this.formLabelAlign['ckzcNum'].toString()
if (a == 'NaN') {
this.formLabelAlign['ckzcNum'] = 0
}
if (Number.isInteger(Number(this.formLabelAlign['ckzcNum']))) {
this.formLabelAlign['ckzcNum'] = Number(
this.formLabelAlign['ckzcNum']
).toFixed(0)
} else {
var l = a.split('.')[1].length
for (var i = 0; i < l; i++) {
if (a.charAt(a.length - 1) == '0') {
this.formLabelAlign['chshzzmxccCczj'] = a.substr(0, a.length - 1)
this.formLabelAlign['ckzcNum'] = a.substr(0, a.length - 1)
a = a.substr(0, a.length - 1)
}
}
......@@ -2310,27 +2314,32 @@ export default {
// immediate: true,
// deep: true,
// },
'formLabelAlign.chshzzmxccXj': {
'formLabelAlign.ckzcBdcNum': {
handler (newName, oldName) {
this.Cczjsum()
}
},
'formLabelAlign.ckzcClNum': {
handler (newName, oldName) {
this.Cczjsum()
}
},
'formLabelAlign.chshzzmxccYhck': {
'formLabelAlign.ckzcRmbckNum': {
handler (newName, oldName) {
this.Cczjsum()
}
},
'formLabelAlign.chshzzmxccZbgjszh': {
'formLabelAlign.ckzcQtNum': {
handler (newName, oldName) {
this.Cczjsum()
}
},
'formLabelAlign.chshzzmxccFcgz': {
'formLabelAlign.ckzcYjzqNum': {
handler (newName, oldName) {
this.Cczjsum()
}
},
'formLabelAlign.chshzzmxccClgz': {
'formLabelAlign.ckzcXjNum': {
handler (newName, oldName) {
this.Cczjsum()
}
......
......@@ -162,6 +162,7 @@ export default {
callSubmit (params) {
var self = this
debugger
this.loading = true
console.log(params)
if (this.xxzjbh) {
params.append('qzcs.xxzjbh', self.xxzjbh)
......@@ -177,6 +178,7 @@ export default {
callback: () => {
window.opener.location.reload()
window.close()
self.loading = false
}
})
})
......@@ -195,6 +197,7 @@ export default {
callback: () => {
window.opener.location.reload()
window.close()
self.loading = false
}
})
} else {
......@@ -202,7 +205,10 @@ export default {
// this.$message.error("保存失败");
this.$alert('保存失败!', '提示', {
confirmButtonText: '确定',
type: 'error'
type: 'error',
callback: () => {
self.loading = false
}
})
}
})
......@@ -306,6 +312,7 @@ export default {
getshuju () {
var self = this
self.loading = true
var entityName = 'qzcs'
getQzcsinfor({
xxzjbh: self.xxzjbh
......@@ -681,9 +688,7 @@ export default {
self.$set(self.formLabelAlign, 'editing', true)
delete self.formLabelAlign.wslb
self.$forceUpdate()
setTimeout(() => {
self.loading = false
}, 1000)
// this.isEmpty()
console.log(55555555, self.formLabelAlign)
}
......
......@@ -434,6 +434,7 @@ export default {
//提取受害人
tqShr (val) {
var self = this
self.loading = true
getTqGaShr({
zjhm: val
}).then(res => {
......@@ -487,11 +488,7 @@ export default {
})
})
self.$forceUpdate()
// setTimeout(() => {
// self.loading = false;
// }, 500);
self.loading = false
// this.isEmpty()
} else {
// this.$message("无可提取数据");\
this.$alert('无可提取数据!', '提示', {
......@@ -649,6 +646,7 @@ export default {
//编辑
callSubmit (params) {
var self = this
self.loading = true
if (this.xxzjbh) {
if (self.tqboo) {
params.append('xxzjbh', self.$route.query.xxzjbh)
......@@ -663,6 +661,7 @@ export default {
callback: () => {
window.opener.location.reload()
window.close()
self.loading = false
}
})
// window.opener.location.reload();
......@@ -688,6 +687,7 @@ export default {
callback: () => {
window.opener.location.reload()
window.close()
self.loading = false
}
})
} else {
......@@ -695,7 +695,10 @@ export default {
// this.$message.error("保存失败");
this.$alert('保存失败!', '提示', {
confirmButtonText: '确定',
type: 'error'
type: 'error',
callback: () => {
self.loading = false
}
})
}
})
......@@ -704,6 +707,7 @@ export default {
getshuju () {
var self = this
var entityName = ''
self.loading = true
getTldShrxxByZjbh({
xxzjbh: self.xxzjbh
}).then(res => {
......
......@@ -160,6 +160,7 @@ export default {
},
getshuju () {
var self = this
self.loading = true
var entityName = ''
getShrSjzh({
xxzjbh: self.xxzjbh
......@@ -206,9 +207,6 @@ export default {
})
})
self.$forceUpdate()
// setTimeout(() => {
// self.loading = false;
// }, 500);
self.loading = false
// this.isEmpty()
})
......
......@@ -102,7 +102,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button
type="text"
icon="el-icon-plus"
......@@ -110,7 +110,7 @@
class="addInfo"
>提取个案嫌疑人</el-button
>
</div>
</div> -->
</div>
<div class="wrap_div tableZj" v-if="fzxyrList.length > 0">
<el-table :data="fzxyrList.shuju" border stripe>
......@@ -179,7 +179,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button type="text" @click="addXyr" class="addInfo"
>EXCEL导入</el-button
>
......@@ -190,7 +190,7 @@
class="addInfo"
>添加</el-button
>
</div>
</div> -->
</div>
<div class="wrap_div tableZj" v-if="fzxyrList.length > 0">
<el-table :data="fzxyrList.shuju" border stripe>
......@@ -386,7 +386,7 @@ export default {
// col: '2',
// placeholder: '请输入'
// },
{
name: '案件来源:',
id: 'ajly',
......@@ -398,7 +398,7 @@ export default {
col: '2',
prop: 'checkEmpty'
},
{
{
name: '黑灰产类型代码:',
id: 'hhclxdm',
type: 'codeTree',
......@@ -785,7 +785,7 @@ export default {
id: '3',
data: [
{
name: '移送日期:',
name: '移送起诉日期:',
id: 'ysrq',
type: 'dates',
value: '',
......@@ -811,6 +811,76 @@ export default {
col: '2'
},
{
name: '查扣资产(万元):',
id: 'ckzcNum',
type: 'text',
value: '',
col: '2',
disabled: true,
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '现金(万元):',
id: 'ckzcXjNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '有价证券(万元):',
id: 'ckzcYjzqNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '其他(万元):',
id: 'ckzcQtNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '人民币存款(万元):',
id: 'ckzcRmbckNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '车辆估值(万元):',
id: 'ckzcClNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '不动产(万元):',
id: 'ckzcBdcNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '移送起诉意见书:',
id: 'ysqsyjsfj',
delectMethod: 'deleteAsjFlws',
......@@ -1055,19 +1125,40 @@ export default {
},
methods: {
addWd () {
this.$router.pushToTab({
path: '/wdpt'
})
if (this.$route.query.xxzjbh) {
this.$router.pushToTab({
path: '/wdpt'
})
} else {
this.$alert('请先保存当前阶段信息!', '提示', {
confirmButtonText: '确定',
type: 'error'
})
}
},
addCase () {
this.$router.pushToTab({
path: '/zxCase'
})
if (this.$route.query.xxzjbh) {
this.$router.pushToTab({
path: '/zxCase'
})
} else {
this.$alert('请先保存当前阶段信息!', '提示', {
confirmButtonText: '确定',
type: 'error'
})
}
},
addShr () {
this.$router.pushToTab({
path: '/shr'
})
if (this.$route.query.xxzjbh) {
this.$router.pushToTab({
path: '/shr'
})
} else {
this.$alert('请先保存当前阶段信息!', '提示', {
confirmButtonText: '确定',
type: 'error'
})
}
},
// 搜索树状数据中的 ID
queryTree (tree, id) {
......
......@@ -116,7 +116,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button
type="text"
icon="el-icon-plus"
......@@ -124,7 +124,7 @@
class="addInfo"
>提取个案嫌疑人</el-button
>
</div>
</div> -->
</div>
<div
class="wrap_div tableZj"
......@@ -205,7 +205,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button type="text" @click="addXyr" class="addInfo"
>EXCEL导入</el-button
>
......@@ -216,7 +216,7 @@
class="addInfo"
>添加</el-button
>
</div>
</div> -->
</div>
<div
class="wrap_div tableZj"
......@@ -735,7 +735,7 @@ export default {
col: '2',
prop: 'checkEmpty'
},
{
{
name: '黑灰产类型代码:',
id: 'hhclxdm',
type: 'codeTree',
......@@ -1123,7 +1123,7 @@ export default {
id: '3',
data: [
{
name: '移送日期:',
name: '移送起诉日期:',
id: 'ysrq',
type: 'dates',
value: '',
......@@ -1149,6 +1149,76 @@ export default {
col: '2'
},
{
name: '查扣资产(万元):',
id: 'ckzcNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入',
disabled: true,
// prop: 'checkEmpty'
},
{
name: '现金(万元):',
id: 'ckzcXjNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '有价证券(万元):',
id: 'ckzcYjzqNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '其他(万元):',
id: 'ckzcQtNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '人民币存款(万元):',
id: 'ckzcRmbckNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '车辆估值(万元):',
id: 'ckzcClNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '不动产(万元):',
id: 'ckzcBdcNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '移送起诉意见书:',
id: 'ysqsyjsfj',
delectMethod: 'deleteAsjFlws',
......@@ -1319,6 +1389,10 @@ export default {
prop: 'xm'
},
{
label: '案事件编号',
prop: 'asjbh'
},
{
label: '证件种类',
prop: 'zjzlStr'
},
......@@ -1510,7 +1584,8 @@ export default {
path: '/zxCase',
query: {
xxzjbh: this.xxzjbh,
flag: 1
flag: 1,
xx: 1
}
})
},
......
......@@ -192,6 +192,7 @@ export default {
getshuju () {
var self = this
var entityName = 'tldShrZz'
self.loading = true
getZzxxByZjbh({
xxzjbh: self.xxzjbh
}).then(res => {
......@@ -541,9 +542,7 @@ export default {
})
self.$set(self.formLabelAlign, 'editing', true)
self.$forceUpdate()
setTimeout(() => {
self.loading = false
}, 1000)
// this.isEmpty()
console.log(5555555555555, self.formLabelAlign)
......
......@@ -189,7 +189,9 @@ export default {
}
},
getshuju () {
debugger
var self = this
this.loading = true
var entityName = ''
getTldajWdptByZjbh({
xxzjbh: self.xxzjbh
......
......@@ -102,7 +102,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button
type="text"
icon="el-icon-plus"
......@@ -110,7 +110,7 @@
class="addInfo"
>提取个案嫌疑人</el-button
>
</div>
</div> -->
</div>
<div class="wrap_div tableZj" v-if="fzxyrList.length > 0">
<el-table :data="fzxyrList.shuju" border stripe>
......@@ -179,7 +179,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button type="text" @click="addXyr" class="addInfo"
>EXCEL导入</el-button
>
......@@ -190,7 +190,7 @@
class="addInfo"
>添加</el-button
>
</div>
</div> -->
</div>
<div class="wrap_div tableZj" v-if="fzxyrList.length > 0">
<el-table :data="fzxyrList.shuju" border stripe>
......@@ -411,11 +411,11 @@ export default {
value: '',
placeholder: '请选择',
codeOptions: [],
codeTree: 'CODE_SHCE_SJHYLYDM',
codeTree: 'CODE_SHCE_AJLY',
col: '2',
prop: 'checkEmpty'
},
{
{
name: '黑灰产类型代码:',
id: 'hhclxdm',
type: 'codeTree',
......@@ -818,11 +818,11 @@ export default {
id: '3',
data: [
{
name: '移送日期:',
name: '移送起诉日期:',
id: 'ysrq',
type: 'dates',
value: '',
prop: 'checkEmpty',
// prop: 'checkEmpty',
col: '2',
placeholder: '请输入日期'
},
......@@ -834,8 +834,8 @@ export default {
placeholder: '请选择',
col: '2',
codeOptions: [],
codeTree: 'CODE_SHCE_THXZDM',
prop: 'checkEmpty'
codeTree: 'CODE_SHCE_THXZDM'
// prop: 'checkEmpty'
},
{
name: '人数:',
......@@ -846,6 +846,76 @@ export default {
col: '2'
},
{
name: '查扣资产(万元):',
id: 'ckzcNum',
type: 'text',
value: '',
disabled: true,
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '现金(万元):',
id: 'ckzcXjNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '有价证券(万元):',
id: 'ckzcYjzqNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '其他(万元):',
id: 'ckzcQtNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '人民币存款(万元):',
id: 'ckzcRmbckNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '车辆估值(万元):',
id: 'ckzcClNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '不动产(万元):',
id: 'ckzcBdcNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '移送起诉意见书:',
id: 'ysqsyjsfj',
delectMethod: 'deleteAsjFlws',
......@@ -855,8 +925,8 @@ export default {
placeholder: '',
col: '1',
requestUrl: 'http://192.168.0.142:8080/shsexscj/addShsexscj',
fileList: [],
prop: 'checkEmpty'
fileList: []
// prop: 'checkEmpty'
}
]
},
......@@ -869,7 +939,7 @@ export default {
id: 'gsrq',
type: 'dates',
value: '',
prop: 'checkEmpty',
// prop: 'checkEmpty',
col: '2',
placeholder: '请输入日期'
},
......@@ -881,8 +951,8 @@ export default {
placeholder: '请选择',
col: '2',
codeOptions: [],
codeTree: 'CODE_SHCE_THXZDM',
prop: 'checkEmpty'
codeTree: 'CODE_SHCE_THXZDM'
// prop: 'checkEmpty'
},
{
name: '人数:',
......@@ -902,8 +972,8 @@ export default {
placeholder: '',
col: '1',
requestUrl: 'http://192.168.0.142:8080/shsexscj/addShsexscj',
fileList: [],
prop: 'checkEmpty'
fileList: []
// prop: 'checkEmpty'
}
]
},
......@@ -916,7 +986,7 @@ export default {
id: 'yishenrq',
type: 'dates',
value: '',
prop: 'checkEmpty',
// prop: 'checkEmpty',
col: '2',
placeholder: '请输入日期'
},
......@@ -928,8 +998,8 @@ export default {
placeholder: '请选择',
col: '2',
codeOptions: [],
codeTree: 'CODE_SHCE_THXZDM',
prop: 'checkEmpty'
codeTree: 'CODE_SHCE_THXZDM'
// prop: 'checkEmpty'
},
{
name: '人数:',
......@@ -949,8 +1019,8 @@ export default {
placeholder: '',
col: '1',
requestUrl: 'http://192.168.0.142:8080/shsexscj/addShsexscj',
fileList: [],
prop: 'checkEmpty'
fileList: []
// prop: 'checkEmpty'
}
]
},
......@@ -963,7 +1033,7 @@ export default {
id: 'esrq',
type: 'dates',
value: '',
prop: 'checkEmpty',
// prop: 'checkEmpty',
col: '2',
placeholder: '请输入日期'
},
......@@ -975,8 +1045,8 @@ export default {
placeholder: '请选择',
col: '2',
codeOptions: [],
codeTree: 'CODE_SHCE_THXZDM',
prop: 'checkEmpty'
codeTree: 'CODE_SHCE_THXZDM'
// prop: 'checkEmpty'
},
{
name: '人数:',
......@@ -996,8 +1066,8 @@ export default {
placeholder: '',
col: '1',
requestUrl: 'http://192.168.0.142:8080/shsexscj/addShsexscj',
fileList: [],
prop: 'checkEmpty'
fileList: []
// prop: 'checkEmpty'
}
]
}
......@@ -1101,19 +1171,40 @@ export default {
},
methods: {
addWd () {
this.$router.pushToTab({
path: '/wdpt'
})
if (this.$route.query.xxzjbh) {
this.$router.pushToTab({
path: '/wdpt'
})
} else {
this.$alert('请先保存当前阶段信息!', '提示', {
confirmButtonText: '确定',
type: 'error'
})
}
},
addCase () {
this.$router.pushToTab({
path: '/zxCase'
})
if (this.$route.query.xxzjbh) {
this.$router.pushToTab({
path: '/zxCase'
})
} else {
this.$alert('请先保存当前阶段信息!', '提示', {
confirmButtonText: '确定',
type: 'error'
})
}
},
addShr () {
this.$router.pushToTab({
path: '/shr'
})
if (this.$route.query.xxzjbh) {
this.$router.pushToTab({
path: '/shr'
})
} else {
this.$alert('请先保存当前阶段信息!', '提示', {
confirmButtonText: '确定',
type: 'error'
})
}
},
// 搜索树状数据中的 ID
queryTree (tree, id) {
......
......@@ -116,7 +116,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button
type="text"
icon="el-icon-plus"
......@@ -124,7 +124,7 @@
class="addInfo"
>提取个案嫌疑人</el-button
>
</div>
</div> -->
</div>
<div
class="wrap_div tableZj"
......@@ -205,7 +205,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button type="text" @click="addXyr" class="addInfo"
>EXCEL导入</el-button
>
......@@ -216,7 +216,7 @@
class="addInfo"
>添加</el-button
>
</div>
</div> -->
</div>
<div
class="wrap_div tableZj"
......@@ -730,11 +730,11 @@ export default {
value: '',
placeholder: '请选择',
codeOptions: [],
codeTree: 'CODE_SHCE_SJHYLYDM',
codeTree: 'CODE_SHCE_AJLY',
col: '2',
prop: 'checkEmpty'
},
{
{
name: '黑灰产类型代码:',
id: 'hhclxdm',
type: 'codeTree',
......@@ -1136,7 +1136,7 @@ export default {
id: '3',
data: [
{
name: '移送日期:',
name: '移送起诉日期:',
id: 'ysrq',
type: 'dates',
value: '',
......@@ -1162,6 +1162,76 @@ export default {
col: '2'
},
{
name: '查扣资产(万元):',
id: 'ckzcNum',
type: 'text',
value: '',
disabled: true,
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '现金(万元):',
id: 'ckzcXjNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '有价证券(万元):',
id: 'ckzcYjzqNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '其他(万元):',
id: 'ckzcQtNum',
type: 'text',
value: '',
col: '2',
placeholder: '请输入'
// prop: 'checkEmpty'
},
{
name: '人民币存款(万元):',
id: 'ckzcRmbckNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '车辆估值(万元):',
id: 'ckzcClNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '不动产(万元):',
id: 'ckzcBdcNum',
type: 'text',
value: '',
placeholder: '请输入',
// codeOptions: [],
// codeTree: 'CODE_SHCE_WLSHSALYDM',
col: '2'
// prop: 'checkEmpty'
},
{
name: '移送起诉意见书:',
id: 'ysqsyjsfj',
delectMethod: 'deleteAsjFlws',
......@@ -1332,6 +1402,10 @@ export default {
prop: 'xm'
},
{
label: '案事件编号',
prop: 'asjbh'
},
{
label: '证件种类',
prop: 'zjzlStr'
},
......@@ -1523,7 +1597,8 @@ export default {
path: '/zxCase',
query: {
xxzjbh: this.xxzjbh,
flag: 1
flag: 1,
xx: 1
}
})
},
......
......@@ -120,7 +120,6 @@ export default {
console.log(params)
if (this.xxzjbh) {
updateSjzh(params).then(res => {
self.loading2 = false
// this.$message.success("更新成功");
// window.opener.location.reload();
// debugger
......@@ -131,6 +130,7 @@ export default {
callback: () => {
window.opener.location.reload()
window.close()
self.loading2 = false
}
})
})
......@@ -138,7 +138,6 @@ export default {
params.append('glxxXxzjbh', self.glxxXxzjbh)
addSjzh(params).then(res => {
if (res.code == 200) {
self.loading2 = false
// self.$message.success("保存成功");
// window.opener.location.reload();
// debugger
......@@ -148,15 +147,18 @@ export default {
type: 'success',
callback: () => {
window.opener.location.reload()
self.loading2 = false
window.close()
}
})
} else {
self.loading2 = false
// this.$message.error("保存失败");
this.$alert('保存失败!', '提示', {
confirmButtonText: '确定',
type: 'error'
type: 'error',
callback: () => {
self.loading2 = false
}
})
}
})
......@@ -165,6 +167,7 @@ export default {
getshuju () {
var self = this
var entityName = ''
self.loading = true
getSjzhByZjbh({
xxzjbh: self.xxzjbh
}).then(res => {
......@@ -209,9 +212,6 @@ export default {
})
})
self.$forceUpdate()
// setTimeout(() => {
// self.loading = false;
// }, 500);
self.loading = false
// this.isEmpty()
})
......
......@@ -118,6 +118,7 @@ export default {
callSubmit (params) {
var self = this
console.log(params)
self.loading = true
if (this.xxzjbh) {
updateSkfs(params).then(res => {
self.loading2 = false
......@@ -130,6 +131,7 @@ export default {
callback: () => {
window.opener.location.reload()
window.close()
self.loading = false
}
})
})
......@@ -147,6 +149,7 @@ export default {
callback: () => {
window.opener.location.reload()
window.close()
self.loading = false
}
})
} else {
......@@ -154,7 +157,10 @@ export default {
// this.$message.error("保存失败");
this.$alert('保存失败!', '提示', {
confirmButtonText: '确定',
type: 'error'
type: 'error',
callback: () => {
self.loading = false
}
})
}
})
......@@ -163,6 +169,7 @@ export default {
getshuju () {
var self = this
var entityName = ''
self.loading = true
getSkfsByzjbh({
xxzjbh: self.xxzjbh
}).then(res => {
......@@ -208,9 +215,6 @@ export default {
})
})
self.$forceUpdate()
// setTimeout(() => {
// self.loading = false;
// }, 500);
console.log(self.formLabelAlign)
self.loading = false
// this.isEmpty()
......
<template>
<div class="content" id="la" v-loading="loading">
<div class="content" id="la" v-loading="loadingLr">
<div class="header">
<i class="iconfont iconfankuixuanzhong"></i
>{{ xxzjbh ? '个案编辑' : '个案录入' }}
......@@ -27,7 +27,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button
type="text"
icon="el-icon-plus"
......@@ -35,7 +35,7 @@
class="addInfo"
>提取嫌疑人</el-button
>
</div>
</div> -->
</div>
<div
class="wrap_div tableZj"
......@@ -72,7 +72,7 @@
</div>
</template>
</el-table-column>
<el-table-column label="操作" width="180">
<el-table-column label="操作" width="180" v-if="xxzjbh && !xx">
<template slot-scope="scope">
<el-button
type="primary"
......@@ -116,7 +116,7 @@
</el-badge>
</div>
<div class="caozuo">
<!-- <div class="caozuo">
<el-button
type="text"
@click="tqShr"
......@@ -131,7 +131,7 @@
class="addInfo"
>添加</el-button
>
</div>
</div> -->
</div>
<div
class="wrap_div tableZj"
......@@ -168,7 +168,7 @@
</div>
</template>
</el-table-column>
<el-table-column label="操作">
<el-table-column label="操作" v-if="xxzjbh && !xx">
<template slot-scope="scope">
<el-button
type="primary"
......@@ -214,6 +214,9 @@
<script>
import FormGroupCommonPage from './caseGroupConfig.vue'
import {
deleteAsjFlws
} from '@/api/case/caseInform.js'
import {
getTldGaxxAll,
addGaxx,
updateTldGaxx,
......@@ -607,11 +610,14 @@ export default {
sjzshow: false,
bcan: '1',
loading: false,
shsedm: ''
shsedm: '',
xx: '',
loadingLr: false
}
},
created () {
var self = this
this.xx = this.$route.query.xx
this.xxzjbh = this.$route.query.xxzjbh
this.jbxxzjbh = this.$route.query.xxzjbh
this.ifAddToUpdate = this.$route.query.flag == 0 ? false : true
......@@ -753,27 +759,73 @@ export default {
},
//提取个案
tqgean (val) {
var self = this
this.loadingLr = true
this.shrList.shuju = []
this.fzxyrList.shuju = []
tqtldaj({
tldxxzjbh: this.xxzjbh,
asjbh: val
}).then(res => {
if (res.data && res.success) {
var self = this
var result = res.data.tldgaxx
console.log(result, '1234567890')
this.$message.success('提取成功')
window.opener.location.reload()
this.$router.push({
path: '/zxCase',
query: {
xxzjbh: res.data.gaxxzjbh,
tldbh: res.data.tldxxzjbh,
flag: 0
self.formField[0].data.forEach(item => {
var fieldVale = result[item.id]
if (item.type == 'codeTree') {
axios.get(`JsonData/${item.codeTree}.json`).then(codRes => {
let value = self.queryTree(codRes.data.data.rows, fieldVale)[0]
item.codeOptions = [{ id: fieldVale, name: value }]
})
self.$set(self.formLabelAlign, item.id, fieldVale)
} else if (item.type == 'date') {
// var singleObject = {}
// singleObject[key] = new Date(realChildrenItem[key]);
self.$set(self.formLabelAlign, item.id, new Date(fieldVale))
} else {
self.$set(self.formLabelAlign, item.id, fieldVale)
}
})
window.history.go(0)
// 嫌疑人
debugger
self.$set(self.fzxyrList.page, 'total', res.data.xyrListCount)
var obj = {}
res.data.xyrList.forEach(item => {
this.fzxyrList.tableList.forEach(subItem => {
obj[subItem.prop] = item[subItem.prop]
})
this.fzxyrList.shuju.push(obj)
obj = {}
})
this.$set(this.fzxyrList, 'loading', false)
// 受害人
debugger
self.$set(self.shrList.page, 'total', res.data.shrListCount)
var obj = {}
res.data.shrList.forEach(item => {
this.shrList.tableList.forEach(subItem => {
obj[subItem.prop] = item[subItem.prop]
})
this.shrList.shuju.push(obj)
obj = {}
})
this.$set(this.shrList, 'loading', false)
// self.$set(self.formLabelAlign, 'editing', true)
self.$forceUpdate()
this.loadingLr = false
} else {
// this.$message('无可提取数据')
this.$alert('无可提取数据!', '提示', {
confirmButtonText: '确定',
type: 'warning'
type: 'warning',
callbcak: () => {
this.loadingLr = false
}
})
}
})
......@@ -807,7 +859,9 @@ export default {
},
//编辑
callSubmit (params) {
debugger
var self = this
this.loadingLr = true
console.log(22222222222, params)
if (this.jbxxzjbh && !self.ifAddToUpdate) {
// params.append("jbAsjbh", self.jbAsjbh);
......@@ -822,9 +876,11 @@ export default {
this.$alert('更新成功!', '提示', {
confirmButtonText: '确定',
type: 'success',
callbcak: () => {
callback: () => {
debugger
window.opener.location.reload()
window.close()
this.loadingLr = false
}
})
} else {
......@@ -832,7 +888,10 @@ export default {
// this.$message.error("更新失败");
this.$alert('更新失败!', '提示', {
confirmButtonText: '确定',
type: 'error'
type: 'error',
callback: () => {
this.loadingLr = false
}
})
}
})
......@@ -848,9 +907,11 @@ export default {
this.$alert('保存成功!', '提示', {
confirmButtonText: '确定',
type: 'success',
callbcak: () => {
callback: () => {
debugger
window.opener.location.reload()
window.close()
this.loadingLr = false
}
})
} else {
......@@ -858,7 +919,10 @@ export default {
// this.$message.error("保存失败");
this.$alert('保存失败!', '提示', {
confirmButtonText: '确定',
type: 'error'
type: 'error',
callback: () => {
this.loadingLr = false
}
})
}
})
......@@ -867,6 +931,7 @@ export default {
getshuju () {
var self = this
var entityName = 'gaxx'
self.loadingLr = true
getTldGaxxAll({
xxzjbh: self.xxzjbh
}).then(res => {
......@@ -1218,9 +1283,10 @@ export default {
})
self.$set(self.formLabelAlign, 'editing', true)
self.$forceUpdate()
setTimeout(() => {
// setTimeout(() => {
self.loading = false
}, 1000)
// }, 1000)
self.loadingLr = false
// this.isEmpty()
console.log(55555555, self.formLabelAlign)
})
......@@ -1229,6 +1295,7 @@ export default {
/**自定义事件 */
callSelfDefineEvent (params) {
var self = this
debugger
console.log(params)
if (!params.method) {
// self.$message.error("方法名错误,操作失败");
......
......@@ -813,6 +813,7 @@ export default {
},
getshuju () {
var self = this
self.loading = true
var entityName = ''
getTldxyr({
xxzjbh: self.xxzjbh
......
......@@ -914,7 +914,6 @@ export default {
this.$alert('保存草稿成功!', '提示', {
confirmButtonText: '确定',
type: 'success',
callback: () => {
window.opener.location.reload()
this.loadingNbyj = false
......
......@@ -3161,8 +3161,7 @@ export default {
confirmButtonText: '确定',
type: 'waring'
}).then(() => {
// if (file.uid == )
if (this.$route.query.fkxxzjbh) {
if (file.xxzjbh) {
this.xXxxzjbhSc = file.xxzjbh
} else {
this.xXxxzjbhSc = this.xcfjSc
......
......@@ -823,9 +823,6 @@ export default {
} else {
obj.sfsjspPdbz = '0'
}
if (this.$route.query.sfhb) {
obj.sfhb = '1'
}
this.loadingHcfksh = true
hcfkSp(obj)
.then(res => {
......
......@@ -596,7 +596,7 @@ export default {
nblxdm: this.formLabelAlign1.nblxdm,
nbyj: this.formLabelAlign1.nbyj,
nbyjbt: `关于${this.nbyjbt}拟办意见`,
glxxXxzjbh: this.$route.query.glxxXxzjbh
// glxxXxzjbh: this.$route.query.glxxXxzjbh
}).then(res => {
this.$alert('保存草稿成功!', '提示', {
confirmButtonText: '确定',
......@@ -668,7 +668,7 @@ export default {
nbyj: this.formLabelAlign.nbyj,
nbyjbt: `关于${this.formLabelAlign.nbyjbt}拟办意见`,
shsexsbh: this.shsexsbh,
glxxXxzjbh: this.$route.query.glxxXxzjbh
// glxxXxzjbh: this.$route.query.glxxXxzjbh
}).then(res => {
this.$alert('保存并提请审批成功!', '提示', {
confirmButtonText: '确定',
......
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