Browse Source

完善案件委托

master
yunuo970428 1 year ago
parent
commit
87c071d143
  1. 6
      anrui-riskcenter-ui/src/views/casedelegation/casedelegationAdd.vue
  2. 6
      anrui-riskcenter-ui/src/views/casedelegation/casedelegationInfo.vue
  3. 6
      anrui-riskcenter-ui/src/views/workFlow/weituoFlow/casedelegationDaiBan.vue
  4. 6
      anrui-riskcenter-ui/src/views/workFlow/weituoFlow/casedelegationEdit.vue
  5. 6
      anrui-riskcenter-ui/src/views/workFlow/weituoFlow/casedelegationYiBan.vue
  6. 2
      anrui-riskcenter-ui/src/views/workFlow/weituoFlow/relation/shangsuInfo.vue
  7. 2
      anrui-riskcenter-ui/src/views/workFlow/weituoFlow/relation/susongInfo.vue

6
anrui-riskcenter-ui/src/views/casedelegation/casedelegationAdd.vue

@ -74,8 +74,8 @@
<div class="title titleOne">
<div>诉讼方案</div>
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center">
<el-button type="priamry" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="priamry" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
<el-button type="primary" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="primary" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
</div>
</div>
<el-row>
@ -282,7 +282,7 @@ export default {
},
lookSuS() {
if (this.formobj.susSid !== '') {
this.viewState = 2
this.viewState = 3
this.$refs['divCaseaction'].showInfo({ sid: this.formobj.susSid })
} else {
this.$message({ showClose: true, type: 'error', message: '暂无诉讼记录' })

6
anrui-riskcenter-ui/src/views/casedelegation/casedelegationInfo.vue

@ -72,8 +72,8 @@
<div class="title titleOne">
<div>诉讼方案</div>
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center">
<el-button type="priamry" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="priamry" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
<el-button type="primary" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="primary" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
</div>
</div>
<el-row>
@ -231,7 +231,7 @@ export default {
},
lookSuS() {
if (this.formobj.susSid !== '') {
this.viewState = 2
this.viewState = 3
this.$refs['divCaseaction'].showInfo({ sid: this.formobj.susSid })
} else {
this.$message({ showClose: true, type: 'error', message: '暂无诉讼记录' })

6
anrui-riskcenter-ui/src/views/workFlow/weituoFlow/casedelegationDaiBan.vue

@ -75,8 +75,8 @@
<div class="title titleOne">
<div>诉讼方案</div>
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center">
<el-button type="priamry" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="priamry" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
<el-button type="primary" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="primary" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
</div>
</div>
<el-row>
@ -342,7 +342,7 @@ export default {
},
lookSuS() {
if (this.formobj.susSid !== '') {
this.viewState = 2
this.viewState = 3
this.$refs['divCaseaction'].showInfo({ sid: this.formobj.susSid })
} else {
this.$message({ showClose: true, type: 'error', message: '暂无诉讼记录' })

6
anrui-riskcenter-ui/src/views/workFlow/weituoFlow/casedelegationEdit.vue

@ -73,8 +73,8 @@
<div class="title titleOne">
<div>诉讼方案</div>
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center">
<el-button type="priamry" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="priamry" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
<el-button type="primary" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="primary" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
</div>
</div>
<el-row>
@ -251,7 +251,7 @@ export default {
},
lookSuS() {
if (this.formobj.susSid !== '') {
this.viewState = 2
this.viewState = 3
this.$refs['divCaseaction'].showInfo({ sid: this.formobj.susSid })
} else {
this.$message({ showClose: true, type: 'error', message: '暂无诉讼记录' })

6
anrui-riskcenter-ui/src/views/workFlow/weituoFlow/casedelegationYiBan.vue

@ -72,8 +72,8 @@
<div class="title titleOne">
<div>诉讼方案</div>
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center">
<el-button type="priamry" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="priamry" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
<el-button type="primary" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button>
<el-button type="primary" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button>
</div>
</div>
<el-row>
@ -266,7 +266,7 @@ export default {
},
lookSuS() {
if (this.formobj.susSid !== '') {
this.viewState = 2
this.viewState = 3
this.$refs['divCaseaction'].showInfo({ sid: this.formobj.susSid })
} else {
this.$message({ showClose: true, type: 'error', message: '暂无诉讼记录' })

2
anrui-riskcenter-ui/src/views/workFlow/weituoFlow/relation/shangsuInfo.vue

@ -7,7 +7,7 @@
<el-button type="info" size="small" @click="handleReturn()">关闭</el-button>
</div>
</div>
<div class="listconadd">
<div class="">
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02">
<el-row style="border-top: 1px solid #e0e3eb">
<el-col :span="8">

2
anrui-riskcenter-ui/src/views/workFlow/weituoFlow/relation/susongInfo.vue

@ -7,7 +7,7 @@
<el-button type="info" size="small" @click="handleReturn()">关闭</el-button>
</div>
</div>
<div class="listconadd">
<div class="">
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02">
<div style="font-size: 16px;text-align: right">金额单位</div>
<el-row style="border-top: 1px solid #e0e3eb">

Loading…
Cancel
Save