Commit 3011de7b by liuyaxin

审批提请条件修改

parent 35903014
......@@ -24,11 +24,21 @@
},
{
"ids":"80867",
"label":"警务辅助",
"codeType":"CODE_JSRY_RYFL",
"text":"警务辅助",
"pId":null,
"id":"3",
"isParent":false,
"children":[]
},
{
"ids":"80868",
"label":"其他",
"codeType":"CODE_JSRY_RYFL",
"text":"其他",
"pId":null,
"id":"3",
"id":"4",
"isParent":false,
"children":[]
}
......
......@@ -648,8 +648,8 @@ export default {
orderXxzjbh: this.detailInfo.orderXxzjbh,
fxDogXxzjbh: this.$route.query.xxzjbh,
glxxzjbhSource: "01",
spType: "01",
// spType: spType,
// spType: "01",
spType: spType,
}).then((res) => {
if (res.success) {
self.$alert("提请审核通过", "提示", {
......
......@@ -477,13 +477,7 @@
v-if="
detailInfo.spstatus != '01' &&
detailInfo.spstatus != '02' &&
((detailInfo.trainingLevelId == '4' &&
userInfoJson.grade == 'X') ||
((detailInfo.trainingLevelId == '2' ||
detailInfo.trainingLevelId == '3') &&
(userInfoJson.grade == 'X' || userInfoJson.grade == 'D')) ||
(detailInfo.trainingLevelId == '1' &&
userInfoJson.grade != 'B'))
userInfoJson.grade != 'B'
"
>提请审批</el-button
>
......@@ -744,8 +738,8 @@ export default {
orderXxzjbh: this.detailInfo.orderXxzjbh,
fxDogXxzjbh: this.$route.query.xxzjbh,
glxxzjbhSource: "02",
spType: "01",
// spType: spType,
// spType: "01",
spType: spType,
}).then((res) => {
if (res.success) {
self.$alert("提请审核通过", "提示", {
......
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