Browse Source

完善案件上诉管理

master
yunuo970428 1 year ago
parent
commit
4f2c67e2fa
  1. 19
      anrui-riskcenter-ui/src/views/caseappeal/caseappealAdd.vue
  2. 14
      anrui-riskcenter-ui/src/views/caseappeal/caseappealInfo.vue
  3. 16
      anrui-riskcenter-ui/src/views/workFlow/shangsuFlow/caseappealDaiBan.vue
  4. 13
      anrui-riskcenter-ui/src/views/workFlow/shangsuFlow/caseappealEdit.vue
  5. 16
      anrui-riskcenter-ui/src/views/workFlow/shangsuFlow/caseappealYiBan.vue

19
anrui-riskcenter-ui/src/views/caseappeal/caseappealAdd.vue

@ -128,7 +128,7 @@
<el-row>
<el-col :span="24">
<div class="span-sty">判决资料</div>
<el-form-item><el-image class="addinputInfo" style="width: 150px;height: 150px" v-for="(item, index) in formobj.pjclFiles" :key="index" :src="item" :preview-src-list="formobj.pjclFiles" /></el-form-item>
<el-form-item><el-image class="addinputInfo" style="width: 150px;height: 150px" v-for="(item, index) in image_list" :key="index" :src="item" :preview-src-list="image_list" /></el-form-item>
</el-col>
</el-row>
<div class="title">车辆信息</div>
@ -190,6 +190,7 @@ export default {
submitdisabled: false,
tableKey: 0,
index: 0,
image_list: [],
formobj: {
appealDueDate: '',
arrearsTotal: '',
@ -249,6 +250,13 @@ export default {
req.init({ sid: sid, userSid: window.sessionStorage.getItem('userSid'), orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => {
if (res.success) {
this.formobj = res.data
if (this.formobj.pjclFiles.length > 0) {
const aa = []
this.formobj.pjclFiles.forEach((e) => {
aa.push(e.url)
})
this.image_list = aa
}
}
})
},
@ -260,6 +268,14 @@ export default {
req.fetchBySid(row.sid).then((res) => {
if (res.success) {
this.formobj = res.data
this.formobj.instanceId = res.data.procInstSid
if (this.formobj.pjclFiles.length > 0) {
const aa = []
this.formobj.pjclFiles.forEach((e) => {
aa.push(e.url)
})
this.image_list = aa
}
}
})
},
@ -346,6 +362,7 @@ export default {
useOrgSid: '',
ysclFiles: []
}
this.image_list = []
this.submitdisabled = false
this.$emit('doback')
}

14
anrui-riskcenter-ui/src/views/caseappeal/caseappealInfo.vue

@ -242,6 +242,20 @@ export default {
req.fetchBySid(row.sid).then((res) => {
if (res.success) {
this.formobj = res.data
if (this.formobj.pjclFiles.length > 0) {
const aa = []
this.formobj.pjclFiles.forEach((e) => {
aa.push(e.url)
})
this.formobj.pjclFiles = aa
}
if (this.formobj.ysclFiles.length > 0) {
const aa = []
this.formobj.ysclFiles.forEach((e) => {
aa.push(e.url)
})
this.formobj.ysclFiles = aa
}
}
})
},

16
anrui-riskcenter-ui/src/views/workFlow/shangsuFlow/caseappealDaiBan.vue

@ -335,7 +335,7 @@ export default {
params: {
//
code: 2,
data: 400 + 'px'
data: 500 + 'px'
}
}, '*')
},
@ -348,6 +348,20 @@ export default {
req.fetchBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data
if (this.formobj.pjclFiles.length > 0) {
const aa = []
this.formobj.pjclFiles.forEach((e) => {
aa.push(e.url)
})
this.formobj.pjclFiles = aa
}
if (this.formobj.ysclFiles.length > 0) {
const aa = []
this.formobj.ysclFiles.forEach((e) => {
aa.push(e.url)
})
this.formobj.ysclFiles = aa
}
}
})
selectStaffListss().then((res) => {

13
anrui-riskcenter-ui/src/views/workFlow/shangsuFlow/caseappealEdit.vue

@ -127,7 +127,7 @@
<el-row>
<el-col :span="24">
<div class="span-sty">判决资料</div>
<el-form-item><el-image class="addinputInfo" style="width: 150px;height: 150px" v-for="(item, index) in formobj.pjclFiles" :key="index" :src="item" :preview-src-list="formobj.pjclFiles" /></el-form-item>
<el-form-item><el-image class="addinputInfo" style="width: 150px;height: 150px" v-for="(item, index) in image_list" :key="index" :src="item" :preview-src-list="image_list" /></el-form-item>
</el-col>
</el-row>
<div class="title">车辆信息</div>
@ -189,6 +189,7 @@ export default {
submitdisabled: false,
tableKey: 0,
index: 0,
image_list: [],
formobj: {
appealDueDate: '',
arrearsTotal: '',
@ -252,7 +253,7 @@ export default {
params: {
//
code: 2,
data: 400 + 'px'
data: 500 + 'px'
}
}, '*')
},
@ -265,6 +266,14 @@ export default {
req.fetchBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data
this.formobj.instanceId = res.data.procInstSid
if (this.formobj.pjclFiles.length > 0) {
const aa = []
this.formobj.pjclFiles.forEach((e) => {
aa.push(e.url)
})
this.image_list = aa
}
}
})
},

16
anrui-riskcenter-ui/src/views/workFlow/shangsuFlow/caseappealYiBan.vue

@ -264,7 +264,7 @@ export default {
params: {
//
code: 2,
data: 400 + 'px'
data: 500 + 'px'
}
}, '*')
},
@ -277,6 +277,20 @@ export default {
req.fetchBySid(sid).then((res) => {
if (res.success) {
this.formobj = res.data
if (this.formobj.pjclFiles.length > 0) {
const aa = []
this.formobj.pjclFiles.forEach((e) => {
aa.push(e.url)
})
this.formobj.pjclFiles = aa
}
if (this.formobj.ysclFiles.length > 0) {
const aa = []
this.formobj.ysclFiles.forEach((e) => {
aa.push(e.url)
})
this.formobj.ysclFiles = aa
}
}
})
},

Loading…
Cancel
Save