瀏覽代碼

出货开票预测管理详情,项目成交预测管理详情

qymljy 2 月之前
父節點
當前提交
a813b93918

+ 2 - 0
src/HDrpManagement/invoicePredictionManage/details/index.vue

@@ -327,6 +327,7 @@ export default {
       },
       screenWidth: 0, // 存储当前屏幕的宽度
       multipleSize: 0, // 根据屏幕宽度计算得出的值
+      departmentid:JSON.parse(sessionStorage.getItem('accountinfo')).hr.departmentid
     };
   },
   methods: {
@@ -411,6 +412,7 @@ export default {
     },
     async listData() {
       this.param.content.title = this.mainData.title;
+      this.param.content.dataid = this.departmentid;
       const res = await this.$api.requested(this.param);
       this.list = res.data.data;
       this.allhr = res.data.allhr;

+ 2 - 0
src/HDrpManagement/projectPredictionManage/details/index.vue

@@ -266,6 +266,7 @@ export default {
           unLeave: 1,
         },
       },
+      departmentid:JSON.parse(sessionStorage.getItem('accountinfo')).hr.departmentid
     };
   },
   methods: {
@@ -334,6 +335,7 @@ export default {
     },
     async listData() {
       this.param.content.title = this.mainData.title;
+      this.param.content.dataid = this.departmentid
       const res = await this.$api.requested(this.param);
       this.list = res.data.data;
       this.allhr = res.data.allhr;