@@ -162,6 +162,9 @@ export default {
},
// 修改入库单价
handleEdit (costPrice, opt) {
+ if (!costPrice && costPrice != 0) {
+ return
+ }
this.updateSelectData({ id: opt.id, putCost: costPrice })
changeWarehouseCascade (val, opt) {