From a94f1b73dce878f7102081aae0d796c233a4699f Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期二, 20 五月 2025 16:04:49 +0800 Subject: [PATCH] 绑定班次 --- pages/modal/3202.vue | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/pages/modal/3202.vue b/pages/modal/3202.vue index 86dd61b..3da57fa 100644 --- a/pages/modal/3202.vue +++ b/pages/modal/3202.vue @@ -217,6 +217,25 @@ } }); + const app = getApp() + if (app.globalData.bindClasses) { + $this.head_styledef.form.items.push({ + name: "Input", + label: this.translate("classes"), + labelWidth: 100, + disabled: true, + value: app.globalData.classes, + setting: { + width: 100, + height: 50, + }, + bind: { + attr: "", + }, + fieldId: "S_CLASSES", + }) + $this.head_styledef.form.model["S_CLASSES"] = app.globalData.classes + } } } catch (ex) { -- Gitblit v1.9.1