|
@@ -150,7 +150,7 @@
|
|
<div v-else-if="scope.row.expensesPurpose == 3">
|
|
<div v-else-if="scope.row.expensesPurpose == 3">
|
|
<span>{{ scope.row.warehouseName }}</span>
|
|
<span>{{ scope.row.warehouseName }}</span>
|
|
</div>
|
|
</div>
|
|
- <div v-else-if="scope.row.expensesPurpose == 5 || scope.row.expensesPurpose == 7 ">中天昊元</div>
|
|
|
|
|
|
+ <div v-else-if="scope.row.expensesPurpose == 5 || scope.row.expensesPurpose == 7 ">{{compName}}</div>
|
|
<div v-else-if="scope.row.expensesPurpose == 2">
|
|
<div v-else-if="scope.row.expensesPurpose == 2">
|
|
{{ scope.row.contractNo }}
|
|
{{ scope.row.contractNo }}
|
|
</div>
|
|
</div>
|
|
@@ -374,6 +374,7 @@ export default {
|
|
dialogVisible: false,
|
|
dialogVisible: false,
|
|
toExamineType: '',
|
|
toExamineType: '',
|
|
compId: localStorage.getItem('ws-pf_compId'),
|
|
compId: localStorage.getItem('ws-pf_compId'),
|
|
|
|
+ compName: localStorage.getItem('ws-pf_compName'),
|
|
dialogVisible1: false,
|
|
dialogVisible1: false,
|
|
deptCircularPage: {},
|
|
deptCircularPage: {},
|
|
searchType: '',
|
|
searchType: '',
|
|
@@ -981,6 +982,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
this.tableData = response.records
|
|
this.tableData = response.records
|
|
|
|
+ this.tableData.compName=localStorage.getItem('ws-pf_compName')
|
|
if (this.tableData.length > 0) {
|
|
if (this.tableData.length > 0) {
|
|
this.intotal =
|
|
this.intotal =
|
|
Number(this.tableData[0].inContractMoney) +
|
|
Number(this.tableData[0].inContractMoney) +
|