田源
2023-09-08 5b15fa354b982d1bcad3678159349ed8f9bfe135
Source/UBCS-WEB/src/views/code/code.vue
@@ -476,17 +476,17 @@
      <!-- 分类码段码值管理 -->
      <el-row v-show="!isShowFixedForm">
        <el-col :span="11">
          <basic-container>
          <basic-container style="overflow:hidden">
            <div
              class="box classify_value_box"
              style="height: 60vh; margin-bottom: -40px"
            >
              <basic-container>
                <div class="abox" style="height: 54vh">
                <div class="abox">
                  <avue-tree
                    :data="classifyValueTreeData"
                    :option="classisyValueTreeOption"
                    style=""
                    style="height: calc(60vh - 100px);"
                    @node-click="classisyValueTreeOnodeClick"
                  />
                </div>
@@ -944,8 +944,6 @@
                    :key="item.itemValue"
                    :label="item.itemName"
                    :value="item.itemValue"
                    label="左补位"
                    value="codeattrsec"
                  >
                  </el-option>
                </el-select>
@@ -1230,8 +1228,7 @@
              <el-form-item
                :label-width="rightFormLabelWidth"
                label="编码补位方式:"
                required
              >
                required>
                <el-select
                  v-model="form.codeFillType"
                  :disabled="basicSecOnlyRead"
@@ -1405,7 +1402,7 @@
    </el-dialog>
  </basic-container>
</template>
<script>
import {
  gridCodeRule,
@@ -1458,6 +1455,7 @@
import { mapGetters } from "vuex";
import { getByRoleUserList } from "@/api/system/user";
import func from "@/util/func";
import logeVue from '../docking/loge.vue';
export default {
  data() {
@@ -3481,8 +3479,7 @@
          serialStart:
            row != null && row.serialStart != "" ? row.serialStart : 1, //流水号起始值
          serialStep: row != null && row.serialStep != "" ? row.serialStep : 1, //流水的步长
          codeFillType:
            row != null && row.codeFillType != ""
          codeFillType: row != null && row.codeFillType != ""
              ? row.codeFillType
              : "code_fill_left", //编码补位方式
          // codeFillSeparatorSelect: row!=null&&row.codeFillSeparatorSelect != '' ? row.codeFillSeparatorSelect:0,    //补位时的字符,选中的下拉框的下标
@@ -3505,6 +3502,8 @@
              ? row.customCodeSerialClass
              : "", //自定义流水算法
        });
        console.log(this.form);
        console.log(this.enumParam.codeFillType);
        this.loadCodeFillType();
        this.loadCodeFillSeparator();
      } else if (this.form.secType === "codelevelsec") {
@@ -3661,7 +3660,7 @@
  },
};
</script>
<style>
[class^="icon-"] {
  font-size: 12px !important;
@@ -3804,4 +3803,4 @@
/* .code-total > .basic-container__card {
    height: 100%;
  } */
</style>
</style>