| | |
| | | :key="item.itemValue" |
| | | :label="item.itemName" |
| | | :value="item.itemValue" |
| | | label="左补位" |
| | | value="codeattrsec" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | |
| | | <el-form-item |
| | | :label-width="rightFormLabelWidth" |
| | | label="编码补位方式:" |
| | | required |
| | | > |
| | | required> |
| | | <el-select |
| | | v-model="form.codeFillType" |
| | | :disabled="basicSecOnlyRead" |
| | |
| | | import { mapGetters } from "vuex"; |
| | | import { getByRoleUserList } from "@/api/system/user"; |
| | | import func from "@/util/func"; |
| | | import logeVue from '../docking/loge.vue'; |
| | | |
| | | export default { |
| | | data() { |
| | |
| | | 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, //补位时的字符,选中的下拉框的下标 |
| | |
| | | ? row.customCodeSerialClass |
| | | : "", //自定义流水算法 |
| | | }); |
| | | console.log(this.form); |
| | | console.log(this.enumParam.codeFillType); |
| | | this.loadCodeFillType(); |
| | | this.loadCodeFillSeparator(); |
| | | } else if (this.form.secType === "codelevelsec") { |