浏览代码

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

zhongtianhaoyuan 2 年之前
父节点
当前提交
907151afac
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)