|
@@ -95,6 +95,9 @@
|
|
label="教辅费用"
|
|
label="教辅费用"
|
|
prop="sdFee"></el-table-column>
|
|
prop="sdFee"></el-table-column>
|
|
<el-table-column align="left"
|
|
<el-table-column align="left"
|
|
|
|
+ label="单位/学校"
|
|
|
|
+ prop="poName"></el-table-column>
|
|
|
|
+ <el-table-column align="left"
|
|
label="备注"
|
|
label="备注"
|
|
width="300"
|
|
width="300"
|
|
:formatter="filterRemark">
|
|
:formatter="filterRemark">
|
|
@@ -249,17 +252,15 @@ export default {
|
|
return remark + ' ' + sdName;
|
|
return remark + ' ' + sdName;
|
|
},
|
|
},
|
|
exportis () {
|
|
exportis () {
|
|
- // var curTbl = document.getElementById('tableid');
|
|
|
|
- // this.tableId = curTbl;
|
|
|
|
- // console.log(curTbl);
|
|
|
|
- this.topForm.money = "";
|
|
|
|
- this.topForm.team = '';
|
|
|
|
- this.topForm.instruments = '';
|
|
|
|
- this.getstudentList(() => {
|
|
|
|
- setTimeout(() => {
|
|
|
|
- this.method5('tableid');
|
|
|
|
- }, 100);
|
|
|
|
- })
|
|
|
|
|
|
+ // this.topForm.money = "";
|
|
|
|
+ // this.topForm.team = '';
|
|
|
|
+ // this.topForm.instruments = '';
|
|
|
|
+ // this.getstudentList(() => {
|
|
|
|
+ // setTimeout(() => {
|
|
|
|
+ // this.method5('tableid');
|
|
|
|
+ // }, 100);
|
|
|
|
+ // })
|
|
|
|
+ this.method5('tableid');
|
|
},
|
|
},
|
|
|
|
|
|
// 导出
|
|
// 导出
|
|
@@ -386,7 +387,7 @@ export default {
|
|
sums[index] = '总价';
|
|
sums[index] = '总价';
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if(index === 2 || index === 3) {
|
|
|
|
|
|
+ if(index === 2 || index === 3 || index === 9) {
|
|
sums[index] = 'N/A'
|
|
sums[index] = 'N/A'
|
|
return
|
|
return
|
|
}
|
|
}
|