From 014d7a35addafbc63689cda7c20bae61951f7852 Mon Sep 17 00:00:00 2001
From: luo <2855143437@qq.com>
Date: 星期一, 09 十月 2023 18:25:19 +0800
Subject: [PATCH] 10.9

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html |   67 +++++++++++++++++++++++++++------
 1 files changed, 55 insertions(+), 12 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html
index 6b53d15..f375f7f 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_edit.html
@@ -45,12 +45,21 @@
           "title": "",
           "body": [
             {
-              "label": "所属运营商:",
+              "type": "tpl",
+              "id": "u:587781d5d181",
+              "tpl": "&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*所属运营商:",
+              "inline": true,
+              "wrapperComponent": "",
+              "style": {
+                "marginLeft": "0"
+              }
+            },{
               "type": "select",
-              "name": "operator",
-              "id": "u:970f68a2c4ee",
-              "mode": "horizontal",
-              "size": "lg",
+              "label": "",
+              "name": "operationId",
+              "id": "u:c037c33c2c81",
+              "mode": "inline",
+              "size": "md",
               "multiple": false,
               "showInvalidMatch": false,
               "searchable": true,
@@ -58,12 +67,38 @@
               "horizontal": {
                 "leftFixed": "lg"
               },
-              "options": [
-                {
-                  "label": "等待沟通中",
-                  "value": "等待沟通中"
+              "disabledOn": "is!=0",
+              "required": true,
+              "source": {
+                "url": "/ball/yunying",
+                "method": "post",
+                "messages": {
                 }
-              ]
+              },
+              "labelField": "value",
+              "valueField": "id"
+            },{
+              "type": "checkbox",
+              "option": "平台",
+              "name": "is",
+              "id": "u:88f23ebcf4f7",
+              "onEvent": {
+                "change": {
+                  "weight": 0,
+                  "actions": [
+                    {
+                      "componentId": "u:c037c33c2c81",
+                      "args": {
+                        "value": "$event.data.value"
+                      },
+                      "actionType": "setValue"
+                    }
+                  ]
+                }
+              },
+              "trueValue": "平台",
+              "falseValue": 0,
+              "mode": "inline"
             },
             {
               "type": "select",
@@ -1245,10 +1280,18 @@
                               "actions": [
                                 {
                                   "componentId": "u:24af29be25d2",
+                                  "actionType": "submit"
+                                },
+                                {
                                   "args": {
                                   },
-                                  "outputVar": "responseResult",
-                                  "actionType": "submit"
+                                  "script": "window.parent.TStudent.table.refresh();",
+                                  "actionType": "custom"
+                                },
+                                {
+                                  "args": {},
+                                  "script": "parent.layer.close(window.parent.TStudent.layerIndex);",
+                                  "actionType": "custom"
                                 }
                               ]
                             }

--
Gitblit v1.7.1