田源
2023-09-15 80ef464bf93212805d6b36f12b7791edda04e23e
Source/UBCS-WEB/src/views/code/code.vue
@@ -1341,7 +1341,7 @@
      /*克隆编码规则对话框控制变量*/
      cloneSettingBox: false,
      /*从其他规则克隆码段*/
      cloneOtherCodeRuleSettingBox: false,
@@ -1868,14 +1868,15 @@
        if (!this.tipsCodeSecValueMessage(this.codeFixdForm.id)) {
          return;
        }
        this.codeFixdForm.codeFixedSecOid =
          this.codefixedsecOrCodeclassifysec.oid;
        this.codeFixdForm.codeFixedSecOid = this.codefixedsecOrCodeclassifysec.oid;
        addSaveCodeFixedValue(this.codeFixdForm).then(
          () => {
            this.loadFixedValueTableData({
              oid: this.codefixedsecOrCodeclassifysec.oid,
            });
            this.clearFixedOrClassifyForm("codefixedsec");
            this.$refs.crudFixedValue.refreshTable();
            this.$refs.crudFixedValue.doLayout();
            this.$message({
              type: "success",
              message: "操作成功!",
@@ -2418,7 +2419,7 @@
        this.updateStatus(oid, update);
      }
    },
    /** 打开编码规则克隆对话框*/
    openCodeRuleDialog() {
      if (!this.tipsMessage(this.selectionList)) {