|
@@ -751,7 +751,7 @@ export default {
|
751
|
751
|
|
752
|
752
|
for(let i=0;i<this.tableInfo.length;i++){
|
753
|
753
|
this.tableInfo[i].index = i+1
|
754
|
|
- this.tableInfo[i].total_price = (this.tableInfo[i].warehousing_count * this.tableInfo[i].packing_price).toFixed(2)
|
|
754
|
+ this.tableInfo[i].total_price = (this.tableInfo[i].warehousing_count * this.tableInfo[i].price).toFixed(2)
|
755
|
755
|
}
|
756
|
756
|
console.log("总共条数555",this.tableInfo)
|
757
|
757
|
import('@/vendor/Export2Excel').then(excel => {
|