@@ -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 || ''
}
})
},