Source/UBCS-WEB/src/views/code/code.vue
@@ -3382,10 +3382,14 @@ }, // 最大流水号 maxSerialNum() { if (this.selectionList.length === 0) { if (this.selectionList.length <= 0) { this.$message.warning("请选择一条编码规则!"); return; } if(this.selectionList.length> 1){ this.$message.warning("只能选择一条编码规则!"); return; } this.maxSerial.visible = true; this.maxSerial.ruleOid = this.selectionList[0]["oid"]; },