Commit 872bd184 by gao_yingdong

线索审批

parent ce0775d5
...@@ -513,6 +513,8 @@ ...@@ -513,6 +513,8 @@
pageBs != 'queryZjcl' && pageBs != 'queryZjcl' &&
pageBs != 'xxtkgzfl' && pageBs != 'xxtkgzfl' &&
pageBs != 'djgzfxxsxx' && pageBs != 'djgzfxxsxx' &&
pageBs != 'queryXslb' &&
pageBs != 'queryWysp' &&
pageBs != 'queryRole' pageBs != 'queryRole'
" "
> >
...@@ -1566,6 +1568,8 @@ ...@@ -1566,6 +1568,8 @@
pageBs == 'queryJz' || pageBs == 'queryJz' ||
pageBs == 'xxtkgzfl' || pageBs == 'xxtkgzfl' ||
pageBs == 'djgzfxxsxx' || pageBs == 'djgzfxxsxx' ||
pageBs == 'queryXslb' ||
pageBs == 'queryWysp' ||
pageBs == 'queryRole' pageBs == 'queryRole'
) )
" "
...@@ -1774,6 +1778,8 @@ ...@@ -1774,6 +1778,8 @@
pageBs != 'xxtkgzfl' && pageBs != 'xxtkgzfl' &&
pageBs != 'querySqdlb' && pageBs != 'querySqdlb' &&
pageBs != 'djgzfxxsxx' && pageBs != 'djgzfxxsxx' &&
pageBs != 'queryXslb' &&
pageBs != 'queryWysp' &&
pageBs != 'queryRole' pageBs != 'queryRole'
" "
>删除</span >删除</span
...@@ -3437,6 +3443,70 @@ export default { ...@@ -3437,6 +3443,70 @@ export default {
item.orderStatuStr = "审批进行中"; item.orderStatuStr = "审批进行中";
item.orderStatusStr = "过期"; item.orderStatusStr = "过期";
} }
} else if (self.pageBs == "queryXslb") {
debugger;
if (item.xsXslx == "01") {
item.xsXslxStr = "QQ号码";
} else if (item.xsXslx == "02") {
item.xsXslxStr = "微信ID";
} else if (item.xsXslx == "03") {
item.xsXslxStr = "手机号码";
} else if (item.xsXslx == "04") {
item.xsXslxStr = "IMSI";
} else if (item.xsXslx == "05") {
item.xsXslxStr = "IMEI";
} else if (item.xsXslx == "06") {
item.xsXslxStr = "身份证号";
} else if (item.xsXslx == "07") {
item.xsXslxStr = "车牌号";
} else if (item.xsXslx == "08") {
item.xsXslxStr = "案件编号";
} else if (item.xsXslx == "09") {
item.xsXslxStr = "MAC地址";
} else if (item.xsXslx == "10") {
item.xsXslxStr = "银行卡号";
}
if (item.xsStatus == "1") {
item.xsStatusStr = "暂存";
} else if (item.xsStatus == "2") {
item.xsStatusStr = "在审";
} else if (item.xsStatus == "3") {
item.xsStatusStr = "审批通过";
} else if (item.xsStatus == "6") {
item.xsStatusStr = "审批驳回";
} else if (item.xsStatus == "4") {
item.xsStatusStr = "过期";
} else if (item.xsStatus == "11") {
item.xsStatusStr = "一级审批已审";
}
} else if (self.pageBs == "queryWysp") {
debugger;
if (item.orderMethod == "1") {
item.orderMethodStr = "二级审批";
} else if (item.orderMethod == "3") {
item.orderMethodStr = "一级审批";
}
if (item.orderStatus == "1") {
item.orderStatusStr = "暂存";
} else if (item.orderStatus == "2") {
item.orderStatusStr = "再审";
} else if (item.orderStatus == "3") {
item.orderStatusStr = "一级领导已审";
} else if (item.orderStatus == "4") {
item.orderStatusStr = "审批通过";
} else if (item.orderStatus == "5") {
item.orderStatusStr = "双签已审";
} else if (item.orderStatus == "6") {
item.orderStatusStr = "撤回";
} else if (item.orderStatus == "7") {
item.orderStatusStr = "一级领导驳回";
} else if (item.orderStatus == "8") {
item.orderStatusStr = "二级领导驳回";
} else if (item.orderStatus == "9") {
item.orderStatusStr = "双签驳回";
} else if (item.orderStatusIsgq == "1") {
item.orderStatusStr = "过期";
}
} }
}); });
debugger; debugger;
......
...@@ -13,22 +13,15 @@ ...@@ -13,22 +13,15 @@
<span class="hbyps" @click="add(scope.scope)"> <span class="hbyps" @click="add(scope.scope)">
<i class="el-icon-plus"></i>新增</span <i class="el-icon-plus"></i>新增</span
> >
</template> </template> -->
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="toXdzl(scope.scope)">下达指令</span> <span class="hbyp" @click="toXdzl(scope.scope)">详情</span>
<span <span
v-if="scope.scope.row.sfkxg == 1"
class="hbyp" class="hbyp"
@click="edit(scope.scope)" @click="edit(scope.scope)"
>修改</span >流程</span
> >
<span </template>
v-if="scope.scope.row.sfksc == 1"
class="hbyp"
@click="dele(scope.scope)"
>删除</span
>
</template> -->
</right-content> </right-content>
</div> </div>
</template> </template>
...@@ -112,12 +105,12 @@ export default { ...@@ -112,12 +105,12 @@ export default {
}, },
{ {
label: "审批等级", label: "审批等级",
prop: "orderMethod", prop: "orderMethodStr",
width: "200", width: "200",
}, },
{ {
label: "审请单状态", label: "审请单状态",
prop: "xsSxz", prop: "orderStatusStr",
width: "200", width: "200",
}, },
{ {
......
...@@ -13,22 +13,13 @@ ...@@ -13,22 +13,13 @@
<span class="hbyps" @click="add(scope.scope)"> <span class="hbyps" @click="add(scope.scope)">
<i class="el-icon-plus"></i>新增</span <i class="el-icon-plus"></i>新增</span
> >
</template>
<template #btnGroup="scope">
<span class="hbyp" @click="toXdzl(scope.scope)">下达指令</span>
<span
v-if="scope.scope.row.sfkxg == 1"
class="hbyp"
@click="edit(scope.scope)"
>修改</span
>
<span
v-if="scope.scope.row.sfksc == 1"
class="hbyp"
@click="dele(scope.scope)"
>删除</span
>
</template> --> </template> -->
<template #btnGroup="scope">
<span class="hbyp" @click="toXdzl(scope.scope)">详情</span>
<span class="hbyp" @click="edit(scope.scope)">编辑</span>
<span class="hbyp" @click="dele(scope.scope)">流程</span>
<span class="hbyp" @click="dele(scope.scope)">删除</span>
</template>
</right-content> </right-content>
</div> </div>
</template> </template>
...@@ -91,7 +82,7 @@ export default { ...@@ -91,7 +82,7 @@ export default {
{ value: "10", name: "银行卡号" }, { value: "10", name: "银行卡号" },
], ],
}, },
{ {
name: "线索状态", name: "线索状态",
id: "xsStatus", id: "xsStatus",
type: "select", type: "select",
...@@ -128,12 +119,12 @@ export default { ...@@ -128,12 +119,12 @@ export default {
}, },
{ {
label: "线索类型", label: "线索类型",
prop: "xsXslx", prop: "xsXslxStr",
width: "200", width: "200",
}, },
{ {
label: "审批状态", label: "审批状态",
prop: "xsSxz", prop: "xsStatusStr",
width: "200", width: "200",
}, },
{ {
......
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