@@ -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: {
// 详情所有数据