From 4ebe4b1101f40d65ec4ad32ff4f8ba9f7c41b8e0 Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com.cn>
Date: 星期五, 10 五月 2024 14:16:47 +0800
Subject: [PATCH] test

---
 unpackage/dist/dev/app-plus/app-view.js | 1027 +++++++++++++++++++++++++++++---------------------------
 1 files changed, 527 insertions(+), 500 deletions(-)

diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js
index 2d73a19..b31ec20 100644
--- a/unpackage/dist/dev/app-plus/app-view.js
+++ b/unpackage/dist/dev/app-plus/app-view.js
@@ -19645,9 +19645,10 @@
   } // eslint-disable-next-line no-underscore-dangle, no-param-reassign
 
   url = url && url.__esModule ? url.default : url
-
+  let isAbsoluteFile = false
   if (typeof url !== 'string') {
     if (url.protocol && url.protocol === 'file:' && url.pathname) {
+      isAbsoluteFile = true
       url = url.pathname
     } else {
       return url
@@ -19667,6 +19668,9 @@
 
   if (/["'() \t\n]/.test(url) || options.needQuotes) {
     return '"'.concat(url.replace(/"/g, '\\"').replace(/\n/g, '\\n'), '"')
+  }
+  if (isAbsoluteFile) {
+    return url
   }
   if (url.indexOf('/') === 0) {
     return url.substr(1)
@@ -20244,7 +20248,7 @@
 var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../瀹夎鍖�HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 19);
 exports = ___CSS_LOADER_API_IMPORT___(false);
 // Module
-exports.push([module.i, "\n.v-headStyle{\r\n\t/* border: 0.1rpx solid red; */\r\n\t/* line-height: 30rpx; */\r\n\tpadding: 5rpx 0;\n}\n.v-headStyle:first-child{\r\n\tmargin-top: 15rpx;\n}\n.v-headStyle .txt_title{\r\n  font-size: 34rpx;\r\n  text-align: right;\r\n  display: inline-block;\r\n  /* vertical-align: 24rpx; */\r\n  \r\n\t/* border: 0.1rpx solid red; */\n}\n.v-headStyle uni-input{\r\n\tvertical-align: middle;\r\n\tdisplay: inline-block;\r\n\t/* border: 1px solid #d5d5d5; */\r\n\t/* width: 65%; */\r\n\twidth: 85%;   \r\n\theight: 52rpx;\r\n    line-height: 34rpx;\r\n\tbackground: #FFF;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #2d8cf0;\r\n\tpadding: 10rpx 8rpx 12rpx;\r\n\tfont-size: 34rpx;\r\n\tfont-family: inherit;\r\n\tbox-shadow: none !important;\r\n\ttransition-duration: 0.1s;\r\n\tmargin-top: 4rpx;\n}\n.v-headStyle uni-input::-webkit-input-placeholder {\r\n\tfont-size: 12rpx;\n}\n.v-headStyle .form-item-span{\r\n\t/* vertical-align:top; */\r\n    color: #2d8cf0;\r\n\twhite-space: normal;\r\n\tword-break: break-all;\r\n    display: inline-block;\r\n\t\r\n\t/* border: 0.1rpx solid red; */\n}\n.input-wrapper{\r\n\tborder: 1px solid #d5d5d5;\r\n    display: inline-block;\r\n    width: 65%;   \r\n\tline-height: 22rpx;\r\n\tvertical-align: middle;\n}\n.check_rememberPwd,\r\n.input-switch{\r\n\tvertical-align: middle;\r\n\tmargin-left:10rpx\n}\n[nvue] uni-view {\r\n    position: relative;\r\n    border: 0 solid #000;\r\n    box-sizing: border-box;\n}\n.uni-input {\r\n\t/* border: none; */\n}\n.uni-icon{\r\n\t/* border: 1px solid red; */\r\n\twidth: 8%;\r\n    font-family: uniicons;\r\n    font-size: 40rpx;\r\n    font-weight: 400;\r\n    font-style: normal;\r\n    /* width: 48rpx; */\r\n    height: 48rpx;\r\n    line-height: 48rpx;\r\n\tcolor: #2d8cf0;\r\n    cursor: pointer;\r\n    display: inline-block;\r\n\tvertical-align: 18rpx;\n}\n.view-content{\r\n\tmin-height: 700rpx;\r\n\t/* border:1px solid red; */\n}\n.input-disabled{\r\n\tbackground-color: #f3f3f3 !important;\n}\nuni-button.btn_add {\r\n\twidth:49.5%;\r\n\tmargin-top: 50rpx;\r\n\tpadding: 20rpx;\r\n\tline-height: 1.5;\r\n\tbackground: #4D6AF4;\r\n\tborder: none;\r\n\tcolor: #fff;\r\n    font-size: 38rpx;\r\n\tfont-weight: bold;\r\n\tfloat: right;\r\n\tdisplay: inline-block;\n}\nuni-button.btn_cancel {\r\n\twidth:49.5%;\r\n\tmargin-top: 50rpx;\r\n\tpadding: 20rpx;\r\n\tline-height: 1.5;\r\n\tbackground: #fff;\r\n\tborder: none;\r\n\tcolor: #000;\r\n    font-size: 38rpx;\r\n\tfont-weight: bold;\r\n\tfloat: left;\r\n\tdisplay: inline-block;\n}\n.view-popup{\r\n\tposition:relative;\n}\n.popup-content {\n@include flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n\tpadding: 30rpx;\r\n\tbackground-color: #fff;\r\n\t/* height: 150px; */\r\n\t/* border: 1px solid red; */\n}\n.popup-cont {\r\n\toverflow-y: auto;\r\n\t/* border: 1px solid red; */\n}\n.popup-height {\n@include height;\r\n\t/* width: 200px; */\n}\n.popup-header{\r\n\tfont-size: 42rpx;\r\n\tfont-weight: bold;\r\n\tmargin:20rpx 20rpx 0px 20rpx;\n}\n.view_popup_CheckList{\r\n\tmargin-bottom: 20rpx;\n}\n.popup-footer{\r\n\tfloat: right;\r\n\tposition:absolute;\r\n\tbottom:0;\r\n\tright:20rpx;\n}\nuni-button.btn_popup_add {\r\n\twidth:180rpx;\r\n\tmargin-top: 50rpx;\r\n\tmargin-right: 20rpx;\r\n\tpadding: 15rpx;\r\n\tline-height: 1.5;\r\n\tbackground: #27A6E1;\r\n\tborder: none;\r\n\tcolor: #fff;\r\n    font-size: 38rpx;\r\n\tfont-weight: bold;\r\n\t/* float: left; */\r\n\tdisplay: inline-block;\n}\nuni-button.btn_popup_cancel {\r\n\twidth:180rpx;\r\n\tmargin-top: 50rpx;\r\n\tpadding: 15rpx;\r\n\tline-height: 1.5;\r\n\tbackground: #27A6E1;\r\n\tborder: none;\r\n\tcolor: #fff;\r\n    font-size: 38rpx;\r\n\tfont-weight: bold;\r\n\t/* float: right; */\r\n\tdisplay: inline-block;\n}\n#dv_select{\r\n\tdisplay: inline-block;\r\n\twidth: 66%;\r\n\tbackground: #FFF;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #2d8cf0;\r\n\t/* padding: 10rpx 8rpx 12rpx; */\r\n\tfont-size: 34rpx;\r\n\tfont-family: inherit;\r\n\tbox-shadow: none !important;\r\n\ttransition-duration: 0.1s;\r\n\tmargin-top: 0rpx;\r\n\t/* vertical-align: 10px; */\r\n\tvertical-align: middle;\n}\n#dv_select .uni-select{\r\n\tborder: 1px solid #ccc;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #2d8cf0;\n}\n#dv_select .uni-select__input-text{\r\n\tcolor: #2d8cf0;\n}\n.panel_title{\r\n\tfont-size: 38rpx;\r\n\tbackground-color: #27A6E1;\r\n\tline-height: 80rpx;\r\n\tcolor: #fff;\r\n\ttext-align: center;\r\n\t font-weight: bold;\n}\n.v-panel{\r\n\tmin-height:788rpx;\n}\n.v-panellist{\r\n\tborder:4rpx solid #aaa;\r\n\tborder-radius: 10rpx;\r\n\tmargin: 10rpx 20rpx 0rpx 20rpx;\n}\n.v-paneldel{\r\n\ttext-align: right;\n}\n.panel_del{\r\n\tfont-size: 44rpx;\r\n\ttext-decoration: initial;\r\n\tmargin-top: 10rpx;\r\n\tmargin-right: 20rpx;\n}\n.class_attr_body .form-group {\r\n\tmargin: 20rpx 30rpx;\r\n    /* margin-left: -12px;\r\n    margin-right: -12px; */\n}\n.subclass_attr_body .form-group {\r\n\tmargin: 20rpx 10rpx;\r\n    /* margin-left: -12px;\r\n    margin-right: -12px; */\n}\n.form-group > uni-label[class*=\"col-\"] {\r\n    margin-bottom: 8rpx;\r\n\tfont-size: 32rpx;\n}\n.form-group uni-label {\r\n    vertical-align: middle;\r\n    line-height: 60rpx;\n}\n.tx_title2{\r\n\tfont-size: 32rpx;\r\n\ttext-align: right;\r\n\tdisplay: inline-block;\r\n\tvertical-align: -2px;\n}\n.attr_field{\r\n\tdisplay: inline-block;\r\n\tvertical-align: middle;\r\n\tmargin-left: 8px;\r\n\t/* width: 71%; */\n}\n.text-right2 {\r\n\tmargin: 0;\r\n\tvertical-align: -4px;\r\n\tmargin-left: 9px;\r\n\tfloat: none;\r\n\tfont-size: 44rpx;\r\n\tdisplay: inline-block;\n}\nuni-input::-webkit-input-placeholder {\r\n\tfont-size: 12rpx;\n}\n.v-panel uni-input{\r\n\tborder: 1px solid #d5d5d5;\r\n\twidth: 98%;\r\n\theight: 52rpx;\r\n\tbackground: #FFF;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #046db3;\r\n\tpadding: 10rpx 8rpx 12rpx;\r\n\tfont-size: 34rpx;\r\n\tfont-family: inherit;\r\n\tbox-shadow: none !important;\r\n\ttransition-duration: 0.1s;\r\n\tmargin-top: 4rpx;\n}\n.date_iput{\r\n\t/* border: 1px solid #d5d5d5; */\r\n\t/* width: 98%; */\r\n\theight: 62rpx;\r\n\tbackground: #FFF;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #046db3;\r\n\tpadding: 10rpx 8rpx 4rpx;\r\n\tfont-size: 34rpx;\r\n\tfont-family: inherit;\r\n\tbox-shadow: none !important;\r\n\ttransition-duration: 0.1s;\n}\n.dv_input{\r\n    display: inline-block;\r\n    width: 65%;    \r\n\t/* line-height: 22rpx; */\n}\n.view-floor{\r\n\tpadding: 0 20rpx;\n}\r\n", ""]);
+exports.push([module.i, "\n.v-headStyle{\r\n\t/* border: 0.1rpx solid red; */\r\n\t/* line-height: 30rpx; */\r\n\tpadding: 5rpx 0;\n}\n.v-headStyle:first-child{\r\n\tmargin-top: 15rpx;\n}\n.v-headStyle .txt_title{\r\n  font-size: 34rpx;\r\n  text-align: right;\r\n  display: inline-block;\r\n  /* vertical-align: 24rpx; */\r\n  \r\n\t/* border: 0.1rpx solid red; */\n}\n.v-headStyle uni-input{\r\n\tvertical-align: middle;\r\n\tdisplay: inline-block;\r\n\t/* border: 1px solid #d5d5d5; */\r\n\t/* width: 65%; */\r\n\twidth: 85%;   \r\n\theight: 52rpx;\r\n    line-height: 34rpx;\r\n\tbackground: #FFF;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #2d8cf0;\r\n\tpadding: 10rpx 8rpx 12rpx;\r\n\tfont-size: 34rpx;\r\n\tfont-family: inherit;\r\n\tbox-shadow: none !important;\r\n\ttransition-duration: 0.1s;\r\n\tmargin-top: 4rpx;\n}\n.v-headStyle uni-input::-webkit-input-placeholder {\r\n\tfont-size: 12rpx;\n}\n.v-headStyle .form-item-span{\r\n\t/* vertical-align:top; */\r\n    color: #2d8cf0;\r\n\twhite-space: normal;\r\n\tword-break: break-all;\r\n    display: inline-block;\r\n\t\r\n\t/* border: 0.1rpx solid red; */\n}\n.input-wrapper{\r\n\tborder: 1px solid #d5d5d5;\r\n    display: inline-block;\r\n    width: 65%;   \r\n\tline-height: 22rpx;\r\n\tvertical-align: middle;\n}\n.check_rememberPwd,\r\n.input-switch{\r\n\tvertical-align: middle;\r\n\tmargin-left:10rpx\n}\n[nvue] uni-view {\r\n    position: relative;\r\n    border: 0 solid #000;\r\n    box-sizing: border-box;\n}\n.uni-input {\r\n\t/* border: none; */\n}\n.uni-icon{\r\n\t/* border: 1px solid red; */\r\n\twidth: 8%;\r\n    font-family: uniicons;\r\n    font-size: 40rpx;\r\n    font-weight: 400;\r\n    font-style: normal;\r\n    /* width: 48rpx; */\r\n    /* height: 48rpx; */\r\n    /* line-height: 44rpx; */\r\n\tcolor: #2d8cf0;\r\n    cursor: pointer;\r\n    display: inline-block;\r\n\tvertical-align: middle;\n}\n.view-content{\r\n\tmin-height: 700rpx;\r\n\t/* border:1px solid red; */\n}\n.input-disabled{\r\n\tbackground-color: #f3f3f3 !important;\n}\nuni-button.btn_add {\r\n\twidth:49.5%;\r\n\tmargin-top: 50rpx;\r\n\tpadding: 20rpx;\r\n\tline-height: 1.5;\r\n\tbackground: #4D6AF4;\r\n\tborder: none;\r\n\tcolor: #fff;\r\n    font-size: 38rpx;\r\n\tfont-weight: bold;\r\n\tfloat: right;\r\n\tdisplay: inline-block;\n}\nuni-button.btn_cancel {\r\n\twidth:49.5%;\r\n\tmargin-top: 50rpx;\r\n\tpadding: 20rpx;\r\n\tline-height: 1.5;\r\n\tbackground: #fff;\r\n\tborder: none;\r\n\tcolor: #000;\r\n    font-size: 38rpx;\r\n\tfont-weight: bold;\r\n\tfloat: left;\r\n\tdisplay: inline-block;\n}\n.view-popup{\r\n\tposition:relative;\n}\n.popup-content {\n@include flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n\tpadding: 30rpx;\r\n\tbackground-color: #fff;\r\n\t/* height: 150px; */\r\n\t/* border: 1px solid red; */\n}\n.popup-cont {\r\n\toverflow-y: auto;\r\n\t/* border: 1px solid red; */\n}\n.popup-height {\n@include height;\r\n\t/* width: 200px; */\n}\n.popup-header{\r\n\tfont-size: 42rpx;\r\n\tfont-weight: bold;\r\n\tmargin:20rpx 20rpx 0px 20rpx;\n}\n.view_popup_CheckList{\r\n\tmargin-bottom: 20rpx;\n}\n.popup-footer{\r\n\tfloat: right;\r\n\tposition:absolute;\r\n\tbottom:0;\r\n\tright:20rpx;\n}\nuni-button.btn_popup_add {\r\n\twidth:180rpx;\r\n\tmargin-top: 50rpx;\r\n\tmargin-right: 20rpx;\r\n\tpadding: 15rpx;\r\n\tline-height: 1.5;\r\n\tbackground: #27A6E1;\r\n\tborder: none;\r\n\tcolor: #fff;\r\n    font-size: 38rpx;\r\n\tfont-weight: bold;\r\n\t/* float: left; */\r\n\tdisplay: inline-block;\n}\nuni-button.btn_popup_cancel {\r\n\twidth:180rpx;\r\n\tmargin-top: 50rpx;\r\n\tpadding: 15rpx;\r\n\tline-height: 1.5;\r\n\tbackground: #27A6E1;\r\n\tborder: none;\r\n\tcolor: #fff;\r\n    font-size: 38rpx;\r\n\tfont-weight: bold;\r\n\t/* float: right; */\r\n\tdisplay: inline-block;\n}\n#dv_select{\r\n\tdisplay: inline-block;\r\n\twidth: 66%;\r\n\tbackground: #FFF;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #2d8cf0;\r\n\t/* padding: 10rpx 8rpx 12rpx; */\r\n\tfont-size: 34rpx;\r\n\tfont-family: inherit;\r\n\tbox-shadow: none !important;\r\n\ttransition-duration: 0.1s;\r\n\tmargin-top: 0rpx;\r\n\t/* vertical-align: 10px; */\r\n\tvertical-align: middle;\n}\n#dv_select .uni-select{\r\n\tborder: 1px solid #ccc;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #2d8cf0;\n}\n#dv_select .uni-select__input-text{\r\n\tcolor: #2d8cf0;\n}\n.panel_title{\r\n\tfont-size: 38rpx;\r\n\tbackground-color: #27A6E1;\r\n\tline-height: 80rpx;\r\n\tcolor: #fff;\r\n\ttext-align: center;\r\n\t font-weight: bold;\n}\n.v-panel{\r\n\tmin-height:788rpx;\n}\n.v-panellist{\r\n\tborder:4rpx solid #aaa;\r\n\tborder-radius: 10rpx;\r\n\tmargin: 10rpx 20rpx 0rpx 20rpx;\n}\n.v-paneldel{\r\n\ttext-align: right;\n}\n.panel_del{\r\n\tfont-size: 44rpx;\r\n\ttext-decoration: initial;\r\n\tmargin-top: 10rpx;\r\n\tmargin-right: 20rpx;\n}\n.class_attr_body .form-group {\r\n\tmargin: 20rpx 30rpx;\r\n    /* margin-left: -12px;\r\n    margin-right: -12px; */\n}\n.subclass_attr_body .form-group {\r\n\tmargin: 20rpx 10rpx;\r\n    /* margin-left: -12px;\r\n    margin-right: -12px; */\n}\n.form-group > uni-label[class*=\"col-\"] {\r\n    margin-bottom: 8rpx;\r\n\tfont-size: 32rpx;\n}\n.form-group uni-label {\r\n    vertical-align: middle;\r\n    line-height: 60rpx;\n}\n.tx_title2{\r\n\tfont-size: 32rpx;\r\n\ttext-align: right;\r\n\tdisplay: inline-block;\r\n\tvertical-align: -2px;\n}\n.attr_field{\r\n\tdisplay: inline-block;\r\n\tvertical-align: middle;\r\n\tmargin-left: 8px;\r\n\t/* width: 71%; */\n}\n.text-right2 {\r\n\tmargin: 0;\r\n\tvertical-align: -4px;\r\n\tmargin-left: 9px;\r\n\tfloat: none;\r\n\tfont-size: 44rpx;\r\n\tdisplay: inline-block;\n}\nuni-input::-webkit-input-placeholder {\r\n\tfont-size: 12rpx;\n}\n.v-panel uni-input{\r\n\tborder: 1px solid #d5d5d5;\r\n\twidth: 98%;\r\n\theight: 52rpx;\r\n\tbackground: #FFF;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #046db3;\r\n\tpadding: 10rpx 8rpx 12rpx;\r\n\tfont-size: 34rpx;\r\n\tfont-family: inherit;\r\n\tbox-shadow: none !important;\r\n\ttransition-duration: 0.1s;\r\n\tmargin-top: 4rpx;\n}\n.date_iput{\r\n\t/* border: 1px solid #d5d5d5; */\r\n\t/* width: 98%; */\r\n\theight: 62rpx;\r\n\tbackground: #FFF;\r\n\tborder-radius: 0 !important;\r\n\tcolor: #046db3;\r\n\tpadding: 10rpx 8rpx 4rpx;\r\n\tfont-size: 34rpx;\r\n\tfont-family: inherit;\r\n\tbox-shadow: none !important;\r\n\ttransition-duration: 0.1s;\n}\n.dv_input{\r\n    display: inline-block;\r\n    width: 65%;    \r\n\t/* line-height: 22rpx; */\n}\n.view-floor{\r\n\tpadding: 0 20rpx;\n}\r\n", ""]);
 // Exports
 module.exports = exports;
 
@@ -28696,229 +28700,252 @@
             attrs: { _i: "1-" + $30 },
           },
           [
-            _c(
-              "v-uni-text",
-              {
-                staticClass: _vm._$g("2-" + $30, "sc"),
-                style: _vm._$g("2-" + $30, "s"),
-                attrs: { _i: "2-" + $30 },
-              },
-              [_vm._v(_vm._$g("2-" + $30, "t0-0") + "锛�)]
-            ),
-            _vm._$g("3-" + $30, "i")
-              ? _c("uni-data-select", {
-                  class: _vm._$g("3-" + $30, "c"),
-                  attrs: { id: "dv_select", _i: "3-" + $30 },
-                  on: {
-                    change: function ($event) {
-                      return _vm.$handleViewEvent($event)
-                    },
-                  },
-                  model: {
-                    value: _vm._$g("3-" + $30, "v-model"),
-                    callback: function () {},
-                    expression: "item.value",
-                  },
-                })
-              : _vm._e(),
-            _vm._$g("4-" + $30, "i")
+            _vm._$g("2-" + $30, "i")
               ? _c(
                   "uni-view",
-                  {
-                    staticClass: _vm._$g("4-" + $30, "sc"),
-                    attrs: { _i: "4-" + $30 },
-                  },
+                  { attrs: { _i: "2-" + $30 } },
                   [
+                    _c(
+                      "v-uni-text",
+                      {
+                        staticClass: _vm._$g("3-" + $30, "sc"),
+                        style: _vm._$g("3-" + $30, "s"),
+                        attrs: { _i: "3-" + $30 },
+                      },
+                      [_vm._v(_vm._$g("3-" + $30, "t0-0") + "锛�)]
+                    ),
+                    _vm._$g("4-" + $30, "i")
+                      ? _c("uni-data-select", {
+                          class: _vm._$g("4-" + $30, "c"),
+                          attrs: { id: "dv_select", _i: "4-" + $30 },
+                          on: {
+                            change: function ($event) {
+                              return _vm.$handleViewEvent($event)
+                            },
+                          },
+                          model: {
+                            value: _vm._$g("4-" + $30, "v-model"),
+                            callback: function () {},
+                            expression: "item.value",
+                          },
+                        })
+                      : _vm._e(),
                     _vm._$g("5-" + $30, "i")
                       ? _c(
-                          "v-uni-text",
+                          "uni-view",
                           {
                             staticClass: _vm._$g("5-" + $30, "sc"),
-                            class: _vm._$g("5-" + $30, "c"),
                             attrs: { _i: "5-" + $30 },
+                          },
+                          [
+                            _vm._$g("6-" + $30, "i")
+                              ? _c(
+                                  "v-uni-text",
+                                  {
+                                    staticClass: _vm._$g("6-" + $30, "sc"),
+                                    class: _vm._$g("6-" + $30, "c"),
+                                    attrs: { _i: "6-" + $30 },
+                                    on: {
+                                      change: function ($event) {
+                                        return _vm.$handleViewEvent($event)
+                                      },
+                                    },
+                                  },
+                                  [_vm._v("顣�)]
+                                )
+                              : _vm._e(),
+                            _c("v-uni-input", {
+                              staticClass: _vm._$g("7-" + $30, "sc"),
+                              class: _vm._$g("7-" + $30, "c"),
+                              style: _vm._$g("7-" + $30, "s"),
+                              attrs: {
+                                type: _vm._$g("7-" + $30, "a-type"),
+                                disabled: _vm._$g("7-" + $30, "a-disabled"),
+                                placeholder: _vm._$g(
+                                  "7-" + $30,
+                                  "a-placeholder"
+                                ),
+                                focus: _vm._$g("7-" + $30, "a-focus"),
+                                _i: "7-" + $30,
+                              },
+                              on: {
+                                focus: function ($event) {
+                                  return _vm.$handleViewEvent($event)
+                                },
+                                blur: function ($event) {
+                                  return _vm.$handleViewEvent($event)
+                                },
+                              },
+                              model: {
+                                value: _vm._$g("7-" + $30, "v-model"),
+                                callback: function ($$v) {
+                                  _vm.$handleVModelEvent("7-" + $30, $$v)
+                                },
+                                expression: "item.value",
+                              },
+                            }),
+                            _vm._$g("8-" + $30, "i")
+                              ? _c(
+                                  "v-uni-text",
+                                  {
+                                    staticClass: _vm._$g("8-" + $30, "sc"),
+                                    class: _vm._$g("8-" + $30, "c"),
+                                    attrs: { _i: "8-" + $30 },
+                                    on: {
+                                      click: function ($event) {
+                                        return _vm.$handleViewEvent($event)
+                                      },
+                                    },
+                                  },
+                                  [_vm._v("顣�)]
+                                )
+                              : _vm._e(),
+                          ],
+                          1
+                        )
+                      : _vm._e(),
+                    _vm._$g("9-" + $30, "i")
+                      ? _c(
+                          "uni-view",
+                          {
+                            staticClass: _vm._$g("9-" + $30, "sc"),
+                            attrs: { _i: "9-" + $30 },
+                          },
+                          [
+                            _c("v-uni-textarea", {
+                              staticClass: _vm._$g("10-" + $30, "sc"),
+                              class: _vm._$g("10-" + $30, "c"),
+                              staticStyle: { height: "60px" },
+                              style: _vm._$g("10-" + $30, "s"),
+                              attrs: {
+                                value: _vm._$g("10-" + $30, "a-value"),
+                                placeholder: _vm._$g(
+                                  "10-" + $30,
+                                  "a-placeholder"
+                                ),
+                                "data-index": _vm._$g(
+                                  "10-" + $30,
+                                  "a-data-index"
+                                ),
+                                disabled: _vm._$g("10-" + $30, "a-disabled"),
+                                _i: "10-" + $30,
+                              },
+                              on: {
+                                blur: function ($event) {
+                                  return _vm.$handleViewEvent($event)
+                                },
+                              },
+                            }),
+                          ],
+                          1
+                        )
+                      : _vm._e(),
+                    _vm._$g("11-" + $30, "i")
+                      ? _c(
+                          "v-uni-checkbox-group",
+                          {
+                            staticClass: _vm._$g("11-" + $30, "sc"),
+                            class: _vm._$g("11-" + $30, "c"),
+                            style: _vm._$g("11-" + $30, "s"),
+                            attrs: {
+                              disabled: _vm._$g("11-" + $30, "a-disabled"),
+                              "data-ischeck": _vm._$g(
+                                "11-" + $30,
+                                "a-data-ischeck"
+                              ),
+                              _i: "11-" + $30,
+                            },
                             on: {
                               change: function ($event) {
                                 return _vm.$handleViewEvent($event)
                               },
                             },
                           },
-                          [_vm._v("顣�)]
+                          [
+                            _c(
+                              "v-uni-label",
+                              { attrs: { _i: "12-" + $30 } },
+                              [
+                                _c("v-uni-checkbox", {
+                                  attrs: {
+                                    value: _vm._$g("13-" + $30, "a-value"),
+                                    checked: _vm._$g("13-" + $30, "a-checked"),
+                                    _i: "13-" + $30,
+                                  },
+                                }),
+                                _c(
+                                  "v-uni-text",
+                                  { attrs: { _i: "14-" + $30 } },
+                                  [_vm._v(_vm._$g("14-" + $30, "t0-0"))]
+                                ),
+                              ],
+                              1
+                            ),
+                          ],
+                          1
                         )
                       : _vm._e(),
-                    _c("v-uni-input", {
-                      staticClass: _vm._$g("6-" + $30, "sc"),
-                      class: _vm._$g("6-" + $30, "c"),
-                      style: _vm._$g("6-" + $30, "s"),
-                      attrs: {
-                        type: _vm._$g("6-" + $30, "a-type"),
-                        disabled: _vm._$g("6-" + $30, "a-disabled"),
-                        placeholder: _vm._$g("6-" + $30, "a-placeholder"),
-                        focus: _vm._$g("6-" + $30, "a-focus"),
-                        _i: "6-" + $30,
-                      },
-                      on: {
-                        focus: function ($event) {
-                          return _vm.$handleViewEvent($event)
-                        },
-                        blur: function ($event) {
-                          return _vm.$handleViewEvent($event)
-                        },
-                      },
-                      model: {
-                        value: _vm._$g("6-" + $30, "v-model"),
-                        callback: function ($$v) {
-                          _vm.$handleVModelEvent("6-" + $30, $$v)
-                        },
-                        expression: "item.value",
-                      },
-                    }),
-                    _vm._$g("7-" + $30, "i")
-                      ? _c(
-                          "v-uni-text",
-                          {
-                            staticClass: _vm._$g("7-" + $30, "sc"),
-                            class: _vm._$g("7-" + $30, "c"),
-                            attrs: { _i: "7-" + $30 },
-                            on: {
-                              click: function ($event) {
-                                return _vm.$handleViewEvent($event)
-                              },
+                    _vm._$g("15-" + $30, "i")
+                      ? _c("v-uni-switch", {
+                          class: _vm._$g("15-" + $30, "c"),
+                          style: _vm._$g("15-" + $30, "s"),
+                          attrs: {
+                            disabled: _vm._$g("15-" + $30, "a-disabled"),
+                            _i: "15-" + $30,
+                          },
+                          on: {
+                            change: function ($event) {
+                              return _vm.$handleViewEvent($event)
                             },
                           },
-                          [_vm._v("顣�)]
-                        )
+                          model: {
+                            value: _vm._$g("15-" + $30, "v-model"),
+                            callback: function () {},
+                            expression: "item.value",
+                          },
+                        })
                       : _vm._e(),
-                  ],
-                  1
-                )
-              : _vm._e(),
-            _vm._$g("8-" + $30, "i")
-              ? _c(
-                  "uni-view",
-                  {
-                    staticClass: _vm._$g("8-" + $30, "sc"),
-                    attrs: { _i: "8-" + $30 },
-                  },
-                  [
-                    _c("v-uni-textarea", {
-                      staticClass: _vm._$g("9-" + $30, "sc"),
-                      class: _vm._$g("9-" + $30, "c"),
-                      staticStyle: { height: "60px" },
-                      style: _vm._$g("9-" + $30, "s"),
-                      attrs: {
-                        value: _vm._$g("9-" + $30, "a-value"),
-                        placeholder: _vm._$g("9-" + $30, "a-placeholder"),
-                        "data-index": _vm._$g("9-" + $30, "a-data-index"),
-                        disabled: _vm._$g("9-" + $30, "a-disabled"),
-                        _i: "9-" + $30,
-                      },
-                      on: {
-                        blur: function ($event) {
-                          return _vm.$handleViewEvent($event)
-                        },
-                      },
-                    }),
-                  ],
-                  1
-                )
-              : _vm._e(),
-            _vm._$g("10-" + $30, "i")
-              ? _c(
-                  "v-uni-checkbox-group",
-                  {
-                    staticClass: _vm._$g("10-" + $30, "sc"),
-                    class: _vm._$g("10-" + $30, "c"),
-                    style: _vm._$g("10-" + $30, "s"),
-                    attrs: {
-                      disabled: _vm._$g("10-" + $30, "a-disabled"),
-                      "data-ischeck": _vm._$g("10-" + $30, "a-data-ischeck"),
-                      _i: "10-" + $30,
-                    },
-                    on: {
-                      change: function ($event) {
-                        return _vm.$handleViewEvent($event)
-                      },
-                    },
-                  },
-                  [
-                    _c(
-                      "v-uni-label",
-                      { attrs: { _i: "11-" + $30 } },
-                      [
-                        _c("v-uni-checkbox", {
-                          attrs: {
-                            value: _vm._$g("12-" + $30, "a-value"),
-                            checked: _vm._$g("12-" + $30, "a-checked"),
-                            _i: "12-" + $30,
-                          },
-                        }),
-                        _c("v-uni-text", { attrs: { _i: "13-" + $30 } }, [
-                          _vm._v(_vm._$g("13-" + $30, "t0-0")),
-                        ]),
-                      ],
-                      1
-                    ),
-                  ],
-                  1
-                )
-              : _vm._e(),
-            _vm._$g("14-" + $30, "i")
-              ? _c("v-uni-switch", {
-                  class: _vm._$g("14-" + $30, "c"),
-                  style: _vm._$g("14-" + $30, "s"),
-                  attrs: {
-                    disabled: _vm._$g("14-" + $30, "a-disabled"),
-                    _i: "14-" + $30,
-                  },
-                  on: {
-                    change: function ($event) {
-                      return _vm.$handleViewEvent($event)
-                    },
-                  },
-                  model: {
-                    value: _vm._$g("14-" + $30, "v-model"),
-                    callback: function () {},
-                    expression: "item.value",
-                  },
-                })
-              : _vm._e(),
-            _vm._$g("15-" + $30, "i")
-              ? _c(
-                  "uni-view",
-                  {
-                    staticClass: _vm._$g("15-" + $30, "sc"),
-                    attrs: { _i: "15-" + $30 },
-                  },
-                  [
-                    _c(
-                      "v-uni-picker",
-                      {
-                        staticClass: _vm._$g("16-" + $30, "sc"),
-                        class: _vm._$g("16-" + $30, "c"),
-                        attrs: {
-                          mode: "date",
-                          disabled: _vm._$g("16-" + $30, "a-disabled"),
-                          value: _vm._$g("16-" + $30, "a-value"),
-                          _i: "16-" + $30,
-                        },
-                        on: {
-                          change: function ($event) {
-                            return _vm.$handleViewEvent($event)
-                          },
-                        },
-                      },
-                      [
-                        _c(
+                    _vm._$g("16-" + $30, "i")
+                      ? _c(
                           "uni-view",
                           {
-                            staticClass: _vm._$g("17-" + $30, "sc"),
-                            attrs: { _i: "17-" + $30 },
+                            staticClass: _vm._$g("16-" + $30, "sc"),
+                            attrs: { _i: "16-" + $30 },
                           },
-                          [_vm._v(_vm._$g("17-" + $30, "t0-0"))]
-                        ),
-                      ],
-                      1
-                    ),
+                          [
+                            _c(
+                              "v-uni-picker",
+                              {
+                                staticClass: _vm._$g("17-" + $30, "sc"),
+                                class: _vm._$g("17-" + $30, "c"),
+                                attrs: {
+                                  mode: "date",
+                                  disabled: _vm._$g("17-" + $30, "a-disabled"),
+                                  value: _vm._$g("17-" + $30, "a-value"),
+                                  _i: "17-" + $30,
+                                },
+                                on: {
+                                  change: function ($event) {
+                                    return _vm.$handleViewEvent($event)
+                                  },
+                                },
+                              },
+                              [
+                                _c(
+                                  "uni-view",
+                                  {
+                                    staticClass: _vm._$g("18-" + $30, "sc"),
+                                    attrs: { _i: "18-" + $30 },
+                                  },
+                                  [_vm._v(_vm._$g("18-" + $30, "t0-0"))]
+                                ),
+                              ],
+                              1
+                            ),
+                          ],
+                          1
+                        )
+                      : _vm._e(),
                   ],
                   1
                 )
@@ -28929,15 +28956,15 @@
       }),
       _c(
         "uni-view",
-        { staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
+        { staticClass: _vm._$g(19, "sc"), attrs: { _i: 19 } },
         [
-          _c("div", { staticClass: _vm._$g(19, "sc"), attrs: { _i: 19 } }, [
-            _vm._v(_vm._$g(19, "t0-0")),
+          _c("div", { staticClass: _vm._$g(20, "sc"), attrs: { _i: 20 } }, [
+            _vm._v(_vm._$g(20, "t0-0")),
           ]),
-          _vm._$g(20, "i")
+          _vm._$g(21, "i")
             ? _c(
                 "uni-view",
-                { staticClass: _vm._$g(20, "sc"), attrs: { _i: 20 } },
+                { staticClass: _vm._$g(21, "sc"), attrs: { _i: 21 } },
                 [
                   _c(
                     "h4",
@@ -28946,26 +28973,26 @@
                         margin: "15rpx 0 0 30rpx",
                         "font-weight": "bold",
                       },
-                      attrs: { _i: 21 },
+                      attrs: { _i: 22 },
                     },
-                    [_vm._v("鏂板" + _vm._$g(21, "t0-0"))]
+                    [_vm._v("鏂板" + _vm._$g(22, "t0-0"))]
                   ),
                   _c(
                     "uni-view",
-                    { staticClass: _vm._$g(22, "sc"), attrs: { _i: 22 } },
+                    { staticClass: _vm._$g(23, "sc"), attrs: { _i: 23 } },
                     [
                       _c(
                         "p",
-                        { staticClass: _vm._$g(23, "sc"), attrs: { _i: 23 } },
-                        [_vm._v(_vm._$g(23, "t0-0") + ":")]
+                        { staticClass: _vm._$g(24, "sc"), attrs: { _i: 24 } },
+                        [_vm._v(_vm._$g(24, "t0-0") + ":")]
                       ),
                       _c("v-uni-input", {
-                        staticClass: _vm._$g(24, "sc"),
-                        style: _vm._$g(24, "s"),
+                        staticClass: _vm._$g(25, "sc"),
+                        style: _vm._$g(25, "s"),
                         attrs: {
                           type: "text",
-                          value: _vm._$g(24, "a-value"),
-                          _i: 24,
+                          value: _vm._$g(25, "a-value"),
+                          _i: 25,
                         },
                         on: {
                           focus: function ($event) {
@@ -28976,18 +29003,18 @@
                           },
                         },
                       }),
-                      _vm._$g(25, "i")
+                      _vm._$g(26, "i")
                         ? _c(
                             "div",
                             {
-                              staticClass: _vm._$g(25, "sc"),
-                              attrs: { _i: 25 },
+                              staticClass: _vm._$g(26, "sc"),
+                              attrs: { _i: 26 },
                             },
                             [
                               _c(
                                 "a",
                                 {
-                                  attrs: { _i: 26 },
+                                  attrs: { _i: 27 },
                                   on: {
                                     click: function ($event) {
                                       return _vm.$handleViewEvent($event)
@@ -28996,9 +29023,9 @@
                                 },
                                 [
                                   _c("i", {
-                                    staticClass: _vm._$g(27, "sc"),
-                                    class: _vm._$g(27, "c"),
-                                    attrs: { _i: 27 },
+                                    staticClass: _vm._$g(28, "sc"),
+                                    class: _vm._$g(28, "c"),
+                                    attrs: { _i: 28 },
                                   }),
                                 ],
                                 1
@@ -29014,14 +29041,14 @@
                 1
               )
             : _vm._e(),
-          _vm._l(_vm._$g(28, "f"), function (subpanel, iiindex, $21, $31) {
+          _vm._l(_vm._$g(29, "f"), function (subpanel, iiindex, $21, $31) {
             return _c(
               "uni-view",
               {
                 key: subpanel,
-                staticClass: _vm._$g("28-" + $31, "sc"),
-                class: _vm._$g("28-" + $31, "c"),
-                attrs: { _i: "28-" + $31 },
+                staticClass: _vm._$g("29-" + $31, "sc"),
+                class: _vm._$g("29-" + $31, "c"),
+                attrs: { _i: "29-" + $31 },
                 on: {
                   click: function ($event) {
                     return _vm.$handleViewEvent($event)
@@ -29030,75 +29057,53 @@
               },
               [
                 _vm._l(
-                  _vm._$g(29 + "-" + $31, "f"),
+                  _vm._$g(30 + "-" + $31, "f"),
                   function (item, index, $22, $32) {
                     return _c(
                       "uni-view",
                       {
                         key: item,
-                        staticClass: _vm._$g("29-" + $31 + "-" + $32, "sc"),
-                        attrs: { _i: "29-" + $31 + "-" + $32 },
+                        staticClass: _vm._$g("30-" + $31 + "-" + $32, "sc"),
+                        attrs: { _i: "30-" + $31 + "-" + $32 },
                       },
                       [
                         _c(
                           "div",
                           {
-                            staticClass: _vm._$g("30-" + $31 + "-" + $32, "sc"),
-                            attrs: { _i: "30-" + $31 + "-" + $32 },
+                            staticClass: _vm._$g("31-" + $31 + "-" + $32, "sc"),
+                            attrs: { _i: "31-" + $31 + "-" + $32 },
                           },
                           [
-                            _vm._$g("31-" + $31 + "-" + $32, "i")
+                            _vm._$g("32-" + $31 + "-" + $32, "i")
                               ? _c(
                                   "uni-view",
-                                  { attrs: { _i: "31-" + $31 + "-" + $32 } },
+                                  { attrs: { _i: "32-" + $31 + "-" + $32 } },
                                   [
                                     _c(
                                       "v-uni-text",
                                       {
                                         staticClass: _vm._$g(
-                                          "32-" + $31 + "-" + $32,
+                                          "33-" + $31 + "-" + $32,
                                           "sc"
                                         ),
                                         style: _vm._$g(
-                                          "32-" + $31 + "-" + $32,
+                                          "33-" + $31 + "-" + $32,
                                           "s"
                                         ),
-                                        attrs: { _i: "32-" + $31 + "-" + $32 },
+                                        attrs: { _i: "33-" + $31 + "-" + $32 },
                                       },
                                       [
                                         _vm._v(
                                           _vm._$g(
-                                            "32-" + $31 + "-" + $32,
+                                            "33-" + $31 + "-" + $32,
                                             "t0-0"
                                           ) + "锛�
                                         ),
                                       ]
                                     ),
-                                    _vm._$g("33-" + $31 + "-" + $32, "i")
-                                      ? _c(
-                                          "span",
-                                          {
-                                            staticClass: _vm._$g(
-                                              "33-" + $31 + "-" + $32,
-                                              "sc"
-                                            ),
-                                            attrs: {
-                                              _i: "33-" + $31 + "-" + $32,
-                                            },
-                                          },
-                                          [
-                                            _vm._v(
-                                              _vm._$g(
-                                                "33-" + $31 + "-" + $32,
-                                                "t0-0"
-                                              )
-                                            ),
-                                          ]
-                                        )
-                                      : _vm._e(),
                                     _vm._$g("34-" + $31 + "-" + $32, "i")
                                       ? _c(
-                                          "uni-view",
+                                          "span",
                                           {
                                             staticClass: _vm._$g(
                                               "34-" + $31 + "-" + $32,
@@ -29109,24 +29114,46 @@
                                             },
                                           },
                                           [
-                                            _vm._$g(
+                                            _vm._v(
+                                              _vm._$g(
+                                                "34-" + $31 + "-" + $32,
+                                                "t0-0"
+                                              )
+                                            ),
+                                          ]
+                                        )
+                                      : _vm._e(),
+                                    _vm._$g("35-" + $31 + "-" + $32, "i")
+                                      ? _c(
+                                          "uni-view",
+                                          {
+                                            staticClass: _vm._$g(
                                               "35-" + $31 + "-" + $32,
+                                              "sc"
+                                            ),
+                                            attrs: {
+                                              _i: "35-" + $31 + "-" + $32,
+                                            },
+                                          },
+                                          [
+                                            _vm._$g(
+                                              "36-" + $31 + "-" + $32,
                                               "i"
                                             )
                                               ? _c(
                                                   "v-uni-text",
                                                   {
                                                     staticClass: _vm._$g(
-                                                      "35-" + $31 + "-" + $32,
+                                                      "36-" + $31 + "-" + $32,
                                                       "sc"
                                                     ),
                                                     class: _vm._$g(
-                                                      "35-" + $31 + "-" + $32,
+                                                      "36-" + $31 + "-" + $32,
                                                       "c"
                                                     ),
                                                     attrs: {
                                                       _i:
-                                                        "35-" + $31 + "-" + $32,
+                                                        "36-" + $31 + "-" + $32,
                                                     },
                                                     on: {
                                                       change: function (
@@ -29143,35 +29170,35 @@
                                               : _vm._e(),
                                             _c("v-uni-input", {
                                               staticClass: _vm._$g(
-                                                "36-" + $31 + "-" + $32,
+                                                "37-" + $31 + "-" + $32,
                                                 "sc"
                                               ),
                                               class: _vm._$g(
-                                                "36-" + $31 + "-" + $32,
+                                                "37-" + $31 + "-" + $32,
                                                 "c"
                                               ),
                                               style: _vm._$g(
-                                                "36-" + $31 + "-" + $32,
+                                                "37-" + $31 + "-" + $32,
                                                 "s"
                                               ),
                                               attrs: {
                                                 type: _vm._$g(
-                                                  "36-" + $31 + "-" + $32,
+                                                  "37-" + $31 + "-" + $32,
                                                   "a-type"
                                                 ),
                                                 disabled: _vm._$g(
-                                                  "36-" + $31 + "-" + $32,
+                                                  "37-" + $31 + "-" + $32,
                                                   "a-disabled"
                                                 ),
                                                 placeholder: _vm._$g(
-                                                  "36-" + $31 + "-" + $32,
+                                                  "37-" + $31 + "-" + $32,
                                                   "a-placeholder"
                                                 ),
                                                 focus: _vm._$g(
-                                                  "36-" + $31 + "-" + $32,
+                                                  "37-" + $31 + "-" + $32,
                                                   "a-focus"
                                                 ),
-                                                _i: "36-" + $31 + "-" + $32,
+                                                _i: "37-" + $31 + "-" + $32,
                                               },
                                               on: {
                                                 focus: function ($event) {
@@ -29187,12 +29214,12 @@
                                               },
                                               model: {
                                                 value: _vm._$g(
-                                                  "36-" + $31 + "-" + $32,
+                                                  "37-" + $31 + "-" + $32,
                                                   "v-model"
                                                 ),
                                                 callback: function ($$v) {
                                                   _vm.$handleVModelEvent(
-                                                    "36-" + $31 + "-" + $32,
+                                                    "37-" + $31 + "-" + $32,
                                                     $$v
                                                   )
                                                 },
@@ -29200,23 +29227,23 @@
                                               },
                                             }),
                                             _vm._$g(
-                                              "37-" + $31 + "-" + $32,
+                                              "38-" + $31 + "-" + $32,
                                               "i"
                                             )
                                               ? _c(
                                                   "v-uni-text",
                                                   {
                                                     staticClass: _vm._$g(
-                                                      "37-" + $31 + "-" + $32,
+                                                      "38-" + $31 + "-" + $32,
                                                       "sc"
                                                     ),
                                                     class: _vm._$g(
-                                                      "37-" + $31 + "-" + $32,
+                                                      "38-" + $31 + "-" + $32,
                                                       "c"
                                                     ),
                                                     attrs: {
                                                       _i:
-                                                        "37-" + $31 + "-" + $32,
+                                                        "38-" + $31 + "-" + $32,
                                                     },
                                                     on: {
                                                       click: function ($event) {
@@ -29233,15 +29260,15 @@
                                           1
                                         )
                                       : _vm._e(),
-                                    _vm._$g("38-" + $31 + "-" + $32, "i")
+                                    _vm._$g("39-" + $31 + "-" + $32, "i")
                                       ? _c("uni-data-select", {
                                           class: _vm._$g(
-                                            "38-" + $31 + "-" + $32,
+                                            "39-" + $31 + "-" + $32,
                                             "c"
                                           ),
                                           attrs: {
                                             id: "dv_select",
-                                            _i: "38-" + $31 + "-" + $32,
+                                            _i: "39-" + $31 + "-" + $32,
                                           },
                                           on: {
                                             change: function ($event) {
@@ -29252,7 +29279,7 @@
                                           },
                                           model: {
                                             value: _vm._$g(
-                                              "38-" + $31 + "-" + $32,
+                                              "39-" + $31 + "-" + $32,
                                               "v-model"
                                             ),
                                             callback: function () {},
@@ -29260,47 +29287,47 @@
                                           },
                                         })
                                       : _vm._e(),
-                                    _vm._$g("39-" + $31 + "-" + $32, "i")
+                                    _vm._$g("40-" + $31 + "-" + $32, "i")
                                       ? _c(
                                           "uni-view",
                                           {
                                             staticClass: _vm._$g(
-                                              "39-" + $31 + "-" + $32,
+                                              "40-" + $31 + "-" + $32,
                                               "sc"
                                             ),
                                             attrs: {
-                                              _i: "39-" + $31 + "-" + $32,
+                                              _i: "40-" + $31 + "-" + $32,
                                             },
                                           },
                                           [
                                             _c("v-uni-textarea", {
                                               staticClass: _vm._$g(
-                                                "40-" + $31 + "-" + $32,
+                                                "41-" + $31 + "-" + $32,
                                                 "sc"
                                               ),
                                               class: _vm._$g(
-                                                "40-" + $31 + "-" + $32,
+                                                "41-" + $31 + "-" + $32,
                                                 "c"
                                               ),
                                               staticStyle: { height: "60px" },
                                               style: _vm._$g(
-                                                "40-" + $31 + "-" + $32,
+                                                "41-" + $31 + "-" + $32,
                                                 "s"
                                               ),
                                               attrs: {
                                                 value: _vm._$g(
-                                                  "40-" + $31 + "-" + $32,
+                                                  "41-" + $31 + "-" + $32,
                                                   "a-value"
                                                 ),
                                                 placeholder: _vm._$g(
-                                                  "40-" + $31 + "-" + $32,
+                                                  "41-" + $31 + "-" + $32,
                                                   "a-placeholder"
                                                 ),
                                                 disabled: _vm._$g(
-                                                  "40-" + $31 + "-" + $32,
+                                                  "41-" + $31 + "-" + $32,
                                                   "a-disabled"
                                                 ),
-                                                _i: "40-" + $31 + "-" + $32,
+                                                _i: "41-" + $31 + "-" + $32,
                                               },
                                               on: {
                                                 blur: function ($event) {
@@ -29314,32 +29341,32 @@
                                           1
                                         )
                                       : _vm._e(),
-                                    _vm._$g("41-" + $31 + "-" + $32, "i")
+                                    _vm._$g("42-" + $31 + "-" + $32, "i")
                                       ? _c(
                                           "v-uni-checkbox-group",
                                           {
                                             staticClass: _vm._$g(
-                                              "41-" + $31 + "-" + $32,
+                                              "42-" + $31 + "-" + $32,
                                               "sc"
                                             ),
                                             class: _vm._$g(
-                                              "41-" + $31 + "-" + $32,
+                                              "42-" + $31 + "-" + $32,
                                               "c"
                                             ),
                                             style: _vm._$g(
-                                              "41-" + $31 + "-" + $32,
+                                              "42-" + $31 + "-" + $32,
                                               "s"
                                             ),
                                             attrs: {
                                               "data-ischeck": _vm._$g(
-                                                "41-" + $31 + "-" + $32,
+                                                "42-" + $31 + "-" + $32,
                                                 "a-data-ischeck"
                                               ),
                                               disabled: _vm._$g(
-                                                "41-" + $31 + "-" + $32,
+                                                "42-" + $31 + "-" + $32,
                                                 "a-disabled"
                                               ),
-                                              _i: "41-" + $31 + "-" + $32,
+                                              _i: "42-" + $31 + "-" + $32,
                                             },
                                             on: {
                                               change: function ($event) {
@@ -29354,21 +29381,21 @@
                                               "v-uni-label",
                                               {
                                                 attrs: {
-                                                  _i: "42-" + $31 + "-" + $32,
+                                                  _i: "43-" + $31 + "-" + $32,
                                                 },
                                               },
                                               [
                                                 _c("v-uni-checkbox", {
                                                   attrs: {
                                                     value: _vm._$g(
-                                                      "43-" + $31 + "-" + $32,
+                                                      "44-" + $31 + "-" + $32,
                                                       "a-value"
                                                     ),
                                                     checked: _vm._$g(
-                                                      "43-" + $31 + "-" + $32,
+                                                      "44-" + $31 + "-" + $32,
                                                       "a-checked"
                                                     ),
-                                                    _i: "43-" + $31 + "-" + $32,
+                                                    _i: "44-" + $31 + "-" + $32,
                                                   },
                                                 }),
                                                 _c(
@@ -29376,13 +29403,13 @@
                                                   {
                                                     attrs: {
                                                       _i:
-                                                        "44-" + $31 + "-" + $32,
+                                                        "45-" + $31 + "-" + $32,
                                                     },
                                                   },
                                                   [
                                                     _vm._v(
                                                       _vm._$g(
-                                                        "44-" + $31 + "-" + $32,
+                                                        "45-" + $31 + "-" + $32,
                                                         "t0-0"
                                                       )
                                                     ),
@@ -29395,22 +29422,22 @@
                                           1
                                         )
                                       : _vm._e(),
-                                    _vm._$g("45-" + $31 + "-" + $32, "i")
+                                    _vm._$g("46-" + $31 + "-" + $32, "i")
                                       ? _c("v-uni-switch", {
                                           class: _vm._$g(
-                                            "45-" + $31 + "-" + $32,
+                                            "46-" + $31 + "-" + $32,
                                             "c"
                                           ),
                                           style: _vm._$g(
-                                            "45-" + $31 + "-" + $32,
+                                            "46-" + $31 + "-" + $32,
                                             "s"
                                           ),
                                           attrs: {
                                             disabled: _vm._$g(
-                                              "45-" + $31 + "-" + $32,
+                                              "46-" + $31 + "-" + $32,
                                               "a-disabled"
                                             ),
-                                            _i: "45-" + $31 + "-" + $32,
+                                            _i: "46-" + $31 + "-" + $32,
                                           },
                                           on: {
                                             change: function ($event) {
@@ -29421,7 +29448,7 @@
                                           },
                                           model: {
                                             value: _vm._$g(
-                                              "45-" + $31 + "-" + $32,
+                                              "46-" + $31 + "-" + $32,
                                               "v-model"
                                             ),
                                             callback: function () {},
@@ -29429,16 +29456,16 @@
                                           },
                                         })
                                       : _vm._e(),
-                                    _vm._$g("46-" + $31 + "-" + $32, "i")
+                                    _vm._$g("47-" + $31 + "-" + $32, "i")
                                       ? _c(
                                           "uni-view",
                                           {
                                             staticClass: _vm._$g(
-                                              "46-" + $31 + "-" + $32,
+                                              "47-" + $31 + "-" + $32,
                                               "sc"
                                             ),
                                             attrs: {
-                                              _i: "46-" + $31 + "-" + $32,
+                                              _i: "47-" + $31 + "-" + $32,
                                             },
                                           },
                                           [
@@ -29446,24 +29473,24 @@
                                               "v-uni-picker",
                                               {
                                                 staticClass: _vm._$g(
-                                                  "47-" + $31 + "-" + $32,
+                                                  "48-" + $31 + "-" + $32,
                                                   "sc"
                                                 ),
                                                 class: _vm._$g(
-                                                  "47-" + $31 + "-" + $32,
+                                                  "48-" + $31 + "-" + $32,
                                                   "c"
                                                 ),
                                                 attrs: {
                                                   mode: "date",
                                                   disabled: _vm._$g(
-                                                    "47-" + $31 + "-" + $32,
+                                                    "48-" + $31 + "-" + $32,
                                                     "a-disabled"
                                                   ),
                                                   value: _vm._$g(
-                                                    "47-" + $31 + "-" + $32,
+                                                    "48-" + $31 + "-" + $32,
                                                     "a-value"
                                                   ),
-                                                  _i: "47-" + $31 + "-" + $32,
+                                                  _i: "48-" + $31 + "-" + $32,
                                                 },
                                                 on: {
                                                   change: function ($event) {
@@ -29478,18 +29505,18 @@
                                                   "uni-view",
                                                   {
                                                     staticClass: _vm._$g(
-                                                      "48-" + $31 + "-" + $32,
+                                                      "49-" + $31 + "-" + $32,
                                                       "sc"
                                                     ),
                                                     attrs: {
                                                       _i:
-                                                        "48-" + $31 + "-" + $32,
+                                                        "49-" + $31 + "-" + $32,
                                                     },
                                                   },
                                                   [
                                                     _vm._v(
                                                       _vm._$g(
-                                                        "48-" + $31 + "-" + $32,
+                                                        "49-" + $31 + "-" + $32,
                                                         "t0-0"
                                                       )
                                                     ),
@@ -29506,18 +29533,18 @@
                                   1
                                 )
                               : _vm._e(),
-                            _vm._$g("49-" + $31 + "-" + $32, "i")
+                            _vm._$g("50-" + $31 + "-" + $32, "i")
                               ? _c(
                                   "uni-row",
                                   {
                                     staticClass: _vm._$g(
-                                      "49-" + $31 + "-" + $32,
+                                      "50-" + $31 + "-" + $32,
                                       "sc"
                                     ),
-                                    attrs: { _i: "49-" + $31 + "-" + $32 },
+                                    attrs: { _i: "50-" + $31 + "-" + $32 },
                                   },
                                   _vm._l(
-                                    _vm._$g(50 + "-" + $31 + "-" + $32, "f"),
+                                    _vm._$g(51 + "-" + $31 + "-" + $32, "f"),
                                     function (cols, key, $23, $33) {
                                       return _c(
                                         "uni-col",
@@ -29525,7 +29552,7 @@
                                           key: cols,
                                           attrs: {
                                             _i:
-                                              "50-" +
+                                              "51-" +
                                               $31 +
                                               "-" +
                                               $32 +
@@ -29535,7 +29562,7 @@
                                         },
                                         [
                                           _vm._$g(
-                                            "51-" + $31 + "-" + $32 + "-" + $33,
+                                            "52-" + $31 + "-" + $32 + "-" + $33,
                                             "i"
                                           )
                                             ? _c(
@@ -29543,7 +29570,7 @@
                                                 {
                                                   attrs: {
                                                     _i:
-                                                      "51-" +
+                                                      "52-" +
                                                       $31 +
                                                       "-" +
                                                       $32 +
@@ -29556,7 +29583,7 @@
                                                     "v-uni-text",
                                                     {
                                                       staticClass: _vm._$g(
-                                                        "52-" +
+                                                        "53-" +
                                                           $31 +
                                                           "-" +
                                                           $32 +
@@ -29565,7 +29592,7 @@
                                                         "sc"
                                                       ),
                                                       style: _vm._$g(
-                                                        "52-" +
+                                                        "53-" +
                                                           $31 +
                                                           "-" +
                                                           $32 +
@@ -29575,7 +29602,7 @@
                                                       ),
                                                       attrs: {
                                                         _i:
-                                                          "52-" +
+                                                          "53-" +
                                                           $31 +
                                                           "-" +
                                                           $32 +
@@ -29586,7 +29613,7 @@
                                                     [
                                                       _vm._v(
                                                         _vm._$g(
-                                                          "52-" +
+                                                          "53-" +
                                                             $31 +
                                                             "-" +
                                                             $32 +
@@ -29598,52 +29625,6 @@
                                                     ]
                                                   ),
                                                   _vm._$g(
-                                                    "53-" +
-                                                      $31 +
-                                                      "-" +
-                                                      $32 +
-                                                      "-" +
-                                                      $33,
-                                                    "i"
-                                                  )
-                                                    ? _c(
-                                                        "span",
-                                                        {
-                                                          staticClass: _vm._$g(
-                                                            "53-" +
-                                                              $31 +
-                                                              "-" +
-                                                              $32 +
-                                                              "-" +
-                                                              $33,
-                                                            "sc"
-                                                          ),
-                                                          attrs: {
-                                                            _i:
-                                                              "53-" +
-                                                              $31 +
-                                                              "-" +
-                                                              $32 +
-                                                              "-" +
-                                                              $33,
-                                                          },
-                                                        },
-                                                        [
-                                                          _vm._v(
-                                                            _vm._$g(
-                                                              "53-" +
-                                                                $31 +
-                                                                "-" +
-                                                                $32 +
-                                                                "-" +
-                                                                $33,
-                                                              "t0-0"
-                                                            )
-                                                          ),
-                                                        ]
-                                                      )
-                                                    : _vm._e(),
-                                                  _vm._$g(
                                                     "54-" +
                                                       $31 +
                                                       "-" +
@@ -29653,7 +29634,7 @@
                                                     "i"
                                                   )
                                                     ? _c(
-                                                        "uni-view",
+                                                        "span",
                                                         {
                                                           staticClass: _vm._$g(
                                                             "54-" +
@@ -29675,8 +29656,54 @@
                                                           },
                                                         },
                                                         [
-                                                          _vm._$g(
+                                                          _vm._v(
+                                                            _vm._$g(
+                                                              "54-" +
+                                                                $31 +
+                                                                "-" +
+                                                                $32 +
+                                                                "-" +
+                                                                $33,
+                                                              "t0-0"
+                                                            )
+                                                          ),
+                                                        ]
+                                                      )
+                                                    : _vm._e(),
+                                                  _vm._$g(
+                                                    "55-" +
+                                                      $31 +
+                                                      "-" +
+                                                      $32 +
+                                                      "-" +
+                                                      $33,
+                                                    "i"
+                                                  )
+                                                    ? _c(
+                                                        "uni-view",
+                                                        {
+                                                          staticClass: _vm._$g(
                                                             "55-" +
+                                                              $31 +
+                                                              "-" +
+                                                              $32 +
+                                                              "-" +
+                                                              $33,
+                                                            "sc"
+                                                          ),
+                                                          attrs: {
+                                                            _i:
+                                                              "55-" +
+                                                              $31 +
+                                                              "-" +
+                                                              $32 +
+                                                              "-" +
+                                                              $33,
+                                                          },
+                                                        },
+                                                        [
+                                                          _vm._$g(
+                                                            "56-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -29689,7 +29716,7 @@
                                                                 {
                                                                   staticClass:
                                                                     _vm._$g(
-                                                                      "55-" +
+                                                                      "56-" +
                                                                         $31 +
                                                                         "-" +
                                                                         $32 +
@@ -29699,7 +29726,7 @@
                                                                     ),
                                                                   class:
                                                                     _vm._$g(
-                                                                      "55-" +
+                                                                      "56-" +
                                                                         $31 +
                                                                         "-" +
                                                                         $32 +
@@ -29709,7 +29736,7 @@
                                                                     ),
                                                                   attrs: {
                                                                     _i:
-                                                                      "55-" +
+                                                                      "56-" +
                                                                       $31 +
                                                                       "-" +
                                                                       $32 +
@@ -29733,7 +29760,7 @@
                                                           _c("v-uni-input", {
                                                             staticClass:
                                                               _vm._$g(
-                                                                "56-" +
+                                                                "57-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -29742,7 +29769,7 @@
                                                                 "sc"
                                                               ),
                                                             class: _vm._$g(
-                                                              "56-" +
+                                                              "57-" +
                                                                 $31 +
                                                                 "-" +
                                                                 $32 +
@@ -29751,7 +29778,7 @@
                                                               "c"
                                                             ),
                                                             style: _vm._$g(
-                                                              "56-" +
+                                                              "57-" +
                                                                 $31 +
                                                                 "-" +
                                                                 $32 +
@@ -29761,7 +29788,7 @@
                                                             ),
                                                             attrs: {
                                                               type: _vm._$g(
-                                                                "56-" +
+                                                                "57-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -29770,7 +29797,7 @@
                                                                 "a-type"
                                                               ),
                                                               disabled: _vm._$g(
-                                                                "56-" +
+                                                                "57-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -29780,7 +29807,7 @@
                                                               ),
                                                               placeholder:
                                                                 _vm._$g(
-                                                                  "56-" +
+                                                                  "57-" +
                                                                     $31 +
                                                                     "-" +
                                                                     $32 +
@@ -29789,7 +29816,7 @@
                                                                   "a-placeholder"
                                                                 ),
                                                               focus: _vm._$g(
-                                                                "56-" +
+                                                                "57-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -29798,7 +29825,7 @@
                                                                 "a-focus"
                                                               ),
                                                               _i:
-                                                                "56-" +
+                                                                "57-" +
                                                                 $31 +
                                                                 "-" +
                                                                 $32 +
@@ -29823,7 +29850,7 @@
                                                             },
                                                             model: {
                                                               value: _vm._$g(
-                                                                "56-" +
+                                                                "57-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -29834,7 +29861,7 @@
                                                               callback:
                                                                 function ($$v) {
                                                                   _vm.$handleVModelEvent(
-                                                                    "56-" +
+                                                                    "57-" +
                                                                       $31 +
                                                                       "-" +
                                                                       $32 +
@@ -29848,7 +29875,7 @@
                                                             },
                                                           }),
                                                           _vm._$g(
-                                                            "57-" +
+                                                            "58-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -29861,7 +29888,7 @@
                                                                 {
                                                                   staticClass:
                                                                     _vm._$g(
-                                                                      "57-" +
+                                                                      "58-" +
                                                                         $31 +
                                                                         "-" +
                                                                         $32 +
@@ -29871,7 +29898,7 @@
                                                                     ),
                                                                   class:
                                                                     _vm._$g(
-                                                                      "57-" +
+                                                                      "58-" +
                                                                         $31 +
                                                                         "-" +
                                                                         $32 +
@@ -29881,7 +29908,7 @@
                                                                     ),
                                                                   attrs: {
                                                                     _i:
-                                                                      "57-" +
+                                                                      "58-" +
                                                                       $31 +
                                                                       "-" +
                                                                       $32 +
@@ -29907,7 +29934,7 @@
                                                       )
                                                     : _vm._e(),
                                                   _vm._$g(
-                                                    "58-" +
+                                                    "59-" +
                                                       $31 +
                                                       "-" +
                                                       $32 +
@@ -29917,7 +29944,7 @@
                                                   )
                                                     ? _c("uni-data-select", {
                                                         class: _vm._$g(
-                                                          "58-" +
+                                                          "59-" +
                                                             $31 +
                                                             "-" +
                                                             $32 +
@@ -29928,7 +29955,7 @@
                                                         attrs: {
                                                           id: "dv_select",
                                                           _i:
-                                                            "58-" +
+                                                            "59-" +
                                                             $31 +
                                                             "-" +
                                                             $32 +
@@ -29946,7 +29973,7 @@
                                                         },
                                                         model: {
                                                           value: _vm._$g(
-                                                            "58-" +
+                                                            "59-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -29962,7 +29989,7 @@
                                                       })
                                                     : _vm._e(),
                                                   _vm._$g(
-                                                    "59-" +
+                                                    "60-" +
                                                       $31 +
                                                       "-" +
                                                       $32 +
@@ -29974,7 +30001,7 @@
                                                         "uni-view",
                                                         {
                                                           staticClass: _vm._$g(
-                                                            "59-" +
+                                                            "60-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -29984,7 +30011,7 @@
                                                           ),
                                                           attrs: {
                                                             _i:
-                                                              "59-" +
+                                                              "60-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -29996,7 +30023,7 @@
                                                           _c("v-uni-textarea", {
                                                             staticClass:
                                                               _vm._$g(
-                                                                "60-" +
+                                                                "61-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -30005,7 +30032,7 @@
                                                                 "sc"
                                                               ),
                                                             class: _vm._$g(
-                                                              "60-" +
+                                                              "61-" +
                                                                 $31 +
                                                                 "-" +
                                                                 $32 +
@@ -30017,7 +30044,7 @@
                                                               height: "60px",
                                                             },
                                                             style: _vm._$g(
-                                                              "60-" +
+                                                              "61-" +
                                                                 $31 +
                                                                 "-" +
                                                                 $32 +
@@ -30027,7 +30054,7 @@
                                                             ),
                                                             attrs: {
                                                               value: _vm._$g(
-                                                                "60-" +
+                                                                "61-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -30037,7 +30064,7 @@
                                                               ),
                                                               placeholder:
                                                                 _vm._$g(
-                                                                  "60-" +
+                                                                  "61-" +
                                                                     $31 +
                                                                     "-" +
                                                                     $32 +
@@ -30046,7 +30073,7 @@
                                                                   "a-placeholder"
                                                                 ),
                                                               disabled: _vm._$g(
-                                                                "60-" +
+                                                                "61-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -30055,7 +30082,7 @@
                                                                 "a-disabled"
                                                               ),
                                                               _i:
-                                                                "60-" +
+                                                                "61-" +
                                                                 $31 +
                                                                 "-" +
                                                                 $32 +
@@ -30077,7 +30104,7 @@
                                                       )
                                                     : _vm._e(),
                                                   _vm._$g(
-                                                    "61-" +
+                                                    "62-" +
                                                       $31 +
                                                       "-" +
                                                       $32 +
@@ -30089,7 +30116,7 @@
                                                         "v-uni-checkbox-group",
                                                         {
                                                           staticClass: _vm._$g(
-                                                            "61-" +
+                                                            "62-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -30098,7 +30125,7 @@
                                                             "sc"
                                                           ),
                                                           class: _vm._$g(
-                                                            "61-" +
+                                                            "62-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -30107,7 +30134,7 @@
                                                             "c"
                                                           ),
                                                           style: _vm._$g(
-                                                            "61-" +
+                                                            "62-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -30117,7 +30144,7 @@
                                                           ),
                                                           attrs: {
                                                             disabled: _vm._$g(
-                                                              "61-" +
+                                                              "62-" +
                                                                 $31 +
                                                                 "-" +
                                                                 $32 +
@@ -30127,7 +30154,7 @@
                                                             ),
                                                             "data-ischeck":
                                                               _vm._$g(
-                                                                "61-" +
+                                                                "62-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -30136,7 +30163,7 @@
                                                                 "a-data-ischeck"
                                                               ),
                                                             _i:
-                                                              "61-" +
+                                                              "62-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -30159,7 +30186,7 @@
                                                             {
                                                               attrs: {
                                                                 _i:
-                                                                  "62-" +
+                                                                  "63-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -30174,7 +30201,7 @@
                                                                   attrs: {
                                                                     value:
                                                                       _vm._$g(
-                                                                        "63-" +
+                                                                        "64-" +
                                                                           $31 +
                                                                           "-" +
                                                                           $32 +
@@ -30184,7 +30211,7 @@
                                                                       ),
                                                                     checked:
                                                                       _vm._$g(
-                                                                        "63-" +
+                                                                        "64-" +
                                                                           $31 +
                                                                           "-" +
                                                                           $32 +
@@ -30193,7 +30220,7 @@
                                                                         "a-checked"
                                                                       ),
                                                                     _i:
-                                                                      "63-" +
+                                                                      "64-" +
                                                                       $31 +
                                                                       "-" +
                                                                       $32 +
@@ -30207,7 +30234,7 @@
                                                                 {
                                                                   attrs: {
                                                                     _i:
-                                                                      "64-" +
+                                                                      "65-" +
                                                                       $31 +
                                                                       "-" +
                                                                       $32 +
@@ -30218,7 +30245,7 @@
                                                                 [
                                                                   _vm._v(
                                                                     _vm._$g(
-                                                                      "64-" +
+                                                                      "65-" +
                                                                         $31 +
                                                                         "-" +
                                                                         $32 +
@@ -30237,7 +30264,7 @@
                                                       )
                                                     : _vm._e(),
                                                   _vm._$g(
-                                                    "65-" +
+                                                    "66-" +
                                                       $31 +
                                                       "-" +
                                                       $32 +
@@ -30247,7 +30274,7 @@
                                                   )
                                                     ? _c("v-uni-switch", {
                                                         class: _vm._$g(
-                                                          "65-" +
+                                                          "66-" +
                                                             $31 +
                                                             "-" +
                                                             $32 +
@@ -30256,7 +30283,7 @@
                                                           "c"
                                                         ),
                                                         style: _vm._$g(
-                                                          "65-" +
+                                                          "66-" +
                                                             $31 +
                                                             "-" +
                                                             $32 +
@@ -30266,7 +30293,7 @@
                                                         ),
                                                         attrs: {
                                                           disabled: _vm._$g(
-                                                            "65-" +
+                                                            "66-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -30275,7 +30302,7 @@
                                                             "a-disabled"
                                                           ),
                                                           _i:
-                                                            "65-" +
+                                                            "66-" +
                                                             $31 +
                                                             "-" +
                                                             $32 +
@@ -30293,7 +30320,7 @@
                                                         },
                                                         model: {
                                                           value: _vm._$g(
-                                                            "65-" +
+                                                            "66-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -30309,7 +30336,7 @@
                                                       })
                                                     : _vm._e(),
                                                   _vm._$g(
-                                                    "66-" +
+                                                    "67-" +
                                                       $31 +
                                                       "-" +
                                                       $32 +
@@ -30321,7 +30348,7 @@
                                                         "uni-view",
                                                         {
                                                           staticClass: _vm._$g(
-                                                            "66-" +
+                                                            "67-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -30331,7 +30358,7 @@
                                                           ),
                                                           attrs: {
                                                             _i:
-                                                              "66-" +
+                                                              "67-" +
                                                               $31 +
                                                               "-" +
                                                               $32 +
@@ -30345,7 +30372,7 @@
                                                             {
                                                               staticClass:
                                                                 _vm._$g(
-                                                                  "67-" +
+                                                                  "68-" +
                                                                     $31 +
                                                                     "-" +
                                                                     $32 +
@@ -30354,7 +30381,7 @@
                                                                   "sc"
                                                                 ),
                                                               class: _vm._$g(
-                                                                "67-" +
+                                                                "68-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -30366,7 +30393,7 @@
                                                                 mode: "date",
                                                                 disabled:
                                                                   _vm._$g(
-                                                                    "67-" +
+                                                                    "68-" +
                                                                       $31 +
                                                                       "-" +
                                                                       $32 +
@@ -30375,7 +30402,7 @@
                                                                     "a-disabled"
                                                                   ),
                                                                 value: _vm._$g(
-                                                                  "67-" +
+                                                                  "68-" +
                                                                     $31 +
                                                                     "-" +
                                                                     $32 +
@@ -30384,7 +30411,7 @@
                                                                   "a-value"
                                                                 ),
                                                                 _i:
-                                                                  "67-" +
+                                                                  "68-" +
                                                                   $31 +
                                                                   "-" +
                                                                   $32 +
@@ -30408,7 +30435,7 @@
                                                                 {
                                                                   staticClass:
                                                                     _vm._$g(
-                                                                      "68-" +
+                                                                      "69-" +
                                                                         $31 +
                                                                         "-" +
                                                                         $32 +
@@ -30418,7 +30445,7 @@
                                                                     ),
                                                                   attrs: {
                                                                     _i:
-                                                                      "68-" +
+                                                                      "69-" +
                                                                       $31 +
                                                                       "-" +
                                                                       $32 +
@@ -30429,7 +30456,7 @@
                                                                 [
                                                                   _vm._v(
                                                                     _vm._$g(
-                                                                      "68-" +
+                                                                      "69-" +
                                                                         $31 +
                                                                         "-" +
                                                                         $32 +
@@ -30467,19 +30494,19 @@
                     )
                   }
                 ),
-                _vm._$g("69-" + $31, "i")
+                _vm._$g("70-" + $31, "i")
                   ? _c(
                       "uni-view",
                       {
-                        staticClass: _vm._$g("69-" + $31, "sc"),
-                        attrs: { _i: "69-" + $31 },
+                        staticClass: _vm._$g("70-" + $31, "sc"),
+                        attrs: { _i: "70-" + $31 },
                       },
                       [
                         _c(
                           "a",
                           {
-                            staticClass: _vm._$g("70-" + $31, "sc"),
-                            attrs: { href: "javascript:;", _i: "70-" + $31 },
+                            staticClass: _vm._$g("71-" + $31, "sc"),
+                            attrs: { href: "javascript:;", _i: "71-" + $31 },
                             on: {
                               click: function ($event) {
                                 return _vm.$handleViewEvent($event)
@@ -30488,8 +30515,8 @@
                           },
                           [
                             _c("i", {
-                              staticClass: _vm._$g("71-" + $31, "sc"),
-                              attrs: { _i: "71-" + $31 },
+                              staticClass: _vm._$g("72-" + $31, "sc"),
+                              attrs: { _i: "72-" + $31 },
                             }),
                           ],
                           1
@@ -30507,23 +30534,8 @@
       ),
       _c(
         "uni-view",
-        { staticClass: _vm._$g(72, "sc"), attrs: { _i: 72 } },
+        { staticClass: _vm._$g(73, "sc"), attrs: { _i: 73 } },
         [
-          _vm._$g(73, "i")
-            ? _c(
-                "v-uni-button",
-                {
-                  staticClass: _vm._$g(73, "sc"),
-                  attrs: { type: "default", _i: 73 },
-                  on: {
-                    click: function ($event) {
-                      return _vm.$handleViewEvent($event)
-                    },
-                  },
-                },
-                [_vm._v("鍙栨秷")]
-              )
-            : _vm._e(),
           _vm._$g(74, "i")
             ? _c(
                 "v-uni-button",
@@ -30536,9 +30548,10 @@
                     },
                   },
                 },
-                [_vm._v(_vm._$g(74, "t0-0"))]
+                [_vm._v("鍙栨秷")]
               )
-            : _vm._$g(75, "e")
+            : _vm._e(),
+          _vm._$g(75, "i")
             ? _c(
                 "v-uni-button",
                 {
@@ -30552,20 +30565,34 @@
                 },
                 [_vm._v(_vm._$g(75, "t0-0"))]
               )
+            : _vm._$g(76, "e")
+            ? _c(
+                "v-uni-button",
+                {
+                  staticClass: _vm._$g(76, "sc"),
+                  attrs: { type: "default", _i: 76 },
+                  on: {
+                    click: function ($event) {
+                      return _vm.$handleViewEvent($event)
+                    },
+                  },
+                },
+                [_vm._v(_vm._$g(76, "t0-0"))]
+              )
             : _vm._e(),
         ],
         1
       ),
       _c(
         "uni-view",
-        { attrs: { _i: 76 } },
+        { attrs: { _i: 77 } },
         [
           _c(
             "uni-popup",
             {
               ref: "popup",
-              staticClass: _vm._$g(77, "sc"),
-              attrs: { _i: 77 },
+              staticClass: _vm._$g(78, "sc"),
+              attrs: { _i: 78 },
               on: {
                 change: function ($event) {
                   return _vm.$handleViewEvent($event)
@@ -30575,49 +30602,49 @@
             [
               _c(
                 "uni-view",
-                { staticClass: _vm._$g(78, "sc"), attrs: { _i: 78 } },
-                [_vm._v(_vm._$g(78, "t0-0"))]
+                { staticClass: _vm._$g(79, "sc"), attrs: { _i: 79 } },
+                [_vm._v(_vm._$g(79, "t0-0"))]
               ),
               _c(
                 "uni-view",
                 {
-                  staticClass: _vm._$g(79, "sc"),
-                  class: _vm._$g(79, "c"),
-                  style: _vm._$g(79, "s"),
-                  attrs: { _i: 79 },
+                  staticClass: _vm._$g(80, "sc"),
+                  class: _vm._$g(80, "c"),
+                  style: _vm._$g(80, "s"),
+                  attrs: { _i: 80 },
                 },
                 [
                   _c(
                     "uni-view",
                     {
-                      staticClass: _vm._$g(80, "sc"),
-                      style: _vm._$g(80, "s"),
-                      attrs: { _i: 80 },
+                      staticClass: _vm._$g(81, "sc"),
+                      style: _vm._$g(81, "s"),
+                      attrs: { _i: 81 },
                     },
-                    _vm._l(_vm._$g(81, "f"), function (item, index, $24, $34) {
+                    _vm._l(_vm._$g(82, "f"), function (item, index, $24, $34) {
                       return _c(
                         "uni-view",
                         {
                           key: item,
-                          staticClass: _vm._$g("81-" + $34, "sc"),
-                          attrs: { _i: "81-" + $34 },
+                          staticClass: _vm._$g("82-" + $34, "sc"),
+                          attrs: { _i: "82-" + $34 },
                         },
                         [
                           _c(
                             "v-uni-checkbox-group",
                             {
-                              staticClass: _vm._$g("82-" + $34, "sc"),
-                              style: _vm._$g("82-" + $34, "s"),
+                              staticClass: _vm._$g("83-" + $34, "sc"),
+                              style: _vm._$g("83-" + $34, "s"),
                               attrs: {
                                 "data-ischeck": _vm._$g(
-                                  "82-" + $34,
+                                  "83-" + $34,
                                   "a-data-ischeck"
                                 ),
                                 "data-index": _vm._$g(
-                                  "82-" + $34,
+                                  "83-" + $34,
                                   "a-data-index"
                                 ),
-                                _i: "82-" + $34,
+                                _i: "83-" + $34,
                               },
                               on: {
                                 change: function ($event) {
@@ -30628,22 +30655,22 @@
                             [
                               _c(
                                 "v-uni-label",
-                                { attrs: { _i: "83-" + $34 } },
+                                { attrs: { _i: "84-" + $34 } },
                                 [
                                   _c("v-uni-checkbox", {
                                     attrs: {
-                                      value: _vm._$g("84-" + $34, "a-value"),
+                                      value: _vm._$g("85-" + $34, "a-value"),
                                       checked: _vm._$g(
-                                        "84-" + $34,
+                                        "85-" + $34,
                                         "a-checked"
                                       ),
-                                      _i: "84-" + $34,
+                                      _i: "85-" + $34,
                                     },
                                   }),
                                   _c(
                                     "v-uni-text",
-                                    { attrs: { _i: "85-" + $34 } },
-                                    [_vm._v(_vm._$g("85-" + $34, "t0-0"))]
+                                    { attrs: { _i: "86-" + $34 } },
+                                    [_vm._v(_vm._$g("86-" + $34, "t0-0"))]
                                   ),
                                 ],
                                 1
@@ -30659,13 +30686,13 @@
                   ),
                   _c(
                     "uni-view",
-                    { staticClass: _vm._$g(86, "sc"), attrs: { _i: 86 } },
+                    { staticClass: _vm._$g(87, "sc"), attrs: { _i: 87 } },
                     [
                       _c(
                         "v-uni-button",
                         {
-                          staticClass: _vm._$g(87, "sc"),
-                          attrs: { type: "default", _i: 87 },
+                          staticClass: _vm._$g(88, "sc"),
+                          attrs: { type: "default", _i: 88 },
                           on: {
                             click: function ($event) {
                               return _vm.$handleViewEvent($event)
@@ -30677,8 +30704,8 @@
                       _c(
                         "v-uni-button",
                         {
-                          staticClass: _vm._$g(88, "sc"),
-                          attrs: { type: "default", _i: 88 },
+                          staticClass: _vm._$g(89, "sc"),
+                          attrs: { type: "default", _i: 89 },
                           on: {
                             click: function ($event) {
                               return _vm.$handleViewEvent($event)

--
Gitblit v1.9.1