于继渤 1 anno fa
parent
commit
fbf0e99e9e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package-purchase/pages/purchase-return/add/add.js

+ 1 - 0
package-purchase/pages/purchase-return/add/add.js

@@ -198,6 +198,7 @@ Page({
       }
       res.supId = res.supId ? res.supId : null
       res.factPrice = res.priceInto
+      res.invQty = null
       res.factAmt = res.intoingAmt
       res.costAmt = Number(res.intoingQty * res.costPrice)
       res.itemIndex = itemIndex++