|
@@ -2345,7 +2345,7 @@ export default {
|
|
)
|
|
)
|
|
.then(res => {
|
|
.then(res => {
|
|
this.steelMap = res.data.data
|
|
this.steelMap = res.data.data
|
|
- if (this.steelMap.queueStartTime == null) {
|
|
|
|
|
|
+ if (this.steelMap.queueStartTime == null && this.steelMap.orderStatu != 2) {
|
|
this.$message.error('未放行无法出库')
|
|
this.$message.error('未放行无法出库')
|
|
return
|
|
return
|
|
}
|
|
}
|