Browse Source

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

zhongtianhaoyuan 2 years ago
parent
commit
907151afac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/warehousenew/warehousingOrder.vue

+ 1 - 0
src/views/warehousenew/warehousingOrder.vue

@@ -1137,6 +1137,7 @@ export default {
       getbyname({ warehouseId: this.currectdata[0].baseId, goodsName: this.currectdata[0].goodsName }).toPromise()
         .then((response) => {
           if (response) {
+            let weight2 = 0
             for (let i = 0; i < this.currectdata.length; i++) {
               var weightedMoisture = (this.currectdata[i].weightedMoisture - 14)
               var deductWeight = 100 - (weightedMoisture * response.deductWeight)