Explorar o código

厂边库出库修改,不需排队放行

xiaosonghong hai 2 días
pai
achega
1b3a8a4ddb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/SIDEWMS/components/oYeTransResult.vue

+ 1 - 1
src/views/SIDEWMS/components/oYeTransResult.vue

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