From d9f277335044119ab1616aa3a3058e03b20633ac Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期四, 20 七月 2023 17:59:40 +0800 Subject: [PATCH] 1、增加ALLCODE数据保存时通过ID判断是否有重复数据如果有重复数据则报错。 --- Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js b/Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js index 2226b8f..2eb57c3 100644 --- a/Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js +++ b/Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js @@ -1,6 +1,6 @@ export default { - with: '70%', - height: '55vh', + //width: '70%', + height: '60vh', calcHeight: 30, tip: false, editBtn: false, @@ -18,6 +18,7 @@ columnBtn: false, dialogClickModal: false, highlightCurrentRow: true, + rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌� column: [ { label: "鐮佸��", -- Gitblit v1.9.3