chenrui il y a 4 ans
Parent
commit
81abf78608

+ 1 - 1
src/views/purchasingManagement/bulkWarehousingOrder/productModal.vue

@@ -175,7 +175,7 @@ export default {
       const _this = this
       stockByProductSn({ sn: sn }).then(res => {
         if (res.status == 200) {
-          _this.form.productCost = res.data.lastStockCost
+          _this.form.productCost = res.data.lastStockCost || ''
         }
       })
     },