|
@@ -73,7 +73,7 @@
|
|
},
|
|
},
|
|
options: [], //部门下拉框
|
|
options: [], //部门下拉框
|
|
sortOptions: [], //分类下拉框
|
|
sortOptions: [], //分类下拉框
|
|
- textarea:'每周星期四为活动时间', //项目简介
|
|
|
|
|
|
+ textarea:'', //项目简介
|
|
Member:{ //添加成员
|
|
Member:{ //添加成员
|
|
id:'',
|
|
id:'',
|
|
name:'',
|
|
name:'',
|
|
@@ -86,20 +86,15 @@
|
|
class:'',
|
|
class:'',
|
|
phone:''
|
|
phone:''
|
|
},
|
|
},
|
|
- tableData:[{ //成员列表
|
|
|
|
- id:'1',
|
|
|
|
- name:'徐晓慧',
|
|
|
|
- class:'22电子通信G5',
|
|
|
|
- phone:'13751177411',
|
|
|
|
- },
|
|
|
|
- ],
|
|
|
|
|
|
+ tableData:[], //成员列表
|
|
|
|
+
|
|
},
|
|
},
|
|
projectApplicationApply2:{ //项目内容页面
|
|
projectApplicationApply2:{ //项目内容页面
|
|
- contentOne:'11',
|
|
|
|
- contentTwo:'22',
|
|
|
|
- contentThree:'33',
|
|
|
|
- contentFour:'44',
|
|
|
|
- contentFive:'55',
|
|
|
|
|
|
+ contentOne:'',
|
|
|
|
+ contentTwo:'',
|
|
|
|
+ contentThree:'',
|
|
|
|
+ contentFour:'',
|
|
|
|
+ contentFive:'',
|
|
},
|
|
},
|
|
projectApplicationApply3:{ //预算经费页面
|
|
projectApplicationApply3:{ //预算经费页面
|
|
tableData: // 经费月支出计划列表数据默认显示数据
|
|
tableData: // 经费月支出计划列表数据默认显示数据
|
|
@@ -220,14 +215,19 @@
|
|
},
|
|
},
|
|
confirmSetFund(){ //预算经费设置经费对话框提交
|
|
confirmSetFund(){ //预算经费设置经费对话框提交
|
|
let data=this.projectApplicationApply3;
|
|
let data=this.projectApplicationApply3;
|
|
-
|
|
|
|
|
|
+ let ccc=this.projectApplicationApply1;
|
|
|
|
+
|
|
|
|
+
|
|
for(let key in data.items){
|
|
for(let key in data.items){
|
|
if (data.items[key]=='') {
|
|
if (data.items[key]=='') {
|
|
data.items[key]='-'
|
|
data.items[key]='-'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- data.items2=data.items;
|
|
|
|
|
|
+ data.items2=data.items; //如果提交后不用清除数据的话,这句不用写也行的,直接添加data.items
|
|
|
|
+
|
|
data.tableData.splice(0,1,data.items2)
|
|
data.tableData.splice(0,1,data.items2)
|
|
|
|
+
|
|
|
|
+
|
|
// data.items={} 解开就是点击确定后清空
|
|
// data.items={} 解开就是点击确定后清空
|
|
},
|
|
},
|
|
addFundDetail(){ //预算经费页面经费添加按钮
|
|
addFundDetail(){ //预算经费页面经费添加按钮
|