From e282b39a750d245f86a08194a6f4d02d545232ef Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 01 十一月 2024 10:47:36 +0800 Subject: [PATCH] 历史数据导入码值查重条件加上版次条件 --- Source/UBCS-WEB/src/const/code/codebasic.js | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js index 5f52389..120556d 100644 --- a/Source/UBCS-WEB/src/const/code/codebasic.js +++ b/Source/UBCS-WEB/src/const/code/codebasic.js @@ -1,14 +1,16 @@ export default { - height:'260', + tip: false, editBtn: false, addBtn: false, searchShow: false, + height:218, searchMenuSpan: 5, disablePage: false, border: true, index: true, viewBtn: false, + delBtn: false, selection: true, menuWidth:260, dialogClickModal: false, @@ -42,7 +44,14 @@ { label: "鐮佹绫诲瀷", prop: "secTypeText", - } - + }, + { + label: "鍓嶇紑", + prop: "prefixCode", + }, + { + label: "鍚庣紑", + prop: "suffixCode", + }, ] } -- Gitblit v1.9.3