Преглед на файлове

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

qymljy преди 2 месеца
родител
ревизия
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: "进行中",