From f287892b790018121ab505aac6553ba04dd09aa5 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 13 Dec 2022 11:33:07 +0800 Subject: [PATCH] delete_standingbook --- .../$IndexView/default/condition.html | 42 - .../default/conditionItem_default.html | 25 - .../$IndexView/default/conditionSelected.html | 11 - .../$IndexView/default/docList.html | 43 - .../$IndexView/default/fieldSelect.html | 24 - .../$IndexView/default/view.html | 28 - .../$Main/appicon.png | Bin 1979 -> 0 bytes .../$Main/default/fonts/ftsearch.svg | 53 - .../$Main/default/fonts/ftsearch.ttf | Bin 5228 -> 0 bytes .../$Main/default/fonts/ftsearch.woff | Bin 5304 -> 0 bytes .../$Main/default/icon.png | Bin 1138 -> 0 bytes .../$Main/default/icons/location.png | Bin 520 -> 0 bytes .../$Main/default/icons/nodata.png | Bin 2490 -> 0 bytes .../$Main/default/icons/o2logo.png | Bin 17327 -> 0 bytes .../$Main/default/main.html | 12 - .../$Main/default/style.css | 1125 ----------------- .../$Main/default/tabList.html | 28 - .../$Main/default/tabList_multiselect.html | 29 - .../$Main/default/tabPage.html | 34 - .../$Main/default/~tabList_doc.html | 28 - .../source/x_component_StandingBook/Common.js | 468 ------- .../x_component_StandingBook/IndexView.js | 802 ------------ o2web/source/x_component_StandingBook/Main.js | 378 ------ .../source/x_component_StandingBook/lp/en.js | 106 -- .../x_component_StandingBook/lp/zh-cn.js | 104 -- 25 files changed, 3340 deletions(-) delete mode 100644 o2web/source/x_component_StandingBook/$IndexView/default/condition.html delete mode 100644 o2web/source/x_component_StandingBook/$IndexView/default/conditionItem_default.html delete mode 100644 o2web/source/x_component_StandingBook/$IndexView/default/conditionSelected.html delete mode 100644 o2web/source/x_component_StandingBook/$IndexView/default/docList.html delete mode 100644 o2web/source/x_component_StandingBook/$IndexView/default/fieldSelect.html delete mode 100644 o2web/source/x_component_StandingBook/$IndexView/default/view.html delete mode 100644 o2web/source/x_component_StandingBook/$Main/appicon.png delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.svg delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.ttf delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.woff delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/icon.png delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/icons/location.png delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/icons/nodata.png delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/icons/o2logo.png delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/main.html delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/style.css delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/tabList.html delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/tabList_multiselect.html delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/tabPage.html delete mode 100644 o2web/source/x_component_StandingBook/$Main/default/~tabList_doc.html delete mode 100644 o2web/source/x_component_StandingBook/Common.js delete mode 100644 o2web/source/x_component_StandingBook/IndexView.js delete mode 100644 o2web/source/x_component_StandingBook/Main.js delete mode 100644 o2web/source/x_component_StandingBook/lp/en.js delete mode 100644 o2web/source/x_component_StandingBook/lp/zh-cn.js diff --git a/o2web/source/x_component_StandingBook/$IndexView/default/condition.html b/o2web/source/x_component_StandingBook/$IndexView/default/condition.html deleted file mode 100644 index da15dd97e4..0000000000 --- a/o2web/source/x_component_StandingBook/$IndexView/default/condition.html +++ /dev/null @@ -1,42 +0,0 @@ -
-
-
-
- -
- {{each $.data}} -
-
{{$.label}}
-
-
    -
  • -
-
-
- {{end each}} -
-
-
- -{{if $.data.length > 0}} -
-
- - {{this.lp.ok}} -
-
- - {{this.lp.reset}} -
-
- - {{this.lp.export}} -
- {{if $.data.length > 1}} -
- - {{$.status.isShowAllFilter ? $.lp.collapseFilter : $.lp.moreFilter}} -
- {{end if}} -
-{{end if}} \ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$IndexView/default/conditionItem_default.html b/o2web/source/x_component_StandingBook/$IndexView/default/conditionItem_default.html deleted file mode 100644 index a01aead66a..0000000000 --- a/o2web/source/x_component_StandingBook/$IndexView/default/conditionItem_default.html +++ /dev/null @@ -1,25 +0,0 @@ -{{each $.data}} -
-
{{$.label}}
- -
- - {{if $.valueCountPairList && $.valueCountPairList.length}} -
- {{$._.lp.more}} -
-
    - {{each $.valueCountPairList}} -
  • -
    - {{$.label}}({{$.count}}) -
    -
  • - {{end each}} -
-
- {{end if}} -
- -
-{{end each}} \ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$IndexView/default/conditionSelected.html b/o2web/source/x_component_StandingBook/$IndexView/default/conditionSelected.html deleted file mode 100644 index b1cf31ac7f..0000000000 --- a/o2web/source/x_component_StandingBook/$IndexView/default/conditionSelected.html +++ /dev/null @@ -1,11 +0,0 @@ -
- {{each $.data}} -
- {{$.parentLabel}}: - {{each $.labelList}} -
{{$}}
- {{end each}} - -
- {{end each}} -
\ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$IndexView/default/docList.html b/o2web/source/x_component_StandingBook/$IndexView/default/docList.html deleted file mode 100644 index 34efe42ad4..0000000000 --- a/o2web/source/x_component_StandingBook/$IndexView/default/docList.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - {{each $.fieldList}} - - {{end each}} - - - {{each $.data}} - - - - {{each $._.fieldList}} - - {{if $.field === "title"}} - - {{end if}} - - {{if $.field === "completed"}} - - {{end if}} - - {{if ["title","completed"].indexOf($.field) === -1 }} - - {{end if}} - - {{end each}} - - {{end each}} -
- {{$.lp.sequence}} - - {{$.name}} - -
{{$.sequence}}{{$._[$.field]}}{{ $._._.lp[$._[$.field]] }}{{$._[$.field]}}
- - - - - -{{if !$.data || !$.data.length}} -
{{$.lp.noData}}
-{{end if}} \ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$IndexView/default/fieldSelect.html b/o2web/source/x_component_StandingBook/$IndexView/default/fieldSelect.html deleted file mode 100644 index b409b99f5d..0000000000 --- a/o2web/source/x_component_StandingBook/$IndexView/default/fieldSelect.html +++ /dev/null @@ -1,24 +0,0 @@ -
-
{{$.lp.fieldSelect}}
-
- {{$.lp.more}} -
-
- {{each $.data}} -
-
- {{if !$.selected}} - - {{end if}} - - {{if $.selected}} - - {{end if}} - - {{$.name}} -
-
- {{end each}} -
-
-
\ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$IndexView/default/view.html b/o2web/source/x_component_StandingBook/$IndexView/default/view.html deleted file mode 100644 index 5ed71fef66..0000000000 --- a/o2web/source/x_component_StandingBook/$IndexView/default/view.html +++ /dev/null @@ -1,28 +0,0 @@ -
-
-
-
-
- -
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$Main/appicon.png b/o2web/source/x_component_StandingBook/$Main/appicon.png deleted file mode 100644 index 9f2ea0a393de4142fec1be4da94d40b56ff1ed1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1979 zcmV;s2SoUZP)ht(u000Kk zNkl-LP-i6_29DBkSa$ck2gtehNy1VjiFZpae1a3_I; zJdkYx32~w%=Nu#Dz$wZt(fYuR1860L;sj$E1u5#q-t4@3`c+f)bLj5bw()fLtgUo6 zr1N9}eSufB5e{uA(<-(H4Na>X>wANP9Q^ZnxwZmu3%J=|`!3{BI% zWZff3DdBpa*uAwows-!$y|*`b*Z2JoIM*h>e)+lkL%{D}dlOPB5UG=vWnFl5?UAR} z*Vo#;UKg6CK`B*=@(DQSkWylAZ-7rfz2^S?+V%HGqtPYC_&+p_<5$l=lQ~{5@=u7= zBgc-dzVpp*Y@SH9Yvh1Mpn;Xz>BMKGJq zFrB*S_PXfzk8d^_#;L6L7Y0GoG{G1L9A3fEqdlu> zHcy*P^G{0?aOhAQ0Q&8AODCmbzh_{q+5`|q^#Lh`cB`eE&1S#dZY_L&p$l-%z&YcL zb5LC4RbBbCj6?v}I5_8;rY-jLg%*$~9iG5*|r~#67DxiOUDV$VXEH!b}!BTSPp-?Y?wDMJFfoLfa^DQ9$sY40` zFt1hi&O5OJs1JWh{01RLR zR`FbrxNDRGX#Up&5Re{7k^U7|9*AXRcgUWB0zoh$l0|k^{bC@Nb#Ayh$RU8m`8275 ztFAqe7(f&RV|O?>0Th?Ql$yWVBqXVi<|c4p7ogOHRErD%L<-{JWilD0UIcc7oh?I5DFnvR2&_(lQeAQ^8^aQgx70 zNiR^gdih9XREmn!LD?=aX8=iuRRad*((lKugS!CYSV{!WdEToP0)tZO-nzlNPFn{b z019n{B*zS zX>h)mK!o|(Xgv%d+7(uqr?4y@viAd!q>}ns0C11Z(0@-N*M z{pN)h5Cj2)nAv_1%#!I7!0=^X9{=fK?s4WLkIzP>cMfQ7z~En zQp&4Y?`INVS=PvLocC|XpZ)6(zVE+5MB($#{d{=> z0N~2jNBHjdo(#h<{G02#XLMbE*f1IhLjkFx>+=Ahh{}1CLKq4-(fMs!|K(yB-MH3T69 z9LIre@3^+T^S zEo5PIWdHzp+A}gRu+TNI)HSjQF*33;Ftsu?)HblNGB5xDLP!M|r2CQB0000kdQ@0+ zZEs|0W_c}SVRU5x0C?InGBB{vHL%b%G6*p=vobZZGBDCMu&^>P002Sr1r&~Q>k9w? N002ovPDHLkV1gkNpHBb) diff --git a/o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.svg b/o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.svg deleted file mode 100644 index 2ef9c2be9d..0000000000 --- a/o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - -{ - "fontFamily": "ftsearch", - "majorVersion": 1, - "minorVersion": 0, - "description": "Font generated by IcoMoon.", - "version": "Version 1.0", - "fontId": "ftsearch", - "psName": "ftsearch", - "subFamily": "Regular", - "fullName": "ftsearch" -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.ttf b/o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.ttf deleted file mode 100644 index 060fa8c1822e1454cf18b73c66ec5bf1186fdb2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5228 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 diff --git a/o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.woff b/o2web/source/x_component_StandingBook/$Main/default/fonts/ftsearch.woff deleted file mode 100644 index 49b4469f8b4cb5b78a8c1ddc2eec08528a4d5a21..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5304 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 R?BMgh7Blu9chdEq{{x%wzXAXN diff --git a/o2web/source/x_component_StandingBook/$Main/default/icon.png b/o2web/source/x_component_StandingBook/$Main/default/icon.png deleted file mode 100644 index 5f69e25b93966d31ea7803613ead2589a5a21b2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1138 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzwj^(N7l!{JxM1({$v_d#0*}aI zAngIhZYQ(tK!Rljj_E*J0gT&!&6&%V@W%wj|Te z)T?Ej6I0%xSJ?oNKwJs?QhTvEKaoUfuiOhR!`3m)^3ru*_WTUECc!t+a2( zfkOrpnvZ?HJaguzf2;qwKbtkN*L=I&gRif{3R9on^-oJrx7YQ%U96(6q@Z-E^p4x+ zpWh!Z_ph%n`d71bcj5bU6-?Hg>Gt=KFtr>R!KnTltfFzoZx(RJn6+AN%(AZtK#ct*@u0u3Yzco}|q*#@OSnsgYTk zg%5uL!7SXAED| zYbH@w8~?p($SW=e({TvDXa;-J&bzD-IsG*UZDl!QsN9B(;P|lkFpCkfV$HOx0u+54I47 zqXj%GL{y@iD%@Ng1hO{0nw>duM$i7bio6IW7o!PBTAtS1aJsRu{MT%B=>8%pt;*ow zJ*iDnu7gQHK$n3db)CRB&5l09O*R4(J6<;^@oZ^KtT38Z@#AL)ixSg?Ees5gBqX#Q zoqQijG(1%B`6hQnO08juK<7g(i(U3c)r~5DADms1C{*Kl{-g?nV1};3{SKx;bCHv3 z7xHgqnj3Y``@+z<(T#ISI+F&g7HjfO4<%bpp7)kIjF)s4B+7P}a3AxUz{2IpW1?^T zz*ApB-BEz$LR58Pg;dwHVuK15=0!sCZHW?XjpeH@Tiutp>}xLDz4?09_V2ORjc2u~ zJlrK0_4Zud?z=aOWz(lLyl0Qtzx&st7av{(K3=dg_Ih``-EDb>nCs3!UO!*I+}iuG zwGV$EoM2O1z2P&j&H3E{tFM~r$IsgzxHfLf=bbWY>${rfy?^}Uhy3@ar~kHpt*Tud zps{Dy<}&Nq3<9wiWsYl}I~)6JN6^ZeY3HAxFR^_4wW>F4_17I2Eh>y`ZSVT7OG)Nb z`S#F#KG2AOt68Umr=@=UKaE9*<8Z*MuX`_NebxQ@+21~G-EZ;0Cl7n1Hz(HvbEjTa zNJL3;QEFmIs%{F9U|^`YWo%@y;ezRgE2f(`42?D!8EiE&xnj0qgOLFPgOdlV#FF0= xZ@_fs=BH$)Rif*>U~0r+XtLSJ6sY+URHx%-R*}A<*W5sz44$rjF6*2UngH{>|7-vN diff --git a/o2web/source/x_component_StandingBook/$Main/default/icons/location.png b/o2web/source/x_component_StandingBook/$Main/default/icons/location.png deleted file mode 100644 index 0b280cbf10b82418ed6802e9b20e8bc003f6b7cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 520 zcmV+j0{8uiP)Px$!bwCyR5(w4l0Rq^K@`Tn8J6SZ&R8lc;RGRt62a^2Qb@pHVHr4tbA9{3E`=60 ziHL5etPRa8;_fac5+X-DTa~%WH=D-g`gZKY@}d zrDg#<0|0PZpKo1!lVL{Zd<A5Hj{&rp*}cdsP)a#rQf{l&I@9a*4vW1irQCngo|N(& z5gn8PzW`iJlkPC{y9}VU?iypVzNc339>DE1X>6@s@jP$G7<0{9`w~DW^?hdMZru#- z1JE_=D@#w9d94B%3|ar_a$)f&hifO%$ir=8n>r|eX%^}I3W1At~B&Ppj4iD;_~t^iWVvN7hhTlr+y zLOcwD;6+_)wSaUUfe_*qfTuwatWKNDRDequjYf06?|(aKwf_LkbC?lxC$)e80000< KMNUMnLSTZ4@#4e) diff --git a/o2web/source/x_component_StandingBook/$Main/default/icons/nodata.png b/o2web/source/x_component_StandingBook/$Main/default/icons/nodata.png deleted file mode 100644 index c30d3799aa54c431443d382ec34f0ff054fb4b29..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2490 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 Ef|G*3$p8QV diff --git a/o2web/source/x_component_StandingBook/$Main/default/icons/o2logo.png b/o2web/source/x_component_StandingBook/$Main/default/icons/o2logo.png deleted file mode 100644 index b4996fe78f07900735eccf40f6f89cfd99daefa8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17327 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 diff --git a/o2web/source/x_component_StandingBook/$Main/default/main.html b/o2web/source/x_component_StandingBook/$Main/default/main.html deleted file mode 100644 index 473d8bc5cb..0000000000 --- a/o2web/source/x_component_StandingBook/$Main/default/main.html +++ /dev/null @@ -1,12 +0,0 @@ -
- - - - - - -
-
-
-
-
\ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$Main/default/style.css b/o2web/source/x_component_StandingBook/$Main/default/style.css deleted file mode 100644 index ce88da8178..0000000000 --- a/o2web/source/x_component_StandingBook/$Main/default/style.css +++ /dev/null @@ -1,1125 +0,0 @@ -.appContent { - text-align: center -} - -@font-face { - font-family: 'ftsearch'; - src: - url('../x_component_StandingBook/$Main/default/fonts/ftsearch.ttf?j6lkqm') format('truetype'), - url('../x_component_StandingBook/$Main/default/fonts/ftsearch.woff?j6lkqm') format('woff'), - url('../x_component_StandingBook/$Main/default/fonts/ftsearch.svg?j6lkqm#ftsearch') format('svg'); - font-weight: normal; - font-style: normal; - font-display: block; -} - -[class^="o2icon-"], [class*=" o2icon-"] { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'ftsearch' !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - - -.o2icon-indeterminate_check_box:before { - content: "\e900"; -} -.o2icon-check_box_outline_blank:before { - content: "\e901"; -} -.o2icon-check_box:before { - content: "\e902"; -} -.o2icon-chevron-thin-up:before { - content: "\e903"; -} -.o2icon-chevron-thin-down:before { - content: "\e904"; -} -.o2icon-order_none:before { - content: "\e905"; -} -.o2icon-order_up:before { - content: "\e906"; -} -.o2icon-order_down:before { - content: "\e907"; -} -.o2icon-dump:before { - content: "\e908"; -} -.o2icon-close:before { - content: "\e913"; -} -.o2icon-log:before { - content: "\e922"; -} -.o2icon-cross:before { - content: "\e987"; -} -.o2icon-filter:before { - content: "\e98b"; -} -.o2icon-search:before { - content: "\e994"; -} -.o2icon-edit2:before { - content: "\e99d"; -} -.o2icon-create:before { - content: "\e9af"; -} -.o2icon-delete:before { - content: "\e9b0"; -} -.o2icon-triangle_down:before { - content: "\e9b2"; -} -.o2icon-triangle_up:before { - content: "\e9b4"; -} -.o2icon-config:before { - content: "\e9ba"; -} -.o2icon-download:before { - content: "\e9bc"; -} -.o2icon-order:before { - content: "\e9bd"; -} -.o2icon-list3:before { - content: "\e9c1"; -} -.o2icon-list4:before { - content: "\e9c4"; -} -.o2icon-radio:before { - content: "\e965"; -} -.o2icon-checkbox:before { - content: "\e967"; -} -.o2icon-add:before { - content: "\e944"; -} -.o2icon-search1:before { - content: "\e994"; -} - -em { - color: #ea4335; -} -h3 { - margin: 40px 0 0; -} -ul { - list-style-type: none; - padding: 0; - margin: 0; -} -/*li {*/ -/* display: inline-block;*/ -/* margin: 0 10px;*/ -/*}*/ -/*a {*/ -/* color: #42b983;*/ -/*}*/ -.appNode{ - overflow: hidden; - height: 100%; -} -.menuArea{ - max-width: 300px; - min-width: 180px; - width: 15%; - height: 100%; - background: #FFFFFF; - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); - float: left; - -} -.contentArea { - height: 100%; - background: #F0F0F0; - display: flex; - flex-direction:column; -} -.content{ - background-color: #ffffff; - height: 100%; - /*padding: 20px;*/ - margin: 10px; - /*background: #FFFFFF;*/ - border-radius: 4px; - /*overflow: auto;*/ - /*display: flex;*/ - text-align: left; - position: relative; -} -/*button{*/ -/* border-radius: 100px;*/ -/* border: 0;*/ -/* padding: 6px 20px;*/ -/* cursor: pointer;*/ -/* margin-left: 10px;*/ -/*}*/ -*::-webkit-scrollbar { - width:8px; - height: 8px; - border-radius: 8px; - background-color: #dddddd; -} -*::-webkit-scrollbar-thumb{ - width: 8px; - border-radius: 8px; - background-color: #bbbbbb; - cursor: pointer; -} -*::-webkit-scrollbar-thumb:hover{ - width: 8px; - border-radius: 8px; - background-color: #666666; - cursor: pointer; -} -* { - scrollbar-color: #bbbbbb #dddddd; - scrollbar-width: thin; -} -/*.item_descriptions_label{*/ -/* font-weight: normal!important;*/ -/*}*/ -/*.item_descriptions_content{*/ -/* font-weight: 300!important;*/ -/*}*/ -/*.item_div_button{*/ -/* margin: 0;*/ -/* height: var(--el-input-height, 40px);*/ -/* border-radius: 100px;*/ -/* font-size: 16px;*/ -/* display: flex;*/ -/* align-items: center;*/ -/* justify-content: space-evenly;*/ -/* cursor: pointer;*/ -/*}*/ -/*.item_validate_info{*/ -/* color: red;*/ -/* height: 10px;*/ -/* padding: 5px 15px;*/ -/* display: none;*/ -/*}*/ -/*.item_log{*/ -/* color: #999999;*/ -/* word-break: keep-all;*/ -/* word-wrap: normal;*/ -/*}*/ -/*.item_log_completed{*/ -/* color: #00b516;*/ -/* word-break: keep-all;*/ -/* word-wrap: normal;*/ -/*}*/ -/*.item_storage_module .el-collapse-item__header {*/ -/* padding: 0 20px!important;*/ -/* border-radius: 30px!important;*/ -/* background-color: #f3f3f3!important;*/ -/*}*/ -/*.item_message_module .el-collapse-item__header {*/ -/* width: 98%!important;*/ -/* height: 32px!important;*/ -/* font-size: 12px!important;*/ -/* padding: 0 20px!important;*/ -/* border-radius: 30px!important;*/ -/* background-color: #f3f3f3!important;*/ -/* font-weight: bold;*/ -/*}*/ -/*.item_message_module .el-collapse-item__content{*/ -/* padding-bottom: 0!important;*/ -/*}*/ - -/*.menuItemSubArea{*/ -/* !*display: none;*!*/ -/*}*/ -/*.menu{*/ -/* margin: 0;*/ -/* user-select: none;*/ -/* height: 100%;*/ -/* display: flex;*/ -/* flex-direction: column;*/ -/*}*/ -/*.menuTitle{*/ -/* margin: 0 20px;*/ -/* height: 60px;*/ -/* font-size: 18px;*/ -/* color: #333333;*/ -/* line-height: 60px;*/ -/* border-bottom: 1px solid #cccccc;*/ -/*}*/ -/*.menuTitleLogo{*/ -/* background-repeat: no-repeat;*/ -/* background-size: 18px;*/ -/* background-position: center;*/ -/* background-color: #758790;*/ -/* width: 32px;*/ -/* height: 32px;*/ -/* float: left;*/ -/* border-radius: 20px;*/ -/* margin-top: 14px;*/ -/* margin-right: 10px;*/ -/*}*/ -/*.menuTitleText{*/ -/* float: left;*/ -/*}*/ -/*.menuContent{*/ -/* height: inherit;*/ -/* overflow: auto;*/ -/*}*/ -/*.menuItem{*/ -/* height: 50px;*/ -/* cursor: pointer;*/ -/* line-height: 50px;*/ -/* font-size: 16px;*/ -/* color: #999999;*/ -/*}*/ -/*.menuItem_current{*/ -/* background-color: #EBF1F7!important;*/ -/*}*/ -/*.menuItem_over{*/ -/* background-color: #F7F7F7;*/ -/*}*/ - -/*.menuItemIcon {*/ -/* margin-left: 20px;*/ -/* !*height: 16px;*!*/ -/* !*width: 16px;*!*/ -/* !*padding: 12px 5px 12px 0;*!*/ -/* float: left;*/ -/*}*/ -/*.menuItemText{*/ -/* margin: 0 30px 0 46px;*/ -/* text-align: left;*/ -/*}*/ -/*.menuItemCount{*/ -/* margin-right: 20px;*/ -/* float: right;*/ -/* width: 20px;*/ -/* font-size: 1px;*/ -/* color: #999999;*/ -/* line-height: 40px!important;*/ -/* text-align: right;*/ -/*}*/ -/*.subItem {*/ -/* height: 40px;*/ -/* line-height: 40px;*/ -/* padding-left: 20px;*/ -/* font-size: 14px;*/ -/* color: #666666;*/ -/*}*/ -/*.subItemIcon {*/ -/* margin-left: 20px;*/ -/*}*/ -/*.subItemText{*/ -/* margin: 0 30px 0 40px;*/ -/* text-align: left;*/ -/*}*/ -/*.menuBottom{*/ -/* margin: 0 20px;*/ -/* height: 60px;*/ -/* font-size: 18px;*/ -/* color: #333333;*/ -/* line-height: 60px;*/ -/* border-top: 1px solid #cccccc;*/ -/* display: flex;*/ -/* justify-content: center;*/ -/* align-items: center;*/ -/* cursor: pointer;*/ -/*}*/ - -.before_search_blank{ - max-height: 290px; - min-height: 150px; - height: calc(100% - 360px); -} -.main_inputWrap{ - background-color: #ffffff; - padding: 20px; - margin-bottom: 10px; -} -.main_inputWrap_main{ - width: 600px; - background-color: #ffffff; - margin: 0 auto; -} -.main_inputArea{ - max-width: 600px; - /*margin-bottom: 10px;*/ - /*border: 1px solid #ccc;*/ - border: 1px solid #4A90E2; - border-radius: 20px; - padding: 0 0 0 15px; - /*box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);*/ -} -.main_input { - width: calc( 100% - 40px ); - height: 38px; - font-size: 16px; - color: #666; - border: 0; -} -.main_inputButton{ - cursor: pointer; - line-height: 40px; - font-size: 18px; - color: #ccc; -} -.main_buttonArea{ - margin-top:30px; - text-align:center; -} -.main_searchButton{ - height: 40px; - line-height: 40px; - cursor: pointer; - background: #4A90E2; - border-radius: 20px; - color: #ffffff; - font-size:16px; - width: 120px; - display: inline-block; -} -.main_indexButton{ - margin-left: 30px; - line-height: 40px; - cursor: pointer; - height: 40px; - color: #666666; - background: #F0F0F0; - border-radius: 20px; - font-size:16px; - width: 120px; - display: inline-block; -} - -.index-wrap{ - margin: 0px auto; - height: 100%; -} -.index-top{ - background-color: #ffffff; - padding: 20px; - margin-bottom: 10px; - overflow: hidden; -} -.index-top-inner{ - overflow: hidden; - min-width: 810px; - /*max-width: 1400px;*/ -} -.index-search-wrap{ - height: 100%; - width: 100%; - margin: 0px auto; - background-color: #F0F0F0; -} - -.view_inputArea{ - float: left; - width: 500px; - /*margin-bottom: 10px;*/ - /*border: 1px solid #ccc;*/ - border: 1px solid #4A90E2; - border-radius: 20px; - padding: 0 0 0 15px; - /*box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);*/ -} -.view_input { - width: calc( 100% - 40px ); - height: 30px; - font-size: 14px; - color: #666; - border: 0; -} -.view_inputButton{ - cursor: pointer; - line-height: 30px; - font-size: 14px; - color: #ccc; -} -.breadcrumb-index{ - float: left; - font-size: 14px; - color: #999; - padding-left:20px; - margin-top:8px; - background: url("../x_component_StandingBook/$Main/default/icons/location.png") no-repeat; - width: calc( 100% - 150px ); - height: 20px; - line-height: 20px; - overflow: hidden; -} -.breadcrumb-index a{ - cursor: pointer; - padding-left:5px; -} -.breadcrumb-index span{ - padding-left:5px; -} - -.breadcrumb-tab{ - margin-left: 10px; - float: left; - font-size: 14px; - color: #999; - padding-left:20px; - background: url("../x_component_StandingBook/$Main/default/icons/location.png") left center no-repeat; -} -.breadcrumb-tab a{ - cursor: pointer; - padding-left:5px; -} -.breadcrumb-tab span{ - padding-left:5px; -} -.docContent-index{ - height: calc( 100% - 134px ); - background:#ffffff; - padding:20px; - overflow:auto; - display: flex; - flex-direction: column; -} -.contentWrap-index{ - min-width: 810px; - /*max-width: 1400px;*/ -} -.index-topLink{ - cursor: pointer; - display: inline-block; - width: 100px; - height: 30px; - line-height: 30px; - text-align: center; - margin-left: 10px; - background: #FFFFFF; - border-radius: 15px; - color: #4A90E2; - border: 1px solid #4A90E2; -} -.index-topButton{ - display: inline-block; - width: 100px; - height: 30px; - color: #fff; - background: #4A90E2; - border-radius: 15px; -} -.docTotalNode{ - padding: 0 0 10px 5px -} -.listNode{ - min-height: 300px; -} -.index-listNode{ - /*overflow:auto;*/ -} -.index-pagingNode{ - overflow:hidden; - width: 100%; -} -.listNoData{ - text-align: center; - padding-top:50px; - padding-bottom:50px; -} -.listNoDataIcon{ - width: 60px; - height: 60px; - margin: 0 auto; - background: url("../x_component_StandingBook/$Main/default/icons/nodata.png") no-repeat; -} -.listNoDataText{ - line-height: 50px; - font-size: 16px; - color: #999; -} - -.listTable{ - border-top:1px solid #e1e2e3; -} -.listTable th{ - min-width: 100px; - cursor: pointer; - border-left: 2px solid #F7F7F7; - border-right: 2px solid #F7F7F7; - border-bottom: 1px solid #e1e2e3; - background:#F7F7F7; - color: #606266; - padding: 8px 0; - line-height: 24px; -} -.listTable td{ - border-left: 2px solid #fff; - border-right: 2px solid #fff; - border-bottom: 1px solid #e1e2e3; - color: #606266; - padding: 8px 3px; - line-height: 24px; -} -.listTable td a{ - text-decoration: none; - color: #606266; - padding: 8px 0; - font-size: 15px; -} -.listTable td a:hover{ - text-decoration: underline; -} - -.listItem{ - padding: 15px 5px; overflow: hidden; -} -.listItem-title{ - font-size: 16px; color: #333; overflow: hidden; cursor: pointer; margin: 5px 0; text-decoration: none; -} -.listItem-title:hover{ - text-decoration: underline; -} -.listItem-body{ - font-size: 14px; color: #666; line-height: 24px; overflow: hidden; margin: 5px 0; -} -.listItem-summary{ - font-size: 14px; color: #666; line-height: 24px; overflow: hidden; margin: 5px 0; display:inline; -} -.listItem-infor-title{ - color:#4A90E2 -} -.listItem-infor-content{ - padding-right: 20px; -} - - -.conditionSelected{ - overflow: hidden; - margin-bottom: 10px; -} -.conditionSelected .item{ - float: left; - margin-right:10px; - border-radius: 30px; - line-height: 16px; - padding: 5px 10px; - cursor: pointer; - color: #ffffff; - background: #4A90E2; - margin-bottom: 8px; - /*background: url("../x_component_AdvancedSearch/$Main/default/icons/off.png") right center no-repeat;*/ -} -.conditionSelected div{ - display: inline-block; -} -.conditionSelected .item .item-text{ - margin-right: 5px; -} -.conditionSelected .item .icon{ - font-size: 12px; - /*margin-left: 5px;*/ - padding: 1px; -} -.conditionSelected .item .icon_over{ - font-size: 12px; - /*margin-left: 5px;*/ - padding: 1px; - color: #4A90E2; - background: #fff; - border-radius: 30px; -} - -.separator{ - border-top: 3px solid #4A90E2; -} -.condition{ - width: 100%; - margin-bottom: 30px; - border-radius: 0px 0px 30px 30px; - border: 1px solid #CCCCCC; - padding-bottom: 10px; -} -.condition .switch-button{ - background: #ffffff; - float:right; - color: #999; - width: 52px; - line-height: 40px; - cursor: pointer; -} -.condition .multi-button{ - /*background: #ffffff;*/ - float:right; - width: 52px; - color: #999; - line-height: 40px; - cursor: pointer; -} -.condition .item{ - overflow: hidden; - border-top: 1px solid #e1e2e3; - /*background: #f0f2f5;*/ -} -.condition .item-title{ - float: left; - color: #666; - width: 180px; - line-height: 20px; - padding: 10px 0 10px 10px; - /*word-break: break-all;*/ - /*white-space: nowrap;*/ - /*background-color: #f0f2f5;*/ -} -.condition .item-content{ - overflow: hidden;margin-left: 100px; -} -.condition .subitem-wrap{ - margin-right: 50px; - overflow: hidden; - height: 40px; - /*background: #ffffff;*/ -} -.condition .subitem-wrap_expand{ - height: auto!important; -} -.condition .input-subitem-wrap{ - margin-right: 50px; - overflow: hidden; - padding: 5px 10px; - margin-left: 5px; - background: #ffffff; - min-height: 30px; -} - -.condition .subitem{ - float: left; - white-space: nowrap; - padding: 5px 4px; -} -.condition .subItem-content{ - text-decoration: none; - cursor: pointer; - font-size: 14px; - line-height: 26px; - height: 26px; - padding: 0 6px; - color: #333; - background: #ffffff; - border-radius: 26px; -} - -.condition .item-multiselect{ - display: none; - overflow: hidden; - line-height: 40px; - border: 1px solid #4A90E2; - background: rgba(74, 144, 226, 0.12); -} -.condition .item-multiselect .item-title{ - float: left; - width: 180px; - padding-left: 10px; - white-space: nowrap; - background-color: transparent; -} -.condition .item-multiselect .item-content{ - background: #fff; overflow: hidden;margin-left: 100px; -} -.condition .item-multiselect .subitem-wrap{ - overflow: hidden; - height: auto; - background: #ffffff; -} -.condition .item-multiselect .subitem{ - float: left; - white-space: nowrap; - padding: 5px 4px; -} -.condition .item-multiselect .subItem-content{ - text-decoration: none; - cursor: pointer; - font-size: 14px; - line-height: 26px; - height: 26px; - padding: 0 6px; - color: #333; - background: #ffffff; - border-radius: 26px; -} -.condition .buttonArea{ - margin-top:10px; - margin-bottom:10px; - text-align: center; -} -.condition .okButton{ - height: 30px; - line-height: 30px; - cursor: pointer; - background: #4A90E2; - border-radius: 20px; - color: #ffffff; - font-size:14px; - width: 80px; - display: inline-block; -} -.condition .cancelButton{ - margin-left: 30px; - height: 30px; - line-height: 30px; - cursor: pointer; - color: #666666; - background: #F0F0F0; - border-radius: 20px; - font-size:14px; - width: 80px; - display: inline-block; -} - - - - -.actionbar{ - text-align: center;margin-bottom: 20px; -} -.actionbar .search-action{ - cursor: pointer; - display: inline-block; - width: 150px; - height: 40px; - line-height: 40px; - text-align: center; - background: #4A90E2; - border-radius: 20px; - color:#fff; -} -.actionbar .export-action{ - cursor: pointer; - display: inline-block; - margin-left: 20px; - width: 150px; - height: 40px; - line-height: 40px; - text-align: center; - background: #F0F0F0; - border-radius: 20px; -} -.actionbar .switch-filter-action{ - cursor: pointer; - display: inline-block; - margin-left: 20px; - width: 150px; - height: 40px; - line-height: 40px; - text-align: center; - background: #F0F0F0; - border-radius: 20px; -} -.actionbar .switch-filter-text{ - padding-right:10px; -} -/*.actionbar .search-action{*/ -/* border: 1px solid #ddd; border-radius: 50px; display: inline-block; color:#666;*/ -/* text-align: center; padding: 8px 20px; cursor: pointer; background-color: #F0F0F0;*/ -/*}*/ -/*.actionbar .export-action{*/ -/* border: 1px solid #ddd; border-radius: 50px; display: inline-block; color:#666; margin-left: 20px;*/ -/* text-align: center; padding: 8px 20px; cursor: pointer; background-color: #F0F0F0;*/ -/*}*/ -/*.actionbar .switch-filter-action{*/ -/* border: 1px solid #ddd; border-radius: 50px; display: inline-block; color:#666; margin-left: 20px;*/ -/* text-align: center; padding: 8px 20px; cursor: pointer; background-color: #F0F0F0;*/ -/*}*/ -/*.actionbar .switch-filter-text{*/ -/* padding-right:10px;*/ -/*}*/ - -.fieldSelect{ - overflow: hidden; - line-height: 40px; - /*border-top: 1px solid #dddddd;*/ - /*border-bottom: 1px solid #dddddd;*/ - /*background: #f0f2f5;*/ - margin-bottom: 10px; -} -.fieldSelect-title{ - float: left; - width: 180px; - padding-left: 10px; - white-space: nowrap; - color: #666; - /*background-color: #f0f2f5;*/ -} -.fieldSelect-content{ - background: #fff; overflow: hidden;margin-left: 100px; height: 80px; margin-right: 40px; -} -.fieldSelect-content_expand{ - height: auto!important; -} -.fieldSelect-item{ - float: left; - white-space: nowrap; - padding: 7px 4px; -} -.fieldSelect-item-content{ - text-decoration: none; - cursor: pointer; - font-size: 14px; - line-height: 26px; - height: 26px; - padding: 0 6px; - color: #666666; - background: #ffffff; - border-radius: 26px; -} -.fieldSelect-switch-action{ - background: #ffffff; - float:right; - color: #999; - width: 52px; - line-height: 40px; - cursor: pointer; -} - -.tl_area{ - display: flex; - height: calc( 100% - 20px ); - margin:10px; - flex-direction: column; -} -/*.index-topLink{*/ -/* cursor: pointer;*/ -/* display: inline-block;*/ -/* width: 100px;*/ -/* height: 30px;*/ -/* line-height: 30px;*/ -/* text-align: center;*/ -/* margin-left: 10px;*/ -/* background: #FFFFFF;*/ -/* border-radius: 15px;*/ -/* color: #4A90E2;*/ -/* border: 1px solid #4A90E2;*/ -/*}*/ -.tl_button{ - cursor: pointer; - display: inline-block; - width: 100px; - height: 32px; - line-height: 32px; - color: #fff; - font-size: 14px; - background: #4A90E2; - border-radius: 16px; -} -.tl_multiActionNode{ - border-top: 1px solid #4A90E2; - line-height:60px; - height:60px; -} -.tl_okButton{ - height: 34px; - line-height: 34px; - cursor: pointer; - background: #4A90E2; - border-radius: 20px; - color: #ffffff; - font-size:14px; - width: 180px; - display: inline-block; -} -.tl_cancelButton{ - margin-left: 30px; - height: 34px; - line-height: 34px; - cursor: pointer; - color: #666666; - background: #F0F0F0; - border-radius: 20px; - font-size:14px; - width: 120px; - display: inline-block; -} -.tl_contentWrap{ - height: calc( 100% - 90px ); - background:#ffffff; - padding:20px 20px 0 20px; -} -.tl_title{ - background: #FFFFFF; - height: 40px; - line-height: 40px; - color: #666666; - padding: 10px; - overflow: hidden; - margin-bottom: 10px; -} -.tl_listNode{ - height: calc( 100% - 40px ); - overflow: auto; -} -.tl_titleAction{ - float: right; - height: 40px; - width: 50px; - cursor: pointer; - text-align: center; - font-size: 18px; -} -.tl_titleText{ - height: 40px; - margin-right: 50px; - padding-left: 10px; - font-size: 18px; - display:inline-block; - float: left; -} -.tl_tabTitles{ - border-bottom: 3px solid #4A90E2; - overflow:hidden; - height: 35px; -} -.tl_tabTitle{ - width: 100px; - height: 36px; - font-size: 16px; - line-height: 36px; - float: left; - margin-right: 20px; - cursor: pointer; - color: #666; -} -.tl_tabTitleCurrent{ - color: #fff; - background: #4A90E2; - border-radius: 20px 20px 0 0; -} -.tl_core_searchArea{ - float: right; - margin-right:20px; - margin-top:5px; - width: 300px; - height:30px; - line-height:30px; - /*margin-bottom: 10px;*/ - /*border: 1px solid #ccc;*/ - border: 1px solid #c4c7ce; - border-radius: 20px; - padding: 0 0 0 0px; - /*box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);*/ -} -.tl_core_search { - width: calc( 100% - 40px ); - height: 20px; - font-size: 14px; - color: #666; - border: 0; -} -.tl_core_coreButton{ - cursor: pointer; - line-height: 22px; - font-size: 14px; - color: #ccc; -} -.tl_coreListApp{ - overflow:hidden; -} -.tl_left{ - width: 30px; - height: 30px; - margin-right: 10px; - float:left;; -} -.tl_right{ - margin-left:40px; - border-bottom: 1px solid #E6E6E6; -} -.tl_coreListAppIcon{ - margin-top:5px; - width: 30px; - height: 30px; - /*margin-right: 10px;*/ - background-size: 30px 30px; - background-position: center; - background-repeat: no-repeat; - background-image: url("../x_component_process_ApplicationExplorer/$Main/default/icon/application.png"); -} -.tl_coreListAppTitle{ - height: 40px; - line-height: 40px; - /*border-bottom: 1px solid #E6E6E6;*/ - display: flex; - background-color: #fff; - padding: 0 20px; -} -.tl_coreListAppContent{ - padding: 10px 20px; - overflow: hidden; -} -.tl_coreListAppText{ - margin-top: 5px; - font-size: 15px; - color: #666666; - cursor: pointer; - height: 30px; - line-height: 30px; - overflow: hidden; - padding: 0 10px; - border-radius: 20px; - user-select: none; -} -.checkbox{ - margin-right:5px; -} -.tl_coreItemArea{ - height: 30px; - color: #666666; - line-height: 30px; - overflow: hidden; - float: left; - margin-right: 20px; - margin-bottom: 5px; -} -.tl_coreItem{ - background: #F0F0F0; - cursor: pointer; - height: 30px; - line-height: 30px; - overflow: hidden; - float: left; - padding: 0 10px; - border-radius: 20px; - user-select: none; -} -.tl_processCommonIcon{ - background-image: url("../o2_core/o2/xDesktop/$Default/appicons/process.png"); - background-color: rgb(79, 178, 227); - background-size: 18px; - background-position: center; - background-repeat: no-repeat; - width: 30px; - height: 30px; - border-radius: 15px; - margin-top: 10px; -} -.tl_processSearchIcon{ - background-image: url("../o2_core/o2/xDesktop/$Default/appicons/search.png"); - background-color: rgb(117, 135, 144); - background-size: 18px; - background-position: center; - background-repeat: no-repeat; - width: 30px; - height: 30px; - border-radius: 15px; - margin-top: 10px; -} - diff --git a/o2web/source/x_component_StandingBook/$Main/default/tabList.html b/o2web/source/x_component_StandingBook/$Main/default/tabList.html deleted file mode 100644 index 6b216c5830..0000000000 --- a/o2web/source/x_component_StandingBook/$Main/default/tabList.html +++ /dev/null @@ -1,28 +0,0 @@ -
- {{each $.data}} -
-
- {{if ($.key)}} -
- {{end if}} -
-
-
-
{{$.name}}
-
- - - - - - - - - - -
-
- {{end each}} -
\ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$Main/default/tabList_multiselect.html b/o2web/source/x_component_StandingBook/$Main/default/tabList_multiselect.html deleted file mode 100644 index 24c1ddf29e..0000000000 --- a/o2web/source/x_component_StandingBook/$Main/default/tabList_multiselect.html +++ /dev/null @@ -1,29 +0,0 @@ -
- {{each $.data}} -
-
- {{if ($.key)}} -
- {{end if}} -
-
-
-
- {{$.name}}
-
- - - - - - - - - - -
-
- {{end each}} -
\ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$Main/default/tabPage.html b/o2web/source/x_component_StandingBook/$Main/default/tabPage.html deleted file mode 100644 index 79da363195..0000000000 --- a/o2web/source/x_component_StandingBook/$Main/default/tabPage.html +++ /dev/null @@ -1,34 +0,0 @@ -
-
- {{if $.status.closeEnable}} -
- {{end if}} -
{{$.lp.enableMultiSelect}}
- -
- - -
-
- - -
-
-
-
{{$.lp.processManager}}
-
{{$.lp.cmsManager}}
-
-
- - -
\ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/$Main/default/~tabList_doc.html b/o2web/source/x_component_StandingBook/$Main/default/~tabList_doc.html deleted file mode 100644 index 405a15dfa5..0000000000 --- a/o2web/source/x_component_StandingBook/$Main/default/~tabList_doc.html +++ /dev/null @@ -1,28 +0,0 @@ -
- {{each $.data}} -
-
- {{if ($.key)}} -
- {{end if}} -
-
-
-
{{$.name}}
-
- - - - - - - - - - -
-
- {{end each}} -
\ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/Common.js b/o2web/source/x_component_StandingBook/Common.js deleted file mode 100644 index 1230f43814..0000000000 --- a/o2web/source/x_component_StandingBook/Common.js +++ /dev/null @@ -1,468 +0,0 @@ -MWF.xApplication.StandingBook.ElModule = new Class({ - Implements: [Events, Options], - options:{ - id: "" - }, - initialize: function(node, options, app, data){ - this.setOptions(options); - this.container = $(node); - this.data = data; - this.app = app; - this.load(); - }, - load: function(){ - this.container.appendHTML(this._createElementHtml()); - this.node = this.container.getFirst(); - this.node.addClass("o2_vue"); - - if (!this.vm) this._loadVue( - this._mountVueApp.bind(this) - ); - }, - - _loadVue: function(callback){ - if (!window.Vue){ - var vue = (o2.session.isDebugger) ? "vue_develop" : "vue"; - o2.loadAll({"css": "../o2_lib/vue/element/index.css", "js": [vue, "elementui"]}, { "sequence": true }, callback); - }else{ - if (callback) callback(); - } - }, - _mountVueApp: function(){ - if (!this.vueApp) this.vueApp = this._createVueExtend(); - this.vm = new Vue(this.vueApp); - this.vm.$mount(this.node); - }, - - _createVueExtend: function(){ - var _self = this; - var app = { - data: this._createVueData(), - mounted: function(){ - _self._afterMounted(this.$el); - } - }; - return app; - }, - _createElementHtml: function(){ - - }, - _createVueData: function(){ - - }, - - _afterMounted: function(el){ - this.node = el; - // this.node.set({ - // "id": this.json.id - // }); - // this._loadVueCss(); - this.fireEvent("postLoad"); - this.fireEvent("load"); - }, - // _loadVueCss: function(){ - // if (this.styleNode){ - // this.node.removeClass(this.styleNode.get("id")); - // } - // if (this.json.vueCss && this.json.vueCss.code){ - // this.styleNode = this.node.getParent().loadCssText(this.json.vueCss.code, {"notInject": true}); - // this.styleNode.inject(this.node.getParent(), "before"); - // } - // }, -}); - -MWF.xApplication.StandingBook.Input = new Class({ - Extends: MWF.xApplication.StandingBook.ElModule, - options: { - value: "", - id: "" - }, - _createVueData: function(){ - this.json = { - data: this.data || this.options.value, - readonly: false, - disabled: false, - clearable: true, - editable: true, - maxlength: "", - minlength: "", - showWordLimit: false, - showPassword: false, - size: "small", - prefixIcon: "", - suffixIcon: "", - rows: 2, - autosize: false, - resize: "none", - inputType: "text", - description: "", - click: function(){ - this.fireEvent("change", [this.json.data]); - }.bind(this), - change: function () { - // debugger; - this.fireEvent("change", [this.json.data]); - }.bind(this), - focus: function () { - - }, - blur: function () { - - }, - input: function () { - - }, - clear: function () { - // debugger; - this.fireEvent("change", [this.json.data]); - }.bind(this) - }; - // this.json[this.options.id] = this.data; - return this.json; - }, - _createElementHtml: function() { - var html = "
"; - html += ""+this.app.lp.ok+"" - - // if (this.json.vueSlot) html += this.json.vueSlot; - - html += ""; - html += "
"; - return html; - } -}); - -MWF.xApplication.StandingBook.DatePicker = new Class({ - Extends: MWF.xApplication.StandingBook.ElModule, - options: { - start: "", - end: "", - id: "" - }, - _createVueData: function(){ - if(this.options.start)this.startDate = new Date(this.options.start); - if(this.options.end)this.endDate = new Date(this.options.end); - this.json = { - data: this.data || [this.options.start, this.options.end], - isReadonly: false, - selectType: "datetimerange", - disabled: false, - clearable: true, - editable: true, - size: "small", - prefixIcon: "", - rangeSeparator: this.app.lp.rangeSeparator, - startPlaceholder: this.app.lp.startPlaceholder, - endPlaceholder: this.app.lp.endPlaceholder, - description: "", - arrowControl: true, - format: "yyyy-MM-dd HH:mm:ss", - pickerOptions: { - firstDayOfWeek: 1, - disabledDate: function(date){ - if( this.startDate && date < this.startDate )return true; - if( this.endDate && date > this.endDate )return true; - return false; - }.bind(this) - }, - change: function () { - this.fireEvent("change", [this.json.data]); - }.bind(this), - focus: function () { - - }, - blur: function () { - - } - }; - // this.json[this.options.id] = this.data; - return this.json; - }, - _createElementHtml: function() { - var html = " 1 && len1 === 0 && len2 !== ".") str = str.substr(1, 1); - //第一位不能是. - if (len1 === ".") str = ""; - //限制只能输入一个小数点 - if (str.indexOf(".") !== -1) { - var str_ = str.substr(str.indexOf(".") + 1); - if (str_.indexOf(".") !== -1) { - str = str.substr(0, str.indexOf(".") + str_.indexOf(".") + 1); - } - } - //正则替换 - str = str.replace(/[^\d^\.]+/g, '') // 保留数字和小数点 - return str - }, - _createVueData: function(){ - this.data = {}; - this.json = { - minData: this.options.min, - maxData: this.options.max, - min: { - clearable: false, - // click: function(){ - // this.fireEvent("change", [this.json.data]); - // }.bind(this), - change: function () { - if( this.json.minData ){ - var minData = (this.json.minData || 0).toFloat(); - if( this.json.maxData ){ - var maxData = (this.json.maxData || 0).toFloat(); - if( minData > maxData ){ - this.app.notice( this.app.lp.minGreatThanMaxError, "info", this.container); - this.json.maxData = this.json.minData; - } - } - if( minData < this.options.min.toFloat() ){ - this.app.notice( this.app.lp.tooMinError, "info", this.container); - this.json.minData = this.options.min.toString(); - return; - } - if( minData > this.options.max.toFloat() ){ - this.app.notice( this.app.lp.tooMaxError, "info", this.container); - this.json.minData = this.options.max.toString(); - return; - } - } - this.change(); - }.bind(this), - focus: function () {}, - blur: function () {}, - oninput: function ( num ) { - return this.checkNumber(num, "min") - }.bind(this), - clear: function () { - this.change(); - }.bind(this) - }, - max: { - clearable: false, - // click: function(){ - // this.fireEvent("change", [this.json.data]); - // }.bind(this), - change: function () { - if( this.json.maxData ){ - var maxData = (this.json.maxData || 0).toFloat(); - if( this.json.minData ){ - var minData = (this.json.minData || 0).toFloat(); - if( minData > maxData ){ - this.app.notice( this.app.lp.minGreatThanMaxError, "info", this.container); - this.json.minData = this.json.maxData; - } - } - if( maxData < this.options.min.toFloat() ){ - this.app.notice(this.app.lp.tooMinError, "info", this.container); - this.json.maxData = this.options.min.toString(); - return; - } - if( maxData > this.options.max.toFloat() ){ - this.app.notice(this.app.lp.tooMaxError, "info", this.container); - this.json.maxData = this.options.max.toString(); - return; - } - } - this.change(); - }.bind(this), - focus: function () {}, - blur: function () {}, - oninput: function ( num ) { - return this.checkNumber(num, "max") - }.bind(this), - clear: function () { - this.change(); - }.bind(this) - } - }; - // this.json[this.options.id] = this.data; - return this.json; - }, - change: function(){ - debugger; - var minData = this.json.minData; - if( !minData )minData = this.options.min; - var maxData = this.json.maxData; - if( !maxData )maxData = this.options.max; - this.fireEvent("change", [[minData.toFloat(), maxData.toFloat()]]); - }, - _createElementHtml: function() { - var html = "
"; - html += ""+this.app.lp.min+":"+this.options.min+""; - html += ""; - html += ""; - html += "
"; - return html; - } -}) - -// MWF.xApplication.ftsearch.Slider = new Class({ -// Extends: MWF.xApplication.ftsearch.ElModule, -// options: { -// max: "100", -// min: "1", -// id: "" -// }, -// _createVueData: function(){ -// this.json = { -// data: this.data || [this.options.min, this.options.max], -// isReadonly: false, -// clearable: true, -// editable: true, -// max: this.options.max.toFloat(), -// min: this.options.min.toFloat(), -// step: 1, -// showStops: false, -// range: true, -// vertical: false, -// height: "100px", -// showInput: false, -// showInputControls: false, -// inputSize: "small", -// showTooltip: true, -// tooltipClass: "", -// disabled: false, -// marks: { -// }, -// click: function(){ -// this.fireEvent("change", [this.json.data]); -// }.bind(this), -// change: function () { -// this.fireEvent("change", [this.json.data]); -// }.bind(this), -// input: function () { -// } -// }; -// var half = (this.options.max.toFloat() - this.options.min.toFloat()) / 2; -// this.json.marks[this.options.min] = this.options.min.toString(); -// this.json.marks[half] = half.toString(); -// this.json.marks[this.options.max] = this.options.max.toString(); -// return this.json; -// }, -// _createElementHtml: function() { -// var html = "
"; -// html += " -1 ){ //已经选择了 - // e.target.store("selected", false); - target.getElement("i.checkbox").removeClass("o2icon-check_box").addClass("o2icon-check_box_outline_blank").removeClass("mainColor_color"); - this.selectedFieldList.splice(index, 1); - if( this.sortValueMap[item.field] )delete this.sortValueMap[item.field]; - // this.loadSelectedCondition(); - }else{ //还没有选择 - // e.target.store("selected", true); - target.getElement("i.checkbox").removeClass("o2icon-check_box_outline_blank").addClass("o2icon-check_box").addClass("mainColor_color"); - this.selectedFieldList.push( item ); - // this.loadSelectedCondition(); - } - this._search( this.docPageNum ); - }, - checkSwitchFieldSelect: function(e){ - debugger; - var p = this.app.getEventTarget(e, "fieldSelect"); - var more = p.getElement(".fieldSelect-switch-action"); - var ul = p.getElement(".fieldSelect-content"); - if( 80 < ul.scrollHeight ){ - more.show(); - }else{ - more.hide(); - } - }, - switchFieldSelectContent: function(e){ - var p = this.app.getEventTarget(e, "fieldSelect"); - var more = p.getElement(".fieldSelect-switch-action"); - var ul = p.getElement(".fieldSelect-content"); - if( ul.retrieve("expand") ){ - ul.removeClass("fieldSelect-content_expand"); - more.getElement("i").addClass("o2icon-triangle_down").removeClass("o2icon-triangle_up"); - more.getElement("span").innerText = this.app.lp.more; - ul.store("expand", false); - }else{ - ul.addClass("fieldSelect-content_expand"); - more.getElement("i").addClass("o2icon-triangle_up").removeClass("o2icon-triangle_down"); - more.getElement("span").innerText = this.app.lp.collapse; - ul.store("expand", true); - } - }, - - loadCondition: function( ){ - var json = this.data; - var lp = this.app.lp; - var facetList = []; - var index = 0; - json.data.dynamicFieldList.each(function (field) { - // if( !this.selectedFieldList.contains(field.field) ){ //在已选列里才允许作为条件 - // return; - // } - field.label = lp[field.field] || field.name || field.field; - if( !field.fixed ){ - if( field.fieldType === "date" || field.fieldType === "number" ){ - if( field.min && field.min !== "null" && field.max && field.max !== "null" ){ //&& (field.min != field.max) - // if( this.dynamicConditionValueMap[field.field] ){ - // field.data = this.dynamicConditionValueMap[field.field]; - // } - field.index = index; - index++; - facetList.push(field); - } - }else{ - // if( this.dynamicConditionValueMap[field.field] ){ - // field.data = this.dynamicConditionValueMap[field.field]; - // } - field.index = index; - index++; - facetList.push(field); - } - } - }.bind(this)); - this.conditionArea.empty(); - this.conditionArea.loadHtml(this.path+this.options.style+"/condition.html", - { - "bind": { - "lp": this.app.lp, - "data": facetList, - "status":{ - isShowAllFilter: !!this.isShowAllFilter - } - }, - "module": this, - "reload": true - }, - function(){ - this.loadDefaultCondition(); - }.bind(this) - ); - }, - loadDefaultCondition: function(){ - var lp = this.app.lp; - var json = this.data; - var index = 0; - var facetList = []; - this.orderFacet(json.data.facetList).each(function(d) { - if (d.valueCountPairList && d.valueCountPairList.length){ - d.index = index; - index++; - d.label = lp[d.field] || d.name || d.field; - d.valueCountPairList.each(function (v) { - v.field = d.field; - v.parentLabel = d.label; - if (["category","completed"].contains(d.field)) { - v.label = lp[v.value.toString()] || v.value; - } else { - v.label = v.value; - } - }); - facetList.push(d); - } - }); - this.defaultConditionArea.empty(); - this.defaultConditionArea.loadHtml(this.path+this.options.style+"/conditionItem_default.html", - { - "bind": { - "lp": this.app.lp, - "data": facetList, - "status":{ - isShowAllFilter: !!this.isShowAllFilter - } - }, - "module": this, - "reload": true - }, - function(){ - - }.bind(this) - ); - }, - loadCustomConditionItem: function(e, row){ - var setData = function(data) { - if( data && data.length ){ - this.dynamicConditionValueMap[row.field] = data - }else if(this.dynamicConditionValueMap[row.field]){ - delete this.dynamicConditionValueMap[row.field] - } - }.bind(this); - switch (row.fieldType) { - case "string": - new MWF.xApplication.StandingBook.Input(e.target, { - id: row.name, - onChange: function (data) { - // this.changeCustomConditionItemString(row, data); - setData(data); - }.bind(this) - }, this.app); - break; - case "date": - new MWF.xApplication.StandingBook.DatePicker(e.target, { - start: row.min, - end: row.max, - id: row.name, - onChange: function (data) { - // this.changeCustomConditionItemRange(row, data); - setData(data); - }.bind(this) - }, this.app); - break; - case "number": - new MWF.xApplication.StandingBook.NumberRange(e.target, { - min: row.min, - max: row.max, - id: row.name, - onChange: function (data) { - // this.changeCustomConditionItemRange(row, data); - setData(data); - }.bind(this) - }, this.app); - break; - } - }, - // changeCustomConditionItemRange: function(row, data){ - // var modified = false; - // var index = -1; - // this.dynamicConditionList.each(function (cond, idx) { - // if( cond.field === row.field ){ - // index = idx; - // if( data.length ){ - // if( data[0] !== cond.min || data[1] !== cond.max ){ - // cond.min = data[0]; - // cond.max = data[1]; - // this.dynamicConditionValueMap[row.field] = data; - // modified = true; - // } - // } - // } - // }.bind(this)) - // if( data.length ){ - // if( index === -1 ){ - // this.dynamicConditionList.push({ - // field : row.field, - // min: data[0], - // max: data[1] - // }); - // this.dynamicConditionValueMap[row.field] = data; - // modified = true; - // } - // }else{ - // if( index > -1 ){ - // this.dynamicConditionList.splice(index, 1); - // delete this.dynamicConditionValueMap[row.field]; - // modified = true; - // } - // } - // // if(modified)this._search(); - // }, - // changeCustomConditionItemString: function(row, data){ - // var modified = false; - // var index = -1; - // this.dynamicConditionList.each(function (cond, idx) { - // if( cond.field === row.field ){ - // index = idx; - // if( data !== cond.value ){ - // cond.value = data; - // cond.valueList = ["*"+data+"*"]; - // this.dynamicConditionValueMap[row.field] = data; - // modified = true; - // } - // } - // }.bind(this)) - // if( data ){ - // if( index === -1 ){ - // this.dynamicConditionList.push({ - // field : row.field, - // value: data, - // valueList: ["*"+data+"*"] - // }); - // this.dynamicConditionValueMap[row.field] = data; - // modified = true; - // } - // }else{ - // if( index > -1 ){ - // this.dynamicConditionList.splice(index, 1); - // delete this.dynamicConditionValueMap[row.field]; - // modified = true; - // } - // } - // // if(modified)this._search(); - // }, - - loadSelectedCondition: function(){ - this.conditionSelectedArea.empty(); - this.conditionSelectedArea.loadHtml(this.path+this.options.style+"/conditionSelected.html", - { - "bind": {"lp": this.app.lp, "data": this.selectedConditionList}, - "module": this, - "reload": true - }, - function(){ - - }.bind(this) - ); - // }.bind(this)); - }, - - iconOver: function(e){ - e.target.addClass('mainColor_color'); - }, - iconOut: function(e){ - e.target.removeClass('mainColor_color'); - }, - - inputOver: function(e){ - this.app.getEventTarget(e, "view_inputArea").addClass('mainColor_border'); - }, - inputOut: function(e){ - this.app.getEventTarget(e, "view_inputArea").removeClass('mainColor_border'); - }, - switchMoreFilterItem: function(e){ - var target = this.app.getEventTarget(e, "switch-filter-action"); - var textNode = target.getElement(".switch-filter-text"); - var iconNode = target.getElement(".switch-filter-icon"); - if( this.isShowAllFilter ){ - textNode.set("text", this.app.lp.moreFilter); - iconNode.removeClass("o2icon-chevron-thin-up").addClass("o2icon-chevron-thin-down"); - this.isShowAllFilter = false; - this.dynamicConditionArea.getElements(".item").each(function(item, index){ - if(index > 0)item.hide(); - }) - }else{ - textNode.set("text", this.app.lp.collapseFilter); - iconNode.removeClass("o2icon-chevron-thin-down").addClass("o2icon-chevron-thin-up"); - this.isShowAllFilter = true; - this.dynamicConditionArea.getElements(".item").each(function(item){ - item.show(); - }) - } - - }, - checkSwitchButton: function(e){ - var p = e.target.getParent(); - var more = p.getElement(".switch-button"); - var ul = p.getElement(".subitem-wrap"); - if( 41 < ul.scrollHeight ){ - more.show(); - }else{ - more.hide(); - } - }, - switchConditionItem: function(e){ - var more = this.app.getEventTarget(e, "switch-button"); - var ul = more.getParent().getElement(".subitem-wrap"); - if( ul.retrieve("expand") ){ - ul.removeClass("subitem-wrap_expand"); - more.getElement("i").addClass("o2icon-triangle_down").removeClass("o2icon-triangle_up"); - more.getElement("span").innerText = this.app.lp.more; - ul.store("expand", false); - }else{ - ul.addClass("subitem-wrap_expand"); - more.getElement("i").addClass("o2icon-triangle_up").removeClass("o2icon-triangle_down"); - more.getElement("span").innerText = this.app.lp.collapse; - ul.store("expand", true); - } - }, - changeCondition: function(e, item){ - var index = -1; - this.selectedConditionList.each(function (cond, idx) { - if( cond.field === item.field )index = idx; - }); - if( index > -1 ) { //已经选择了 - this.selectedConditionList.splice(index, 1); - }else{ - this.selectedConditionList.push(item); - } - this.loadSelectedCondition(); - this._search(null, true); - }, - changeSingleCondition: function(e, item){ - var itemIndex = -1, valueIndex = -1; - this.selectedConditionListTemporary.each(function (cond, idx) { - if( cond.field === item.field ){ - itemIndex = idx; - valueIndex = cond.valueList.indexOf(item.value); - } - }); - if( valueIndex > -1 ){ //已经选择了 - e.target.removeClass('mainColor_bg'); - e.target.store("selected", false); - this.selectedConditionListTemporary[itemIndex].valueList.splice(valueIndex, 1); - this.selectedConditionListTemporary[itemIndex].labelList.splice(valueIndex, 1); - if( !this.selectedConditionListTemporary[itemIndex].valueList.length ){ - this.selectedConditionListTemporary.splice(itemIndex, 1); - } - // this.loadSelectedCondition(); - }else{ //还没有选择 - e.target.removeClass('mainColor_bg_opacity'); - e.target.addClass('mainColor_bg'); - e.target.store("selected", true); - if( itemIndex > -1 ){ - this.selectedConditionListTemporary[itemIndex].valueList.push(item.value); - this.selectedConditionListTemporary[itemIndex].labelList.push(item.label); - }else{ - this.selectedConditionListTemporary.push({ - field: item.field, - parentLabel: item.parentLabel, - valueList: [item.value], - labelList: [item.label] - }); - } - // this.loadSelectedCondition(); - } - // this._search(); - }, - // changeSingleCondition: function(e, item){ - // var itemIndex = -1, valueIndex = -1; - // this.selectedConditionList.each(function (cond, idx) { - // if( cond.field === item.field ){ - // itemIndex = idx; - // valueIndex = cond.valueList.indexOf(item.value); - // } - // }); - // if( valueIndex > -1 ){ //已经选择了 - // e.target.removeClass('mainColor_bg'); - // e.target.store("selected", false); - // this.selectedConditionList[itemIndex].valueList.splice(valueIndex, 1); - // this.selectedConditionList[itemIndex].labelList.splice(valueIndex, 1); - // if( !this.selectedConditionList[itemIndex].valueList.length ){ - // this.selectedConditionList.splice(itemIndex, 1); - // } - // this.loadSelectedCondition(); - // }else{ //还没有选择 - // e.target.removeClass('mainColor_bg_opacity'); - // e.target.addClass('mainColor_bg'); - // e.target.store("selected", true); - // if( itemIndex > -1 ){ - // this.selectedConditionList[itemIndex].valueList.push(item.value); - // this.selectedConditionList[itemIndex].labelList.push(item.label); - // }else{ - // this.selectedConditionList.push({ - // field: item.field, - // parentLabel: item.parentLabel, - // valueList: [item.value], - // labelList: [item.label] - // }); - // } - // this.loadSelectedCondition(); - // } - // this._search(); - // }, - subConditionOver: function(e){ - if(!e.target.retrieve("selected"))e.target.addClass('mainColor_bg_opacity'); - }, - subConditionOut: function(e){ - if(!e.target.retrieve("selected"))e.target.removeClass('mainColor_bg_opacity'); - }, - removeSelectedConditionItem: function(e, item){ - this.changeCondition(e, item); - }, - conditionSelectedOver: function(e){ - this.app.getEventTarget(e, "item").getElement("i").addClass("icon_over"); - }, - conditionSelectedOut: function(e){ - this.app.getEventTarget(e, "item").getElement("i").removeClass("icon_over"); - }, - mainColorOver: function (className, e) { - var target = this.app.getEventTarget(e, className); - if(target)target.addClass('mainColor_color'); - }, - mainColorOut: function (className, e) { - var target = this.app.getEventTarget(e, className); - if(target)target.removeClass('mainColor_color'); - } - -}); \ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/Main.js b/o2web/source/x_component_StandingBook/Main.js deleted file mode 100644 index a70a3d083e..0000000000 --- a/o2web/source/x_component_StandingBook/Main.js +++ /dev/null @@ -1,378 +0,0 @@ -MWF.xApplication.StandingBook.options.multitask = false; -MWF.xApplication.StandingBook.Main = new Class({ - Extends: MWF.xApplication.Common.Main, - Implements: [Options, Events], - - options: { - "style1": "default", - "style": "default", - "name": "StandingBook", - "mvcStyle": "style.css", - "icon": "icon.png", - "title": MWF.xApplication.StandingBook.LP.title, - "query":"" - }, - onQueryLoad: function(){ - this.lp = MWF.xApplication.StandingBook.LP; - }, - loadApplication: function(callback, noLoadView){ - var url = this.path+this.options.style+"/main.html"; - this.content.loadHtml(url, {"bind": {"lp": this.lp}, "module": this}, function(){ - // this.loadMenu(); - var tab; - if( this.status && this.status.tab){ - tab = this.status.tab; - }else{ - tab = this.options.tab; - } - if( tab ){ - this.openIndexView( tab ); - }else{ - this.selectTab(); - } - this.status = null; - }.bind(this)); - }, - // loadMenu: function(){ - // this.getMenuJson( function (json) { - // this.menuArea.loadHtml(this.path+this.options.style+"/menu.html", {"bind": {"lp": this.lp, "data": json}, "module": this}, function(){ - // this.menuArea.getElement(".menuItem").click(); - // // this[json[0].action](); - // }.bind(this)); - // }.bind(this)); - // }, - - getEventTarget: function(e, className) { - var parentItem = e.target; - if( parentItem.hasClass(className) )return parentItem; - while ( parentItem && !parentItem.hasClass(className) ){ - parentItem = parentItem.getParent(); - if( parentItem.hasClass(className) )return parentItem; - } - }, - switchMenuItem: function(e){ - var childNode = this.getEventTarget(e, "menuItem").getNext(); - if( childNode.getStyle("display") === "none" ){ - childNode.show(); - }else{ - childNode.hide(); - } - }, - openIndexView: function( data ){ - if( this.view && this.view.destroy )this.view.destroy(); - this.contentArea.empty(); - o2.requireApp("StandingBook", "IndexView", function () { - this.view = new MWF.xApplication.StandingBook.IndexView(this.contentArea, this, {}, data); - }.bind(this), false); - }, - iconOver: function(e){ - e.target.addClass('mainColor_color'); - }, - iconOut: function(e){ - e.target.removeClass('mainColor_color'); - }, - - inputOver: function(e){ - this.getEventTarget(e, "main_inputArea").addClass('mainColor_border'); - }, - inputOut: function(e){ - this.getEventTarget(e, "main_inputArea").removeClass('mainColor_border'); - }, - - iconOver_searchButton: function(e){ - e.target.addClass('mainColor_color'); - }, - iconOut_searchButton: function(e){ - e.target.removeClass('mainColor_color'); - }, - - inputOver_searchArea: function(e){ - this.getEventTarget(e, "tl_core_searchArea").addClass('mainColor_border'); - }, - inputOut_searchArea: function(e){ - this.getEventTarget(e, "tl_core_searchArea").removeClass('mainColor_border'); - }, - - closeSelectModule: function(e){ - // var area = (e && e.target) ? e.target.getParent(".tl_area") : this.content.getParent(".tl_area"); - // if(area)area.destroy(); - if( this.tabContent ){ - this.tabContent.destroy(); - } - this.appNode.show(); - }, - selectTab: function( ev, callback, closeEnable){ - var tabContent = new Element("div.tl_area"); - this.tabContent = tabContent; - tabContent.loadHtml(this.path+this.options.style+"/tabPage.html", - { - "bind": {"lp": this.lp, "status": { closeEnable: closeEnable } }, - "module": this, - "reload": true - }, - function(){ - this.loadTabTitles(); - this.loadTabList(function () { - if(callback)callback(); - }); - }.bind(this) - ); - this.appNode.hide(); - tabContent.inject(this.content); - }, - loadTabTitles: function(){ - this.tl_tabTitles.getElements(".tl_tabTitle").each(function (tab, i) { - tab.addEvent("click", function (e) { - if( this.currentTab === tab )return; - if( this.currentTab ){ - this.currentTab.removeClass("mainColor_bg"); - // this.currentTab.removeClass("mainColor_color"); - this.currentTab.removeClass("tl_tabTitleCurrent"); - } - tab.addClass("mainColor_bg"); - // tab.addClass("mainColor_color"); - tab.addClass("tl_tabTitleCurrent"); - this.currentTab = tab; - - if( this.currentTabContent ){ - this.currentTabContent.hide(); - } - var tabContentName = tab.get("data-o2-tab-content"); - this.currentTabContent = this[tabContentName]; - if( this.currentTabContent )this.currentTabContent.show(); - - - }.bind(this)) - if( i === 0 )tab.click(); - }.bind(this)); - }, - loadTabList: function( callback ){ - o2.Actions.load("x_query_assemble_surface").IndexAction.listDirectory().then(function(json){ - this.tabData = json; - this._loadTabList( callback ); - }.bind(this)); - }, - _loadTabList: function(callback){ - this.tabData.data.each(function(obj){ - if( obj.category === "processPlatform" ){ - obj.keyList.each(function(k){ - if(!k.category)k.category = "processPlatform"; - }); - this.tl_workTabListNode.empty(); - this.tl_workTabListNode.loadHtml(this.path+this.options.style+"/tabList"+ (this.multiSelect ? "_multiselect" : "") +".html", - { - "bind": {"lp": this.lp, "data": obj.keyList || []}, - "module": this, - "reload": true - }, - function(){ - if(callback)callback(); - }.bind(this) - ); - }else if( obj.category === "cms" ){ - obj.keyList.each(function(k){ - if(!k.category)k.category = "cms"; - }); - this.tl_docTabListNode.empty(); - this.tl_docTabListNode.loadHtml(this.path+this.options.style+"/tabList"+ (this.multiSelect ? "_multiselect" : "") +".html", - { - "bind": {"lp": this.lp, "data": obj.keyList || []}, - "module": this, - "reload": true - }, - function(){ - if(callback)callback(); - }.bind(this) - ); - } - }.bind(this)); - }, - loadItemIcon: function(application, e){ - var node = e.currentTarget; - // Promise.resolve(this.getApplicationIcon(application)).then(function(icon){ - // if (icon.icon){ - // node.setStyle("background-image", "url(data:image/png;base64,"+icon.icon+")"); - // }else{ - node.setStyle("background-image", "url("+"../x_component_process_ApplicationExplorer/$Main/default/icon/application.png)"); - // } - // }); - }, - coreListItemOver: function(e){ - e.target.addClass("mainColor_bg"); - }, - coreListItemOut: function(e){ - e.target.removeClass("mainColor_bg"); - }, - coreListItemDown: function(e){ - e.target.addClass("mainColor_bg"); - }, - coreListItemUp: function(e){ - e.target.removeClass("mainColor_bg"); - }, - coreListItemClick: function(e, tab){ - // var tList = (data.tabList || []).filter(function (tab) { - // return tab.core === data.core; - // }); - // if( tList.length ){ - this.closeSelectModule(e); - this.openIndexView([{ - category: tab.category, - key: tab.key, - name: tab.name - }]); - // } - }, - - coreItemOver: function(e){ - var node = e.target; - while (node && !node.hasClass("tl_coreItem")){ node = node.getParent();} - if (node){ - node.addClass("menuItem_over"); - node.addClass("mainColor_bg"); - } - }, - coreItemOut: function(e){ - var node = e.target; - while (node && !node.hasClass("tl_coreItem")){ node = node.getParent();} - if (node){ - node.removeClass("menuItem_over"); - node.removeClass("mainColor_bg"); - } - }, - coreItemDown: function(e){ - var node = e.target; - while (node && !node.hasClass("tl_coreItem")){ node = node.getParent();} - if (node){ - node.removeClass("menuItem_over"); - node.addClass("mainColor_bg"); - } - }, - coreItemUp: function(e){ - var node = e.target; - while (node && !node.hasClass("tl_coreItem")){ node = node.getParent();} - if (node){ - node.addClass("menuItem_over"); - node.removeClass("mainColor_bg"); - } - }, - coreItemClick: function(e, tab){ - // var tList = (data.tabList || []).filter(function (tab) { - // return tab.core === data.core; - // }); - debugger; - // if( tList.length ){ - // this.currentTabObj = tList[0]; - this.closeSelectModule(e); - this.openIndexView([{ - category: tab.category, - key: tab.key, - name: tab.name - }]); - // } - }, - - coreListItemOver_multi: function(e){ - this.getEventTarget(e, "tl_coreListAppText").addClass("mainColor_bg_opacity"); - }, - coreListItemOut_multi: function(e){ - this.getEventTarget(e, "tl_coreListAppText").removeClass("mainColor_bg_opacity"); - }, - coreListItemDown_multi: function(e){ - this.getEventTarget(e, "tl_coreListAppText").addClass("mainColor_bg_opacity"); - }, - coreListItemUp_multi: function(e){ - this.getEventTarget(e, "tl_coreListAppText").removeClass("mainColor_bg_opacity"); - }, - coreListItemClick_multi: function(e, item){ - debugger; - if( !this.curMultiSelectTabList )this.curMultiSelectTabList = []; - var target = this.getEventTarget(e, "tl_coreListAppText"); - var index = -1; - this.curMultiSelectTabList.each(function (tab, idx) { - if( tab.key === item.key )index = idx; - }); - if( index > -1 ){ //已经选择了 - target.getElement("i.checkbox").removeClass("o2icon-check_box").addClass("o2icon-check_box_outline_blank").removeClass("mainColor_color"); - this.curMultiSelectTabList.splice(index, 1); - }else{ //还没有选择 - target.getElement("i.checkbox").removeClass("o2icon-check_box_outline_blank").addClass("o2icon-check_box").addClass("mainColor_color"); - this.curMultiSelectTabList.push(item); - } - }, - okMultiSelect: function(e){ - if( this.curMultiSelectTabList.length === 0){ - this.notice( this.lp.notSelectNotice, "info"); - return; - } - var data = this.curMultiSelectTabList.map(function (tab) { - return { - category: tab.category, - key: tab.key, - name: tab.name - } - }); - this.curMultiSelectTabList = []; - this.multiSelect = false; - this.closeSelectModule(e); - this.openIndexView(data); - }, - enableMultiSelect: function(e, data){ - this.curMultiSelectTabList = []; - this.multiSelect = true; - this.enableMultiNode.hide(); - this.disableMultiNode.setStyle("display","inline-block"); - this.tl_multiActionNode.show(); - this.tl_workTabListNode.setStyle("height", "calc( 100% - 90px )"); - this.tl_docTabListNode.setStyle("height", "calc( 100% - 90px )"); - this._loadTabList(function () { - - }) - }, - disableMultiSelect: function(e, data){ - this.curMultiSelectTabList = []; - this.multiSelect = false; - this.disableMultiNode.hide(); - this.enableMultiNode.setStyle("display","inline-block"); - this.tl_multiActionNode.hide(); - this.tl_workTabListNode.setStyle("height", "calc( 100% - 40px )"); - this.tl_docTabListNode.setStyle("height", "calc( 100% - 40px )"); - this._loadTabList(function () { - - }) - }, - searchCoreKeydown: function(e){ - if( e.keyCode === 13 ){ - this.searchCore(); - } - }, - searchCore: function(){ - this.curMultiSelectTabList = []; - var value = this.searchCoreInput.get("value"); - if( !value ){ - this._loadTabList(); - }else{ - this._loadTabList( function () { - this.tl_contentWrap.getElements(".tl_coreListApp").each(function (el) { - var coreListNode = el.getElement(".tl_coreListAppTitle"); - - var isCoreListMatch = coreListNode.get("text").contains( value ); - var coreItems = el.getElements(".tl_coreItemArea"); - var coreItemMatchCount = 0; - coreItems.each(function (ele) { - if( ele.get("text").contains( value ) ){ - coreItemMatchCount++; - } - }); - - if( !isCoreListMatch && coreItemMatchCount === 0 ){ - el.hide() - } - - }) - }.bind(this)); - } - }, - recordStatus: function () { - return this.view ? this.view.recordStatus() : ""; - } -}); diff --git a/o2web/source/x_component_StandingBook/lp/en.js b/o2web/source/x_component_StandingBook/lp/en.js deleted file mode 100644 index 64f7de95bc..0000000000 --- a/o2web/source/x_component_StandingBook/lp/en.js +++ /dev/null @@ -1,106 +0,0 @@ -MWF.xApplication.StandingBook.LP = { - "title": "Search", - "searchCondition": "Search Condition", - - "searchInfor": "Find about {count} of relevant results for you, which takes {time} seconds", - - "location": "Your location:", - - "cms": "CMS", - "processPlatform": "Process Management", - "processManager": "Process Management", - "cmsManager": "Content Management", - "noData": "No data was found according to the condition", - "noSearchkey": "Please enter a keyword to search", - "noSearchkeyAndCondition": "Please enter a keyword or click filter to search", - "searchPlacholder": "Please enter a keyword and press \"Enter\" to search", - "docTotalInfor": "Find {count} related results for you, it took {time} seconds", - - "mainPage": "Home", - "search": "Search", - "index": "Advanced Search", - "ftsearch": "Full Text Search", - - "summary": "Summary", - "docTitle": "Title", - // "processName": "Process", - "createTime": "Create Time", - "completedTime": "End Time", - "activityName": "Node", - "creatorUnit": "Department", - "creatorIdentity": "Creator", - - // "categoryName": "Category", - "publishTime": "Publish Time", - - "processList": "Process", - "creatorUnitList": "Create Organization", - "startTimeMonthList": "Creation month", - "completedTimeMonthList": "Completed Month", - "activityNameList": "Activity", - "workStatusList": "Process Status", - "updateTime": "Update Time", - - "application": "Process Application", - "process": "Process", - "appInfo": "Content Management", - "categoryInfo": "Category", - "general": "General", - - "column":"Column", - "category": "Category", - "unit": "Organization", - "app": "App", - "createTimeMonth": "Create month", - "updateTimeMonth": "Update Month", - "creatorPerson": "Creator", - "workCompleted": "Work Completed", - "work": "Working in Circulation", - "document": "Content Management Document", - "applicationName": "Process Application", - "processName": "Process Application", - "appName": "Content Management Section", - "categoryName": "Content Management Category", - "selectConditionNote": "Please select", - "fieldSelect": "Column Select", - "sequence": "Sequence", - - "more": "more", - "collapse": "Collapse", - "multiSelect": "Multiple Select", - "enableMultiSelect": "Allow Multiple Select ", - "disableMultiSelect": "disables Multiple Select", - "ok": "OK", - "cancel": "Cancel", - "reset": "Reset", - "export": "Export", - "moreFilter": "More filter criteria", - "collapseFilter": "Collapse filter criteria", - - "notSelectNotice": "Please select at least one application ", - - "completed": "completed", - "true": "true", - "false": "false", - "rangeSeparator": "to", - "startPlaceholder": "Start time", - "endPlaceholder": "End time", - "to": "to", - "min": "minimum value", - "max": "Maximum value", - "fromValue": "Start Value", - "toValue": "End Value", - "minGreatThanMaxError": "Start value cannot be greater than end value", - "tooMinError": "Cannot be less than the minimum value", - "tooMaxError": "Cannot be greater than the maximum value", - "moreFieldSelect": "More column selection", - "collapseFieldSelect": "Collapse column selection", - - "firstPage": "First Page", - "lastPage": "Last Page", - - "selectModule": "Select Application", - "searching": "You are searching", - "switch": "Switch", - "searchCorePlacholder": "Please enter a keyword and press \"Enter\" to search for an application" -}; \ No newline at end of file diff --git a/o2web/source/x_component_StandingBook/lp/zh-cn.js b/o2web/source/x_component_StandingBook/lp/zh-cn.js deleted file mode 100644 index 472397a1bf..0000000000 --- a/o2web/source/x_component_StandingBook/lp/zh-cn.js +++ /dev/null @@ -1,104 +0,0 @@ -MWF.xApplication.StandingBook.LP = { - "title": "台账", - "searchCondition": "查询条件", - - "searchInfor": "为您找到相关结果约{count}个,耗时{time}秒", - - "location": "您的位置:", - - "cms": "内容管理", - "processPlatform": "流程管理", - "processManager": "流程管理", - "cmsManager": "内容管理", - "noData": "根据条件未查询到数据", - "noSearchkey": "请输入关键字搜索", - "noSearchkeyAndCondition": "请输入关键字或点击过滤条件搜索", - "searchPlacholder": "请输入关键字,按“回车”搜索", - "docTotalInfor": "为您找到相关结果{count}个,耗时{time}秒", - - "mainPage": "首页", - "search": "搜索", - "index": "高级搜索", - "ftsearch": "全文搜索", - - "summary": "摘要", - "docTitle": "标题", - "createTime": "创建时间", - "completedTime": "结束时间", - "activityName": "节点", - "creatorUnit": "部门", - "creatorIdentity": "创建者", - - "publishTime": "发布时间", - - "processList": "流程", - "creatorUnitList": "创建组织", - "startTimeMonthList": "创建月份", - "completedTimeMonthList": "完成月份", - "activityNameList": "活动", - "workStatusList": "流程状态", - "updateTime": "更新时间", - - "application": "流程应用", - "process": "流程", - "appInfo": "内容管理", - "categoryInfo": "分类", - "general": "通用", - - "column":"栏目", - "category": "分类", - "unit": "组织", - "app": "应用", - "createTimeMonth": "创建月份", - "updateTimeMonth": "更新月份", - "creatorPerson": "创建者", - "workCompleted": "已完成工作", - "work": "流转中工作", - "document": "内容管理文档", - "applicationName": "流程应用", - "processName": "流程应用", - "appName": "内容管理栏目", - "categoryName": "内容管理分类", - "selectConditionNote": "请选择", - "fieldSelect": "列选择", - "sequence": "序号", - - "more": "更多", - "collapse": "收起", - "multiSelect": "多选", - "enableMultiSelect": "允许多选", - "disableMultiSelect": "取消多选", - "ok": "确定", - "cancel": "取消", - "reset": "重置", - "export": "导出", - "moreFilter": "更多筛选条件", - "collapseFilter": "收起筛选条件", - - "notSelectNotice": "请至少选择一个应用", - - "completed": "已完成", - "true": "是", - "false": "否", - "rangeSeparator": "至", - "startPlaceholder": "开始时间", - "endPlaceholder": "结束时间", - "to": "到", - "min": "最小值", - "max": "最大值", - "fromValue": "起始值", - "toValue": "结束值", - "minGreatThanMaxError": "起始值不能大于结束值", - "tooMinError": "不能小于最小值", - "tooMaxError": "不能大于最大值", - "moreFieldSelect": "更多列选择", - "collapseFieldSelect": "收起列选择", - - "firstPage": "第一页", - "lastPage": "最后一页", - - "selectModule": "选择应用", - "searching": "您正在查询", - "switch": "切换", - "searchCorePlacholder": "请输入关键字,按“回车”搜索应用" -}; -- GitLab