Browse Source

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

qymljy 2 months ago
parent
commit
a7f43c82fb

+ 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: "进行中",