|
@@ -398,13 +398,12 @@ export default {
|
|
|
this.getList()
|
|
|
this.showType = this.isShow
|
|
|
},
|
|
|
- computed:{
|
|
|
- sum:function(){
|
|
|
- this.amendlist.settlementPrice = Number(
|
|
|
- this.amendlist.unitPrice )+ Number(this.amendlist.basisPrice )+ Number(this.amendlist.invoiceFee)
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
+ // computed:{
|
|
|
+ // sum:function(){
|
|
|
+ // this.amendlist.settlementPrice = Number(
|
|
|
+ // this.amendlist.unitPrice )+ Number(this.amendlist.basisPrice )+ Number(this.amendlist.invoiceFee)
|
|
|
+ // }
|
|
|
+ // },
|
|
|
methods: {
|
|
|
selectInit(row){
|
|
|
//在这里一定要记得类型匹配的上。
|