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