feat: There is no way the,Laws

This commit is contained in:
super_liu
2021-10-31 18:20:13 +08:00
parent 7249f0d94d
commit ad80f31390
8 changed files with 4909 additions and 1 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -142,6 +142,21 @@
</div>
</el-card>
</el-col>
<el-col :span="size ? 6 : 8" v-btn-permission="''">
<el-card shadow="hover">
<div class="card-box" @click="handleCreateProcess('laws1')">
<div class="card-top">
<div class="card-top-left">
<img :src="getImg(Math.floor(Math.random() * 6))">
</div>
<div class="card-top-right">
<div class="card-top-right-text">政策入库流程</div>
<div class="card-top-right-line"></div>
</div>
</div>
</div>
</el-card>
</el-col>
<el-col :span="size ? 6 : 8" v-btn-permission="'2e3f4c0aaf77629755533255f1335801'">
<el-card shadow="hover">
<div class="card-box" @click="handleCreateProcess('17')">
@@ -360,6 +375,12 @@ export default {
name: 'bzdyStep1'
})
break
case 'laws1':
// 政策入库流程
this.$router.push({
name: 'zcrkStep1'
})
break
case '1':
// 标准入库流程
this.$router.push({
@@ -320,6 +320,31 @@ export default {
})
}
break
case 'laws1':
if (row.taskInfo === '政策入库审批') {
this.$router.push({
name: 'zcrkStep2',
query: {
taskIds: row.taskIds,
prcId: row.prcId,
prcNum: row.prcNum,
prcName: row.prcName,
prcType: row.prcType
}
})
}else if (row.taskInfo === '重新发起入库流程'){
this.$router.push({
name: 'zcrkStep1',
query: {
taskIds: row.taskIds,
prcId: row.prcId,
prcNum: row.prcNum,
prcName: row.prcName,
prcType: row.prcType
}
})
}
break
case '2':
if (row.taskInfo === '责任对接人选择责任人') {
this.$router.push({
@@ -398,6 +398,32 @@ export default {
bpnId: id
}
})
break
// 标准入库、
case 'laws1':
if(mes !== null && mes.taskInfo !== null){
if (mes.taskInfo === '申请人发起') {
this.$router.push({
name: 'zcrkStep1',
query: {
type: '1',
processName: '申请人发起流程',
bpnId: id,
verifySarStandard: true,
}
})
}
}else {
this.$router.push({
name: 'zcrkStep1',
query: {
type: '1',
processName: '申请人发起流程',
bpnId: id,
verifySarStandard: true,
}
})
}
break
}
},
@@ -351,7 +351,7 @@
<el-input
v-model="sarLawsStandEO.lawsNumber"
:maxlength="100"
placeholder="请输入政策分类"
placeholder="请输入政策编号"
clearable
></el-input>
</el-form-item>
+27
View File
@@ -709,6 +709,33 @@ const routes = [
title: '标准入库流程'
}
},
{
path: '/zcrkStep1',
name: 'zcrkStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/zcrk/step1.vue'),
meta: {
requireAuth: true,
title: '政策入库流程'
}
},
{
path: '/zcrkStep2',
name: 'zcrkStep2',
component: () => import('@/pages/processCenter/pages/creatProcess/zcrk/step2.vue'),
meta: {
requireAuth: true,
title: '政策入库流程'
}
},
{
path: '/zcrkStep5',
name: 'zcrkStep5',
component: () => import('@/pages/processCenter/pages/creatProcess/zcrk/step5.vue'),
meta: {
requireAuth: true,
title: '政策入库流程'
}
},
{
path: '/bzdyStep1',
name: 'bzdyStep1',