Explorar o código

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

gjy %!s(int64=2) %!d(string=hai) anos
pai
achega
3938deb908
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/taskManagement/supplyofgoods.vue

+ 1 - 1
src/views/taskManagement/supplyofgoods.vue

@@ -351,7 +351,7 @@
           .then((response) => {
             for (let i = 0; i < response.records.length; i++) {
               if(response.records[i].inType=='收购入库'){
-                response.records[i].surplusWeight=Number((response.records[i].surplusWeight/1000).toFixed(3))
+                response.records[i].surplusWeight=Number((response.records[i].surplusWeight).toFixed(3))
               }
               
             }