@@ -366,6 +366,9 @@
}
this.excute(this.$service.collectService, this.$service.collectService.checkBarCode, params).then(res => {
if (res.code === this.$config.SUCCESS_CODE) {
+ if(0 == parseInt(res.data.flowNodeNum)){
+ this.labelFlag =true
+ }
this.getBarCodeMessage = res
//验证标签开启并且工序类型为产品码
if (this.$config.processType.productCode == this.opnKind && this.labelFlag) {
@@ -240,6 +240,9 @@