From a9b4e8e7761359060b73edb86e36fd169b618b56 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 02 十一月 2023 23:52:36 +0800 Subject: [PATCH] 基础码段增加前缀后缀;主数据历史数据导入,模板下载设置编号列为文本类型 --- Source/UBCS-WEB/src/views/modeling/Version.vue | 33 ++++++++++++++++++++------------- 1 files changed, 20 insertions(+), 13 deletions(-) diff --git a/Source/UBCS-WEB/src/views/modeling/Version.vue b/Source/UBCS-WEB/src/views/modeling/Version.vue index 70d4178..0125121 100644 --- a/Source/UBCS-WEB/src/views/modeling/Version.vue +++ b/Source/UBCS-WEB/src/views/modeling/Version.vue @@ -59,6 +59,7 @@ ], form:{}, option:{ + height:'auto', headerAlign:'center', align: 'center', border: true, @@ -100,13 +101,16 @@ } ] }, - { - label:"璺宠穬瀛楃", - prop: "skipCode" - }, + // { + // label:"璺宠穬瀛楃", + // prop: "skipCode" + // }, { label: "鍒濆鍊�", prop:"startCode", + type: 'number', + min:1, + max:99999, rules: [ { required: true, @@ -118,6 +122,9 @@ { label: "姝ラ暱", prop: "serialStep", + type: 'number', + min:1, + max:99999, rules: [ { required: true, @@ -126,14 +133,14 @@ } ] }, - { - label: "鍓嶇紑", - prop:"prefixCode" - }, - { - label: "鍚庣紑", - prop: "suffixCode" - }, + // { + // label: "鍓嶇紑", + // prop:"prefixCode" + // }, + // { + // label: "鍚庣紑", + // prop: "suffixCode" + // }, { label: "鎻忚堪", prop:"description", @@ -163,7 +170,7 @@ }, // 鏌ョ湅搴旂敤鑼冨洿 applyRangeSearch(){ - if (!this.selectRow && this.selectRow != 0){ + if (!this.selectRowData && this.selectRowData.length != 0){ console.log(this.selectRow); this.$message({ type:"warning", -- Gitblit v1.9.3