瀏覽代碼

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

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