自动取放货

This commit is contained in:
2023-12-20 10:15:50 +08:00
parent 5ebfa2c543
commit e9118a8763

View File

@@ -261,9 +261,7 @@ export default {
this.selectObj = e this.selectObj = e
}, },
toSure (pcode, type) { toSure (pcode, type) {
if (this.selectObj.point_code) { this.confirmPoint(pcode, type)
this.confirmPoint(pcode, type)
}
}, },
toClear () { toClear () {
this.selectObj = {} this.selectObj = {}