|
@@ -2,7 +2,7 @@
|
|
|
* @Author : yuanrunwei
|
|
|
* @Date : 2021-12-04 14:23:58
|
|
|
* @LastEditors: daiqisheng
|
|
|
- * @LastEditTime: 2022-03-31 14:57:06
|
|
|
+ * @LastEditTime: 2022-04-05 17:41:20
|
|
|
* @FilePath : \spfm-market-front\src\pages\main\performance\components\sheet.vue
|
|
|
-->
|
|
|
<template>
|
|
@@ -809,7 +809,7 @@ export default {
|
|
|
} else {
|
|
|
// 职位
|
|
|
let duty = JSON.parse(sessionStorage.userInfo).duty;
|
|
|
- if (duty === "7") {
|
|
|
+ if (duty === "7" && type === "0") {
|
|
|
this.manager_approve = true;
|
|
|
} else {
|
|
|
if (type === "2") {
|