소스 검색

出货开票预测、项目成交预测范围查询调整

qymljy 9 달 전
부모
커밋
a7f43c82fb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/SDrpManagement/invoicePrediction/index.vue
  2. 1 1
      src/SDrpManagement/projectPrediction/index.vue

+ 1 - 1
src/SDrpManagement/invoicePrediction/index.vue

@@ -165,7 +165,7 @@ export default {
       dateSelect: "",
       predictionDate: "",
       usertype: JSON.parse(sessionStorage.getItem("active_account")).usertype,
-      type: 1,
+      type: JSON.parse(sessionStorage.getItem("active_account")).usertype == 0 ? 99 : 0,
       status: [
         {
           value: "进行中",

+ 1 - 1
src/SDrpManagement/projectPrediction/index.vue

@@ -155,7 +155,7 @@ export default {
       usertype: JSON.parse(sessionStorage.getItem("active_account")).usertype,
       dateSelect: "",
       predictionDate: "",
-      type: 1,
+      type: JSON.parse(sessionStorage.getItem("active_account")).usertype == 0 ? 99 : 0,
       status: [
         {
           value: "进行中",