Explorar el Código

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

xiaosonghong hace 2 días
padre
commit
1b3a8a4ddb
Se han modificado 1 ficheros con 1 adiciones y 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
             }