Browse Source

oa成本表

jbb 2 years ago
parent
commit
b0ca57d355
1 changed files with 9 additions and 2 deletions
  1. 9 2
      src/views/cost-allocation-total/costDetailDrawer.vue

+ 9 - 2
src/views/cost-allocation-total/costDetailDrawer.vue

@@ -617,13 +617,20 @@ export default {
       costPayData: [],
       tabNameList:[],
       tabsAllData: [],
+      isView:false,
       visible: false,
       activeKey: '0',
       record: {} //点击的计划单号
     }
   },
-  created() {
-    // this.getALLDetail()
+  created(){
+    var ccode = this.$route.query.planNum;        
+    if (ccode != undefined && ccode != ""){
+      this.planNum = ccode;
+      // this.showSelect=1;
+      this.isView = true;
+      this.getALLDetail(this.planNum,'0');
+    }
   },
   methods: {
     // 详情所有数据