From 432bbf252ffc66393ac10e14958a8c412b3e401c Mon Sep 17 00:00:00 2001 From: zhangxp <zhangxp@chicecm.com> Date: 星期三, 07 六月 2023 16:06:55 +0800 Subject: [PATCH] 申领单页面只缺一个申领单状态接口 --- Source/UBCS-WEB/src/const/code/mdmrule.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js index 2a27f96..8793588 100644 --- a/Source/UBCS-WEB/src/const/code/mdmrule.js +++ b/Source/UBCS-WEB/src/const/code/mdmrule.js @@ -53,10 +53,17 @@ }, { label: "鐘舵��", - prop: "lcStatusText", + prop: "lcStatus", + value: "0", search: true, searchLabelWidth: 45, searchSpan: 5, + type: 'select', + dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus", + props: { + label: "itemName", + value: "itemValue" + }, display: false, }, ] -- Gitblit v1.9.3