From a85cb705274d8fbd9f5fba86ff1c39c13ac66de0 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期一, 16 十月 2023 17:46:02 +0800 Subject: [PATCH] 1.用户加控制启用,停用状态 2.根据流水依赖获取最大流水值 --- Source/UBCS-WEB/src/views/tool/code.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Source/UBCS-WEB/src/views/tool/code.vue b/Source/UBCS-WEB/src/views/tool/code.vue index f8d5740..76c0e36 100644 --- a/Source/UBCS-WEB/src/views/tool/code.vue +++ b/Source/UBCS-WEB/src/views/tool/code.vue @@ -69,6 +69,7 @@ height: 'auto', calcHeight: 30, dialogWidth: 900, + columnBtn:false, tip: false, searchShow: true, searchMenuSpan: 6, @@ -124,7 +125,7 @@ search: true, span: 24, type: "select", - dicUrl: "/api/blade-develop/model/select", + dicUrl: "/api/ubcs-develop/model/select", props: { label: "modelName", value: "id" @@ -227,7 +228,7 @@ label: "瀛愯〃妯″瀷", prop: "subModelId", type: "select", - dicUrl: "/api/blade-develop/model/select", + dicUrl: "/api/ubcs-develop/model/select", props: { label: "modelName", value: "id" @@ -289,7 +290,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤BladeX灏佽鐨凚aseService瑙i攣鏇村鍔熻兘', prop: "baseMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" @@ -308,7 +309,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤Wrapper鍖呰鍣ㄦ潵鎷撳睍Controller杩斿洖鍒楄〃鐨勫瓧娈�', prop: "wrapMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" @@ -327,7 +328,7 @@ labelTip:'閰嶇疆鏄惁浣跨敤Feign杩滅▼璋冪敤', prop: "feignMode", type: 'radio', - dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", + dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", props: { label: "dictValue", value: "dictKey" @@ -411,7 +412,7 @@ this.form.codeName = modelName; } if (validatenull(this.form.serviceName)) { - this.form.serviceName = `blade-${modelCode}`; + this.form.serviceName = `ubcs-${modelCode}`; } if (validatenull(this.form.pkName)) { this.form.pkName = "id"; -- Gitblit v1.9.3