Explorar o código

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

zhangyuewww %!s(int64=3) %!d(string=hai) anos
pai
achega
aa6d483102
Modificáronse 1 ficheiros con 6 adicións e 7 borrados
  1. 6 7
      src/views/statisticalReport/salesDeliveryReportList.vue

+ 6 - 7
src/views/statisticalReport/salesDeliveryReportList.vue

@@ -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){
 //在这里一定要记得类型匹配的上。