Browse Source

Merge branch 'feature/Selector.add_mobile_style' into 'wrdp'

Merge of feature/Selector.add_mobile_style 人员选择增加新样式 to wrdp

See merge request o2oa/o2oa!2037
蔡祥熠 5 years ago
parent
commit
198ebbf97a
34 changed files with 669 additions and 0 deletions
  1. 602 0
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/css.wcss
  2. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/applicationicon.png
  3. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_down@2x.png
  4. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_right@2x.png
  5. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/attr.png
  6. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/back@2x.png
  7. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/back@2x_2.png
  8. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checkbox@2x.png
  9. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checkbox@2x_2.png
  10. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checked@2x.png
  11. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checked@2x_2.png
  12. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checked_some@2x.png
  13. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/companyicon.png
  14. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/companyicon_2.png
  15. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/delete.png
  16. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/departmenticon.png
  17. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/departmenticon_2.png
  18. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/duty.png
  19. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/dutyCategory.png
  20. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/groupicon.png
  21. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/personicon.png
  22. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/personicon_selected.png
  23. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/processicon.png
  24. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/radio@2x.png
  25. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/radio_selected@2x.png
  26. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/roleicon.png
  27. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/search@2x.png
  28. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/table.png
  29. BIN
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/view.png
  30. 34 0
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/selector.html
  31. 30 0
      o2web/source/x_component_Selector/$Selector/blue_dark_mobile/selector_embedded.html
  32. 1 0
      o2web/source/x_component_Selector/Identity.js
  33. 1 0
      o2web/source/x_component_Selector/Person.js
  34. 1 0
      o2web/source/x_component_Template/Selector/Custom.js

+ 602 - 0
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/css.wcss

@@ -0,0 +1,602 @@
+{
+	"maskNode": {
+		"background-color": "#666",
+		"opacity": 0.6,
+		"z-index":1000
+	},
+	"containerNode": {
+		"height": "510px",
+		"width": "700px",
+		"background-color": "#FFF",
+		"overflow": "hidden",
+	  	"box-shadow": "0px 0px 20px #999999",
+		"position": "absolute",
+		"z-index":1001
+
+	},
+    "containerNode_multiple": {
+        "height": "550px",
+        "width": "700px",
+        "background-color": "#FFF",
+        "overflow": "hidden",
+	  "box-shadow": "0px 0px 20px #999999",
+        "position": "absolute",
+        "z-index":1001
+    },
+    "containerNodeSingle": {
+        "height": "510px",
+        "width": "355px",
+        "background-color": "#FFF",
+        "overflow": "hidden",
+	  "box-shadow": "0px 0px 20px #999999",
+        "position": "absolute",
+        "z-index":1001
+    },
+    "containerNodeSingle_multiple": {
+        "height": "550px",
+        "width": "355px",
+        "background-color": "#FFF",
+        "overflow": "hidden",
+	  "box-shadow": "0px 0px 20px #999999",
+        "position": "absolute",
+        "z-index":1001
+//	  "transform":"scale(0.5)",
+//	  "-webkit-transform":"scale(0.5)",  /*兼容-webkit-引擎浏览器*/
+//	  "-moz-transform":"scale(0.5)"     /*兼容-moz-引擎浏览器*/
+    },
+	"containerNodeMobile": {
+        "height": "100%",
+        "width": "100%",
+        "background-color": "#FFF",
+        "overflow": "hidden",
+        "position": "absolute",
+        "z-index":1001
+	},
+  	"tabContainer" : {
+		"height" : "50px",
+	  	"margin-bottom" : "5px"
+	},
+
+
+	"titleNodeMobile": {
+        "height": "44px",
+	  	"font-size" : "18px",
+        "background-color": "#32AAFF",
+	  	"position" : "relative",
+	  	"text-align" : "center",
+	  	"padding" : "0px 15px"
+    },
+	"titleCancelActionNodeMobile": {
+	  "top" : "7px",
+	  "left" : "0px",
+	  "position" : "absolute",
+	  "height": "30px",
+	  "width": "40px",
+	  "color": "#FFF",
+	  "background" : "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/back@2x.png) 15px center no-repeat",
+	  "background-size" : "20px 20px"
+	},
+	"titleTextNodeMobile": {
+        "line-height": "44px",
+        "height": "44px",
+        "color": "#FFF"
+    },
+
+	"contentNode": {
+		"overflow": "hidden",
+		"background-color" : "#fff"
+	},
+	"noSelectableItemText" : {
+		"display" : "none"
+	},
+	  "contentNode_embedded": {
+		"overflow": "hidden",
+		"padding" : "5px 0px 0px 0px",
+		  "background-color" : "#fff"
+	  },
+	"selectNode": {
+		//"width": "200px",
+		"width": "54%",
+		"height": "250px",
+		"float": "left",
+		"margin": "0px",
+		"border": "1px solid #e2e3e7",
+		"border-radius": "0px"
+		//"background-color": "#ffffff"
+	},
+	"selectNodeSingle": {
+		//"width": "200px",
+		"width": "100%",
+		"height": "250px",
+		"float": "left",
+		"margin": "10px",
+		"border": "1px solid #e2e3e7",
+		"border-radius": "3px"
+	},
+	"selectNodeMobile":{
+    	"margin": "0px",
+    	"border": "0px solid #e2e3e7",
+    	"border-radius": "0px"
+	},
+
+
+  "selectedContainerNode": {
+	//"width": "160px",
+	"height": "250px",
+	"margin": "0px",
+	"border": "1px solid #e2e3e7",
+	"border-radius": "0px",
+	"overflow" : "hidden"
+  },
+	"selectedScrollNode": {
+//		"width": "331px",
+//		"height": "410px",
+//		"float": "right",
+//		"margin": "10px 10px 10px 5px",
+		"border": "1px dotted #ddd",
+		"border-radius": "6px",
+	  //"width": "160px",
+        "min-width": "160px",
+	  "height": "200px",
+	  	"overflow-x" : "auto",
+	  "overflow-y" : "auto",
+		"padding" : "8px",
+	  	"background-color": "#f7fafe",
+		"margin":"0px 15px 15px 15px"
+	},
+	"selectedNode": {
+		//"overflow": "hidden"
+	},
+	"actionNode": {
+		"height": "56px",
+	  	"overflowe" : "hidden",
+		"border-top" : "0px",
+		"background": "#fff"
+	},
+	"okActionNode": {
+	  "height": "36px",
+	  "line-height": "36px",
+	  "background-color" : "#32AAFF",
+	  "color": "#FFF",
+	  "font-size": "16px",
+	  "margin-top" : "10px",
+	  "border-radius": "12px",
+	  "cursor": "pointer",
+	  "text-align" : "center",
+	  "width" : "80px",
+	  "float" : "right",
+		"margin-right" : "15px"
+	},
+	"cancelActionNode": {
+		"display" : "none",
+	  "margin-left" : "4%",
+	  "margin-right" : "2.6%",
+	  "height": "44px",
+	  "line-height": "44px",
+	  "margin-top" : "10px",
+	  "background-color" : "#E6EBEE",
+	  "color": "#333",
+	  "font-size": "16px",
+	  "border-radius": "4px",
+	  "cursor": "pointer",
+	  "text-align" : "center",
+	  "width" : "44.7%",
+	  "float" : "left"
+	},
+	"selectedTopNode" : {
+	  "overflow" : "hidden",
+	  "height": "16px",
+	  "background-color" : "#fff",
+	  "border-bottom": "1px solid #e2e3e7"
+	},
+	"selectedTopTextNode" : {
+	  "float" : "left",
+	  "width" : "16px",
+	  "height": "16px",
+	  "line-height": "16px",
+	  "margin-left" : "5px"
+	},
+	"selectedTopActionNode" : {
+	  "color" : "#0b82ff",
+	  "float" : "right",
+	  "cursor" : "pointer",
+	  "height": "16px",
+	  "line-height": "16px",
+	  "margin-right" : "5px"
+	},
+
+	"selectTopNode" : {
+	  "overflow" : "hidden",
+	  "border-bottom": "1px solid #e2e3e7",
+	  "background-color" : "#fff",
+	  "height": "16px"
+	},
+	"selectTopTextNode" : {
+	  "float" : "left",
+	  "width" : "16px",
+	  "height": "16px",
+	  "line-height": "16px",
+	  "margin-left" : "5px"
+	},
+	"searchInputDiv": {
+	  	"padding" : "0px 15px 0px 15px",
+		"height": "50px",
+		"color": "#999",
+        "background": "#f3f3f3"
+	},
+	"searchInput": {
+	  	//"width" : "calc(100% - 40px)",
+	  	"width": "100%",
+	  	"box-sizing":"border-box",
+		"height": "36px",
+		"margin-top": "6px",
+		"font-size": "15px",
+	  	"padding-left" : "50%",
+		"background" : "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/search@2x.png) 45% center no-repeat #fff",
+		"background-size" : "20px 20px",
+		"border" : "1px solid #e2e2e2",
+		"padding-top" : "2px",
+	  	"border-radius" : "5px",
+		"outline": "none"
+	},
+	"searchInputSingle": {
+	  //"width" : "calc(100% - 40px)",
+	  "width": "100%",
+	  "box-sizing":"border-box",
+	  "height": "36px",
+	  	"border": "0px",
+	  "margin-top": "6px",
+	  "font-size": "15px",
+		"padding-left" : "50%",
+	  "background" : "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/search@2x.png) 45% center no-repeat #fff",
+	  "background-size" : "20px 20px",
+		"padding-top" : "2px",
+	  "border" : "1px solid #e2e2e2",
+	  "border-radius" : "5px",
+	  "outline": "none"
+	},
+	"itemAreaScrollNode": {
+		"overflow-x": "auto",
+	  	"overflow-y": "auto",
+		"background-color": "#fff",
+		"height": "188px"
+	},
+	"itemAreaNode": {
+		"overflow": "hidden"
+	},
+	"selectorItem": {
+		"height": "44px",
+		"line-height": "44px",
+		"padding": "0px 15px",
+		"overflow": "hidden",
+		"cursor": "pointer",
+		"font-size": "16px",
+		"color": "#666666",
+		"background": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorItemCategory": {
+	    "height": "44px",
+        "line-height": "44px",
+        "padding": "0px 15px",
+        "overflow": "hidden",
+        "cursor": "pointer",
+        "font-size": "16px",
+        "color": "#666666",
+        "background": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorItemCategory_department": {
+        "height": "44px",
+        "line-height": "44px",
+        "padding": "0px 15px",
+        "overflow": "hidden",
+        "cursor": "pointer",
+        "font-size": "16px",
+        "background": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+    },
+	"selectorItemCategory_over": {
+	  "background": "#fff"
+	},
+
+	"selectorItem_over": {
+		//"height": "28px",
+		"line-height": "44px",
+		"padding": "0px 15px",
+		"overflow": "hidden",
+		"cursor": "pointer",
+		"background-color": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorItem_over_force" : {
+	  "background-color": "#fff"
+	},
+	"selectorItem_selected": {
+		//"height": "24px",
+		"line-height": "44px",
+		"padding": "0px 15px",
+		"overflow": "hidden",
+		"cursor": "pointer",
+		"background-color": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorSelectedItem": {
+	  //"height": "24px",
+	  "line-height": "44px",
+	  "padding": "0px 15px",
+	  "overflow": "hidden",
+	  "cursor": "pointer",
+	  "background-color": "#fff",
+	  "box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorItemLevelNode": {
+	    "width": "20px",
+        "height": "44px",
+        "float": "left"
+	},
+	"selectorItemLevelNode_expand":{
+        "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_down@2x.png) no-repeat right center",
+	  "background-size" : "20px 20px"
+    },
+	"selectorItemLevelNode_expand_over":{
+	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_down@2x.png) no-repeat right center",
+	  "background-size" : "20px 20px"
+	},
+	"selectorItemLevelNode_collapse":{
+	    "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_right@2x.png) no-repeat right center",
+	  "background-size" : "20px 20px"
+	},
+	"selectorItemLevelNode_collapse_over":{
+	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_right@2x.png) no-repeat right center",
+	  "background-size" : "20px 20px"
+	},
+  	"selectorItemCategoryIconNode" : {
+		"width" : "28px",
+		"height" : "44px",
+		"background-repeat": "no-repeat",
+		"background-position": "center center",
+		"background-size" : "20px 20px",
+		"float" : "left"
+	},
+
+	"selectorItemIconNode": {
+		"width": "17px",
+		"height": "44px",
+		"float": "left",
+		"background-repeat": "no-repeat",
+		"background-position": "center center",
+	  	"background-size" : "17px 18px"
+	},
+	"selectorItemActionNode": {
+		"width": "16px",
+		"height": "44px",
+		"float": "right",
+	  	"background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checkbox@2x.png) no-repeat center center",
+	  	"background-size" : "16px 16px"
+	},
+  	"selectorItemActionNode_single" : {
+	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/radio@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorItemActionNode_selected_over": {
+	  "width": "16px",
+        "height": "44px",
+        "float": "right",
+        "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checked2.png) no-repeat center center",
+		"background-size" : "16px 16px"
+    },
+	"selectorItemActionNode_single_selected_over" : {
+	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/radio@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorItemActionNode_over": {
+	  "width": "16px",
+        "height": "44px",
+        "float": "right",
+        "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checkbox@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+    },
+	"selectorItemActionNode_single_over" : {
+	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/radio@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorItemActionNode_selected": {
+	  "width": "16px",
+		"height": "44px",
+		"float": "right",
+		"background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checked@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorItemActionNode_single_selected" : {
+	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/radio_selected@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+//	"selectorSelectedItemActionNode": {
+//	  "width": "16px",
+//	  "height": "44px",
+//	  "float": "right",
+//	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checked@2x.png) no-repeat center center",
+//		"background-size" : "16px 16px"
+//	},
+//	"selectorSelectedItemActionNode_single" : {
+//	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/radio_selected@2x.png) no-repeat center center",
+//		"background-size" : "16px 16px"
+//	},
+
+	"selectorItemCategoryActionNode_expand": {
+        "width": "20px",
+        "height": "44px",
+        "float": "left",
+        "font-size": "16px",
+        "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_down@2x.png) no-repeat center center",
+	  	"background-size" : "20px 20px"
+	},
+	"selectorItemCategoryActionNode_collapse": {
+	  "width": "20px",
+        "height": "44px",
+        "font-size": "16px",
+        "float": "left",
+        "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_right@2x.png) no-repeat center center",
+	  	"background-size" : "20px 20px"
+    },
+
+	"selectorItemCategoryActionNode_selectAll": {
+	  "width": "16px",
+	  "height": "44px",
+	  "float": "right",
+	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checkbox@2x.png) no-repeat left center",
+	  "background-size" : "16px 16px"
+	},
+	"selectorItemCategoryActionNode_selectAll_selected": {
+	  "width": "16px",
+	  "height": "44px",
+	  "float": "right",
+	  "background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checked@2x.png) no-repeat left center",
+	  "background-size" : "16px 16px"
+	},
+	"selectorItemCategoryActionNode_selectsome_selected": {
+		"width": "16px",
+		"height": "44px",
+		"float": "right",
+		"background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checked_some@2x.png) no-repeat left center",
+		"background-size" : "16px 16px"
+	},
+
+	"selectorItemTextNode": {
+		"height": "44px",
+	  	"margin-left": "30px",
+	  	"margin-right" : "23px",
+		"word-wrap": "break-word",
+		"color": "#333"
+	},
+//	"selectorSelectedItemTextNode": {
+////	  "height": "88px",
+//////	  "margin-left": "46px",
+////	  "word-wrap": "break-word",
+////	  "color": "#333"
+//	},
+	"selectorItemCategoryTextNode": {
+	    "height": "44px",
+	  	"margin-left": "23px",
+	  	"margin-right" : "23px",
+        "color": "#333",
+        "font-size": "16px"
+        //"font-weight": "bold"
+	},
+	"selectorItemTextNode_selected": {
+//		"height": "88px",
+////		"margin-left": "46px",
+//		"color": "#333"
+	},
+
+	"selectorItemCategoryChildrenNode": {
+	    "overflow": "hidden",
+	    "margin-left": "0px"
+	},
+
+	"dutyInputDialog":{
+	    "height": "56px",
+        "clear": "both"
+	},
+	"dutyInputNode": {
+	    "border": "1px solid #eee",
+	    "background": "#FFF",
+	    "height": "32px"
+	},
+	"filePreviewNode": {
+	    "overflow": "hidden",
+	    "max-width": "300px",
+	    "max-height": "200px"
+	},
+//  	"shuttleNode" : {
+//	  "width" : "52px",
+//	  "height" : "70%",
+//	  "float" : "left"
+//	},
+//	"shuttleInnerNode" : {
+//	  "width" : "52px",
+//	  "height" : "70px"
+//	},
+//  	"goRightNode" : {
+//	  "margin" : "8px auto",
+//	  "width": "30px",
+//	  "height": "30px",
+//	  "background": "url(../x_component_Selector/$Selector/blue_flat/icon/shuttle_right.png) no-repeat left center"
+//	},
+//	"goLeftNode" : {
+//	  "margin" : "8px auto",
+//	  "width": "30px",
+//	  "height": "30px",
+//	  "background": "url(../x_component_Selector/$Selector/blue_flat/icon/shuttle_left.png) no-repeat left center"
+//	}
+
+  "flatCategoryScrollNode" : {
+	"width" : "130px",
+	"overflow-y" : "auto",
+	"overflow-x" : "hidden",
+	"font-size" : "16px",
+	"background-color" : "#F5F5F5",
+	"float" : "left"
+  },
+  "itemSearchAreaScrollNode": {
+	"overflow-x": "auto",
+	"overflow-y": "auto",
+	"background-color": "#fff"
+  },
+  "itemAreaScrollNode_flatCategory" : {
+	"margin-left" : "130px"
+  },
+  "flatCategoryNode" : {
+
+  },
+  "flatCategoryItemNode" : {
+	"border-left" : "4px solid #F5F5F5",
+	"background-color" : "#F5F5F5",
+	  "overflow" : "hidden"
+  },
+  "flatCategoryItemNode_selected" : {
+	"border-left" : "4px solid #32AAFF",
+	"background-color" : "#fff"
+  },
+  "flatCategoryItemTextNode" : {
+	"margin-left" : "11px",
+	  "margin-right" : "11px",
+	  "margin-top" : "10px",
+	  "margin-bottom" : "10px",
+	  "width" : "104px",
+//	"min-height" : "44px",
+//	"line-height" : "24px",
+	"font-size" : "16px",
+	"color" : "#333",
+	  //	"white-space" : "nowrap",
+	  //	"word-break" : "break-all",
+	  //	"text-overflow" : "ellipsis",
+	  "display": "-webkit-box",
+	  "-webkit-box-orient": "vertical",
+	  "-webkit-line-clamp" : "2",
+		"overflow" : "hidden"
+  },
+  "flatCategory_selectAllWrap" : {
+	"overflow" : "hidden",
+	"padding-right" : "15px"
+  },
+  "flatCategory_selectAll": {
+	"font-size" : "16px",
+	"width" : "60px",
+	"height": "44px",
+	"line-height": "44px",
+	"float": "right",
+	"background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checkbox@2x.png) no-repeat right center",
+	"background-size" : "16px 16px"
+  },
+  "flatCategory_selectAll_selected": {
+	"font-size" : "16px",
+	"width" : "60px",
+	"height": "44px",
+	"line-height": "44px",
+	"float": "right",
+	"background": "url(../x_component_Selector/$Selector/blue_dark_mobile/icon/checked@2x.png) no-repeat right center",
+	"background-size" : "16px 16px"
+  }
+}

BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/applicationicon.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_down@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/arrow_right@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/attr.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/back@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/back@2x_2.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checkbox@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checkbox@2x_2.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checked@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checked@2x_2.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/checked_some@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/companyicon.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/companyicon_2.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/delete.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/departmenticon.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/departmenticon_2.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/duty.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/dutyCategory.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/groupicon.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/personicon.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/personicon_selected.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/processicon.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/radio@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/radio_selected@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/roleicon.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/search@2x.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/table.png


BIN
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/icon/view.png


+ 34 - 0
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/selector.html

@@ -0,0 +1,34 @@
+<div>
+    <div class="MWF_selector_titleNode">
+        <div class="MWF_selector_titleCancelActionNode"></div>
+        <div class="MWF_selector_titleTextNode">选择审批人</div>
+    </div>
+    <div class="MWF_selector_tabContainer" style="display: none;"></div>
+    <div class="MWF_selector_contentNode">
+        <div class="MWF_selector_selectNode">
+            <div class="MWF_selector_searchInputDiv">
+                <input class="MWF_selector_searchInput" type="text" placeholder="搜索">
+            </div>
+            <div class="MWF_selector_flatCategoryScrollNode" style="display: none;">
+                <div class="MWF_selector_flatCategoryNode"></div>
+            </div>
+            <div class="MWF_selector_itemAreaScrollNode">
+                <div class="MWF_selector_itemAreaNode"></div>
+            </div>
+            <div class="MWF_selector_itemSearchAreaScrollNode">
+                <div class="MWF_selector_itemSearchAreaNode"></div>
+            </div>
+        </div>
+        <div class="MWF_selector_actionNode" style="position: relative;">
+            <div style="box-shadow:0px -4px 5px 0px #99c9fe;width: 100%;z-index:1;position: absolute;top:0px;left: 0px;height: 5px;"></div>
+            <div class="MWF_selector_countNode" style="float:left;margin-left:15px;margin-top:15px;font-size: 14px">
+                已选择(<span class="MWF_selector_countTextNode">0</span>)人
+            </div>
+            <div class="MWF_selector_cancelActionNode" style="display: none;">取消</div>
+            <div class="MWF_selector_okActionNode">完成</div>
+        </div>
+        <div class="MWF_selector_selectedScrollNode">
+            <div class="MWF_selector_selectedNode"></div>
+        </div>
+    </div>
+</div>

+ 30 - 0
o2web/source/x_component_Selector/$Selector/blue_dark_mobile/selector_embedded.html

@@ -0,0 +1,30 @@
+<div>
+    <div class="MWF_selector_contentNode">
+        <div class="MWF_selector_selectNode">
+            <div class="MWF_selector_searchInputDiv">
+                <input class="MWF_selector_searchInput" type="text" placeholder="搜索">
+            </div>
+            <div class="MWF_selector_flatCategoryScrollNode" style="display: none;">
+                <div class="MWF_selector_flatCategoryNode"></div>
+            </div>
+            <div class="MWF_selector_itemAreaScrollNode">
+                <div class="MWF_selector_itemAreaNode"></div>
+            </div>
+            <div class="MWF_selector_itemSearchAreaScrollNode">
+                <div class="MWF_selector_itemSearchAreaNode"></div>
+            </div>
+        </div>
+        <div class="MWF_selector_actionNode" style="position: relative;">
+            <div style="box-shadow:0px -4px 5px 0px #99c9fe;width: 100%;z-index:1;position: absolute;top:0px;left: 0px;height: 5px;"></div>
+            <div class="MWF_selector_countNode" style="float:left;margin-left:15px;margin-top:15px;font-size: 14px">
+                已选择(<span class="MWF_selector_countTextNode">0</span>)人
+            </div>
+            <div class="MWF_selector_dlg_okActionNode">完成</div>
+            <div class="MWF_selector_cancelActionNode" style="display: none;">取消</div>
+            <div class="MWF_selector_okActionNode" style="display: none;">完成</div>
+        </div>
+        <div class="MWF_selector_selectedScrollNode">
+            <div class="MWF_selector_selectedNode"></div>
+        </div>
+    </div>
+</div>

+ 1 - 0
o2web/source/x_component_Selector/Identity.js

@@ -788,6 +788,7 @@ MWF.xApplication.Selector.Identity.ItemSelected = new Class({
                 }.bind(this));
             }
         }
+        if( this.afterCheck )this.afterCheck();
     }
 });
 

+ 1 - 0
o2web/source/x_component_Selector/Person.js

@@ -2250,6 +2250,7 @@ MWF.xApplication.Selector.Person.ItemSelected = new Class({
                 }.bind(this));
             }
         }
+        if( this.afterCheck )this.afterCheck();
     },
     destroy: function(){
         if(this.node){

+ 1 - 0
o2web/source/x_component_Template/Selector/Custom.js

@@ -295,6 +295,7 @@ MWF.xApplication.Template.Selector.Custom.ItemSelected = new Class({
                 }.bind(this));
             }
         }
+        if( this.afterCheck )this.afterCheck();
     }
 });