|
@@ -406,8 +406,6 @@ export default {
|
|
|
return Number(currentTotalTip) > Number(current) ? 'color: red' : '';
|
|
|
},
|
|
|
setCellClassName({ column, row, columnIndex }) {
|
|
|
- console.log(columnIndex)
|
|
|
-
|
|
|
const { label } = column;
|
|
|
let base = ''
|
|
|
|
|
@@ -486,7 +484,7 @@ export default {
|
|
|
this.selfSupport.companyArr = [
|
|
|
{
|
|
|
...amountData,
|
|
|
- order_type: '自营订单',
|
|
|
+ // order_type: '自营订单',
|
|
|
companyNo: 'selfSupportOrderAmount',
|
|
|
companyName: '合计'
|
|
|
},
|
|
@@ -499,10 +497,9 @@ export default {
|
|
|
...this.selfSupport.companyArr
|
|
|
]
|
|
|
|
|
|
-
|
|
|
- this.lastSupportCompany = this.selfSupport.companyArr[this.selfSupport.companyArr.length -1].companyName
|
|
|
-
|
|
|
- console.log(this.selfSupport.companyArr)
|
|
|
+ this.lastSupportCompany = this.selfSupport.companyArr[this.selfSupport.companyArr.length -1].companyName
|
|
|
+ const middle = Math.floor(this.selfSupport.companyArr.length / 2)
|
|
|
+ this.selfSupport.companyArr[middle].order_type = '自营订单'
|
|
|
|
|
|
this.otherSupport.companyAmount = [
|
|
|
{
|
|
@@ -512,8 +509,6 @@ export default {
|
|
|
companyNo: 'otherSupportOrderAmount'
|
|
|
}
|
|
|
]
|
|
|
-
|
|
|
-
|
|
|
this.totalAmount = [{
|
|
|
...amountData,
|
|
|
companyNo: 'totalAmount',
|