ludc
2023-10-18 c958ebb34b91f17e52bcc9ca5de11e8087affda5
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"];
    },