Browse Source

个人界面我的订单

xiaohaizhao 2 weeks ago
parent
commit
9ef9533e21

+ 11 - 5
packageA/orderForm/index.js

@@ -41,13 +41,19 @@ Page({
         }]
     },
     onLoad(options) {
+        getApp().globalData.Language.getLanguagePackage(this, 'E-订单');
         this.setData({
             userrole: wx.getStorageSync('userrole')
         })
-        this.getList()
+        if (options.stuta) {
+            this.setData({
+                active: options.stuta == '交期待确认' ? '待确认' : options.stuta
+            });
+        } else {
+            this.getList(true)
+        }
         this.getBrand()
         this.getDomain()
-        getApp().globalData.Language.getLanguagePackage(this, 'E-订单');
     },
     /* 处理筛选 */
     handleFilter({
@@ -101,7 +107,7 @@ Page({
     /* 切换tabs */
     tabsChange(e) {
         let status = "";
-        switch (e.detail.title) {
+        switch (e.detail.name) {
             case '全部':
                 status = "";
                 break;
@@ -109,11 +115,11 @@ Page({
                 status = "交期待确认";
                 break;
             default:
-                status = e.detail.title
+                status = e.detail.name
                 break;
         }
         this.setData({
-            active: e.detail.index,
+            active: e.detail.title,
             "content.where.status": status
         });
         this.getList(true);

+ 1 - 1
packageA/orderForm/index.wxml

@@ -7,7 +7,7 @@
     <van-tab name="预提交" title="{{language['预提交']||'预提交'}}" />
     <van-tab name="提交" title="{{language['提交']||'提交'}}" />
     <van-tab name="待确认" title="{{language['待确认']||'待确认'}}" />
-    <van-tab name="交期确" title="{{language['交期确认']||'交期确认'}}" />
+    <van-tab name="交期确" title="{{language['交期确认']||'交期确认'}}" />
     <van-tab name="审核" title="{{language['审核']||'审核'}}" />
     <van-tab name="关闭" title="{{language['关闭']||'关闭'}}" />
 </van-tabs>

+ 206 - 168
pages/tabbar/mine/index.js

@@ -2,173 +2,211 @@ const _Http = getApp().globalData.http;
 let downCount = null;
 Page({
 
-    /**
-     * 页面的初始数据
-     */
-    data: {
-        userMsg: {},
-        pathList: [], //功能权限
-        teamAuth: '', //团队管理权限列表 JSON字符串 用于传递
-    },
-    onLoad(options) {
-        this.queryUserMsg();
-        getApp().globalData.Language.getLanguagePackage(this)
-        let authlist = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['通用'], ['个人中心']);
-        let pathList = [{
-            name: "修改登录密码",
-            icon: "icon-a-wodeguanyuyingyong",
-            color: "var(--warning)",
-            path: `/pages/tabbar/mine/changePassword/index`
-        }]
-        if (authlist.length) {
-            authlist[0].apps.forEach(v => {
-                switch (v.name) {
-                    case "teamManagement":
-                        pathList.unshift({
-                            name: "团队管理",
-                            icon: "icon-a-wodetuanduiguanli",
-                            color: "var(--assist)",
-                            path: `/${v.path}`
-                        })
-                        this.setData({
-                            teamAuth: JSON.stringify(v.meta.auth)
-                        })
-                        break;
-                }
-            });
-            this.setData({
-                pathList
-            })
-        };
-    },
-    /* 查询用户信息 */
-    queryUserMsg() {
-        _Http.basic({
-            "classname": "common.usercenter.usercenter",
-            "method": "queryUserMsg",
-            "content": {
-                "nocache": true
-            }
-        }).then(res => {
-            console.log("查询用户信息", res)
-            if (res.code != '1') return wx.showToast({
-                title: res.msg,
-                icon: "none"
-            })
-            this.setData({
-                userMsg: res.data
-            })
-        })
-    },
-    onShow() {
-        this.getTabBar().init();
-    },
-    /* 退出登录 */
-    outLogin() {
-        clearTimeout(downCount);
-        wx.showLoading({
-            title: getApp().globalData.Language.getMapText('加载中') + '...',
-        })
-        downCount = setTimeout(() => {
-            _Http.logout().then(res => {
-                wx.showToast({
-                    title: getApp().globalData.Language.getMapText('退出成功')
-                });
-                let loginMsg = wx.getStorageSync("loginMsg"),
-                    languagecode = wx.getStorageSync("languagecode"),
-                    logins = wx.getStorageSync("logins");
+	/**
+	 * 页面的初始数据
+	 */
+	data: {
+		userMsg: {},
+		pathList: [], //功能权限
+		teamAuth: '', //团队管理权限列表 JSON字符串 用于传递
+		orders: []
+	},
+	onLoad(options) {
+		this.queryUserMsg();
+		getApp().globalData.Language.getLanguagePackage(this)
+		let authlist = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['通用'], ['个人中心']);
+		let pathList = [{
+			name: "修改登录密码",
+			icon: "icon-a-wodeguanyuyingyong",
+			color: "var(--warning)",
+			path: `/pages/tabbar/mine/changePassword/index`
+		}]
+		if (authlist.length) {
+			authlist[0].apps.forEach(v => {
+				switch (v.name) {
+					case "teamManagement":
+						pathList.unshift({
+							name: "团队管理",
+							icon: "icon-a-wodetuanduiguanli",
+							color: "var(--assist)",
+							path: `/${v.path}`
+						})
+						this.setData({
+							teamAuth: JSON.stringify(v.meta.auth)
+						})
+						break;
+				}
+			});
+			this.setData({
+				pathList
+			})
+		};
 
-                wx.clearStorageSync();
-                wx.setStorageSync('loginMsg', loginMsg)
-                wx.setStorageSync('logins', logins)
-                wx.setStorageSync('isAgree', true)
-                wx.removeStorageSync('languagecode');
-                wx.setStorageSync('languagecode', languagecode)
-                setTimeout(() => {
-                    wx.reLaunch({
-                        url: '/pages/login/phone',
-                    })
-                }, 300)
-            })
-        }, 300);
-    },
-    /* 去修改用户信息 */
-    changeUserMsg() {
-        let {
-            name,
-            phonenumber,
-            attinfos,
-            hr,
-            accountno
-        } = this.data.userMsg;
-        wx.navigateTo({
-            url: `./userMsg/index?attinfos=${JSON.stringify(attinfos)}&name=${name}&phonenumber=${phonenumber}&email=${hr.email}&accountno=${accountno}`
-        })
-    },
-    /* 绑定或解绑微信 */
-    bindingWechat(e) {
-        if (this.data.userMsg.iswechatbinding) {
-            let that = this;
-            wx.showModal({
-                title: getApp().globalData.Language.getMapText('提示'),
-                content: getApp().globalData.Language.getMapText('是否解除绑定'),
-                cancelText: getApp().globalData.Language.getMapText('取消'),
-                confirmText: getApp().globalData.Language.getMapText('确定'),
-                success: (res) => {
-                    if (res.confirm) that.handleBDWechat(0);
-                }
-            })
-        } else {
-            this.handleBDWechat(1);
-        }
-    },
-    handleBDWechat(isbinging) {
-        let that = this;
-        wx.getUserProfile({
-            desc: getApp().globalData.Language.getMapText('用于完善用户资料'),
-            success: ({
-                userInfo
-            }) => {
-                wx.login({
-                    success(res) {
-                        if (res.code) _Http.basic({
-                            "classname": "common.usercenter.usercenter",
-                            "method": "WechatBinding",
-                            content: {
-                                "wechat_code": res.code,
-                                isbinging, // 0解绑 1绑定
-                                wechatuserinfo: userInfo,
-                                "appid": "wx197f219a82a89d7b"
-                            }
-                        }).then(s => {
-                            console.log("微信绑定", isbinging, s)
-                            if (s.code != '1') return wx.showToast({
-                                title: s.data,
-                                icon: "none"
-                            });
-                            setTimeout(() => {
-                                wx.showToast({
-                                    title: isbinging == 0 ? getApp().globalData.Language.getMapText('解绑成功') : getApp().globalData.Language.getMapText('绑定成功'),
-                                    icon: "none"
-                                })
-                            }, 100);
-                            that.queryUserMsg();
-                        })
-                    }
-                })
-            },
-            fail: () => {
-                wx.showToast({
-                    title: getApp().globalData.Language.getMapText('未获取授权'),
-                    icon: "none"
-                })
-            }
-        })
-    },
-    /* 前去查询 */
-    bindingOfficialAccounts() {
-        wx.navigateTo({
-            url: './webView',
-        })
-    }
+		this.setData({
+			isWorderform: getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['E-订单'], ['销售管理'])[0].apps.some(v => v.name == "worderform")
+		})
+	},
+	/* 查询用户信息 */
+	queryUserMsg() {
+		_Http.basic({
+			"classname": "common.usercenter.usercenter",
+			"method": "queryUserMsg",
+			"content": {
+				"nocache": true
+			}
+		}).then(res => {
+			console.log("查询用户信息", res)
+			if (res.code != '1') return wx.showToast({
+				title: res.msg,
+				icon: "none"
+			})
+			this.setData({
+				userMsg: res.data
+			})
+		})
+	},
+	onShow() {
+		this.getTabBar().init();
+		if (this.data.isWorderform) _Http.basic({
+			"id": 2025030613432602,
+			"content": {},
+			"languagecode": "ZH",
+		}).then(res => {
+			console.log("获取订单数量", res)
+			if (res.code != '1') return wx.showToast({
+				title: res.msg,
+				icon: "none"
+			})
+			let list = [{
+				key: "新建",
+				icon: "icon-xinjian"
+			}, {
+				key: "提交",
+				icon: "icon-tijiao1"
+			}, {
+				key: "交期待确认",
+				icon: "icon-jiaoqidaiqueren"
+			}, {
+				key: "交期确认",
+				icon: "icon-jiaoqiqueren"
+			}, {
+				key: "审核",
+				icon: "icon-shenhe1"
+			}]
+			this.setData({
+				orders: list.map(v => {
+					v.badge = res.data[v.key]
+					return v
+				})
+			})
+		})
+	},
+	/* 退出登录 */
+	outLogin() {
+		clearTimeout(downCount);
+		wx.showLoading({
+			title: getApp().globalData.Language.getMapText('加载中') + '...',
+		})
+		downCount = setTimeout(() => {
+			_Http.logout().then(res => {
+				wx.showToast({
+					title: getApp().globalData.Language.getMapText('退出成功')
+				});
+				let loginMsg = wx.getStorageSync("loginMsg"),
+					languagecode = wx.getStorageSync("languagecode"),
+					logins = wx.getStorageSync("logins");
+
+				wx.clearStorageSync();
+				wx.setStorageSync('loginMsg', loginMsg)
+				wx.setStorageSync('logins', logins)
+				wx.setStorageSync('isAgree', true)
+				wx.removeStorageSync('languagecode');
+				wx.setStorageSync('languagecode', languagecode)
+				setTimeout(() => {
+					wx.reLaunch({
+						url: '/pages/login/phone',
+					})
+				}, 300)
+			})
+		}, 300);
+	},
+	/* 去修改用户信息 */
+	changeUserMsg() {
+		let {
+			name,
+			phonenumber,
+			attinfos,
+			hr,
+			accountno
+		} = this.data.userMsg;
+		wx.navigateTo({
+			url: `./userMsg/index?attinfos=${JSON.stringify(attinfos)}&name=${name}&phonenumber=${phonenumber}&email=${hr.email}&accountno=${accountno}`
+		})
+	},
+	/* 绑定或解绑微信 */
+	bindingWechat(e) {
+		if (this.data.userMsg.iswechatbinding) {
+			let that = this;
+			wx.showModal({
+				title: getApp().globalData.Language.getMapText('提示'),
+				content: getApp().globalData.Language.getMapText('是否解除绑定'),
+				cancelText: getApp().globalData.Language.getMapText('取消'),
+				confirmText: getApp().globalData.Language.getMapText('确定'),
+				success: (res) => {
+					if (res.confirm) that.handleBDWechat(0);
+				}
+			})
+		} else {
+			this.handleBDWechat(1);
+		}
+	},
+	handleBDWechat(isbinging) {
+		let that = this;
+		wx.getUserProfile({
+			desc: getApp().globalData.Language.getMapText('用于完善用户资料'),
+			success: ({
+				userInfo
+			}) => {
+				wx.login({
+					success(res) {
+						if (res.code) _Http.basic({
+							"classname": "common.usercenter.usercenter",
+							"method": "WechatBinding",
+							content: {
+								"wechat_code": res.code,
+								isbinging, // 0解绑 1绑定
+								wechatuserinfo: userInfo,
+								"appid": "wx197f219a82a89d7b"
+							}
+						}).then(s => {
+							console.log("微信绑定", isbinging, s)
+							if (s.code != '1') return wx.showToast({
+								title: s.data,
+								icon: "none"
+							});
+							setTimeout(() => {
+								wx.showToast({
+									title: isbinging == 0 ? getApp().globalData.Language.getMapText('解绑成功') : getApp().globalData.Language.getMapText('绑定成功'),
+									icon: "none"
+								})
+							}, 100);
+							that.queryUserMsg();
+						})
+					}
+				})
+			},
+			fail: () => {
+				wx.showToast({
+					title: getApp().globalData.Language.getMapText('未获取授权'),
+					icon: "none"
+				})
+			}
+		})
+	},
+	/* 前去查询 */
+	bindingOfficialAccounts() {
+		wx.navigateTo({
+			url: './webView',
+		})
+	}
 })

+ 2 - 0
pages/tabbar/mine/index.json

@@ -1,5 +1,7 @@
 {
     "navigationBarTitleText": "我的",
     "usingComponents": {
+        "van-grid": "@vant/weapp/grid/index",
+        "van-grid-item": "@vant/weapp/grid-item/index"
     }
 }

+ 76 - 0
pages/tabbar/mine/index.scss

@@ -93,8 +93,84 @@
     }
 }
 
+.orderForm {
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    padding-left: 40rpx;
+    padding-right: 26rpx;
+    width: 100vw;
+    height: 90rpx;
+    box-sizing: border-box;
+    background-color: #fff;
+
+    .left {
+        .work {
+            color: #3874F6;
+            margin-right: 18rpx;
+        }
+
+        font-family: PingFang SC,
+        PingFang SC;
+        font-weight: 500;
+        font-size: 28rpx;
+        color: #262626;
+    }
+
+    .right {
+        font-family: PingFang SC, PingFang SC;
+        font-size: 28rpx;
+        color: #999999;
+    }
+}
+
+.orders {
+    display: flex;
+    width: 100vw;
+    background-color: #fff;
+
+    .stuta {
+        flex: 1;
+        display: flex;
+        flex-direction: column;
+        align-items: center;
+        padding-top: 20rpx;
+        padding-bottom: 18rpx;
+        box-sizing: border-box;
+
+        .iconfont {
+            position: relative;
+            font-size: 44rpx;
+            color: #666;
+
+            .badge {
+                position: absolute;
+                display: flex;
+                justify-content: center;
+                align-items: center;
+                top: -15rpx;
+                right: -20rpx;
+                min-width: 30rpx;
+                height: 30rpx;
+                background: #FF3B30;
+                border-radius: 24rpx;
+                font-size: 20rpx;
+                color: #FFFFFF;
+            }
+        }
+
+        .text {
+            font-size: 20rpx;
+            color: #333333;
+            margin-top: 8rpx;
+        }
+    }
+}
+
+
 .operating {
     background-color: #fff;
+    margin-top: 20rpx;
 
     .item {
         width: 100%;

+ 20 - 1
pages/tabbar/mine/index.wxml

@@ -12,7 +12,26 @@
         <van-icon size='40rpx' name="arrow" />
     </navigator>
 </view>
-<view style="height: 20rpx;"></view>
+<block wx:if="{{isWorderform}}">
+    <navigator class="orderForm" url="/packageA/orderForm/index">
+        <view class="left">
+            <text class="work work-dingdan"></text>
+            我的订单
+        </view>
+        <view class="right">全部
+            <van-icon size='30rpx' name="arrow" />
+        </view>
+    </navigator>
+
+    <view class="orders" wx:if="{{orders.length}}">
+        <navigator class="stuta" url="/packageA/orderForm/index?stuta={{item.key}}" wx:for="{{orders}}" wx:key="key" badge="{{item.badge}}">
+            <view class="iconfont {{item.icon}}">
+                <view class="badge" style="padding: {{item.badge>9?'0 4rpx':''}};" wx:if="{{item.badge}}">{{item.badge>99?'99+':item.badge}}</view>
+            </view>
+            <view class="text">{{language[item.key]||item.key}}</view>
+        </navigator>
+    </view>
+</block>
 <view class='operating' hover>
     <navigator class="item" url="{{item.name=='团队管理'?item.path+'?auth='+teamAuth:item.path}}" wx:for="{{pathList}}">
         <view class="con">

+ 1 - 11
project.private.config.json

@@ -7,16 +7,6 @@
   },
   "libVersion": "3.7.1",
   "condition": {
-    "miniprogram": {
-      "list": [
-        {
-          "name": "逾期账款",
-          "pathName": "packageA/accountReceivable/index",
-          "query": "",
-          "launchMode": "default",
-          "scene": null
-        }
-      ]
-    }
+    "miniprogram": {}
   }
 }

+ 892 - 81
static/font-icon.wxss

@@ -1,74 +1,229 @@
 @import "/utils/work/work-icon.wxss";
 @import "./iconfont-weapp-icon.wxss";
-@import "./stylesheet.wxss";
+/* @import "./stylesheet.wxss"; */
+
+@font-face {
+  font-family: "iconfont"; /* Project id 3376421 */
+  src: url('//at.alicdn.com/t/c/font_3376421_y5tnbpy19om.woff2?t=1741309400295') format('woff2'),
+       url('//at.alicdn.com/t/c/font_3376421_y5tnbpy19om.woff?t=1741309400295') format('woff'),
+       url('//at.alicdn.com/t/c/font_3376421_y5tnbpy19om.ttf?t=1741309400295') format('truetype'),
+       url('//at.alicdn.com/t/c/font_3376421_y5tnbpy19om.svg?t=1741309400295#iconfont') format('svg');
+}
 
 .iconfont {
-	font-family: "iconfont" !important;
-	font-size: 16px;
-	font-style: normal;
-	-webkit-font-smoothing: antialiased;
-	-moz-osx-font-smoothing: grayscale;
+  font-family: "iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-tijiao1:before {
+  content: "\e615";
+}
 
-.icon-gongzuohuibao:before {
-  content: "\e601";
+.icon-jiaoqiqueren:before {
+  content: "\e619";
 }
 
-.icon-a-wodemendianxinxidizhi:before {
-  content: "\e64b";
+.icon-xinjian:before {
+  content: "\e625";
 }
 
-.icon-a-biaoqianlanzhiku:before {
-  content: "\e608";
+.icon-shenhe1:before {
+  content: "\e661";
 }
 
-.icon-webqiyeshuiyintupian:before {
-  content: "\e671";
+.icon-jiaoqidaiqueren:before {
+  content: "\e70b";
 }
 
-.icon-gouwuche:before {
-  content: "\e680";
+.icon-yuyin:before {
+  content: "\e60c";
 }
 
-.icon-gongjuchaxun:before {
-  content: "\e681";
+.icon-huifu1:before {
+  content: "\e709";
 }
 
-.icon-a-shouyeshujugaikuangzhanshishuju:before {
-  content: "\e64e";
+.icon-zhongzhi:before {
+  content: "\e70a";
 }
 
-.icon-daoruxialajiantou:before {
-  content: "\e682";
+.icon-quxiaozanhuan:before {
+  content: "\e704";
 }
 
-.icon-niandu:before {
-  content: "\e693";
+.icon-zanhuan:before {
+  content: "\e708";
 }
 
-.icon-zanwushuju:before {
-  content: "\e652";
+.icon-shangchuan:before {
+  content: "\e707";
 }
 
-.icon-a-fanshenhetuihui:before {
-  content: "\e6c7";
+.icon-bianji2:before {
+  content: "\e705";
 }
 
-.icon-a-baobeibohuituihui:before {
-  content: "\e6c8";
+.icon-shanchu1:before {
+  content: "\e706";
 }
 
-.icon-tijiao:before {
-  content: "\e6c9";
+.icon-guojihua:before {
+  content: "\e703";
 }
 
-.icon-tijiaobaobei:before {
-  content: "\e6ca";
+.icon-zhuanhuashenhe:before {
+  content: "\e701";
 }
 
-.icon-shenhe:before {
-  content: "\e6cb";
+.icon-jiangxu3:before {
+  content: "\e700";
+}
+
+.icon-shengxu3:before {
+  content: "\e702";
+}
+
+.icon-zhongxuan:before {
+  content: "\e6ff";
+}
+
+.icon-wancheng:before {
+  content: "\e6fd";
+}
+
+.icon-qingkong:before {
+  content: "\e6fe";
+}
+
+.icon-paichuxiangmulishishuju:before {
+  content: "\e6fc";
+}
+
+.icon-yingxiaofeiyongmingxi:before {
+  content: "\e6fb";
+}
+
+.icon-shujutongji:before {
+  content: "\e6fa";
+}
+
+.icon-huifu:before {
+  content: "\e6f9";
+}
+
+.icon-baocunlianxiren:before {
+  content: "\e6f8";
+}
+
+.icon-xiangmubaobeikualingyuxianzhi:before {
+  content: "\e6f6";
+}
+
+.icon-bodadianhua1:before {
+  content: "\e6f7";
+}
+
+.icon-jiangxu2:before {
+  content: "\e6f4";
+}
+
+.icon-shengxu2:before {
+  content: "\e6f5";
+}
+
+.icon-fuhe:before {
+  content: "\e6f3";
+}
+
+.icon-fanfuhe:before {
+  content: "\e6f2";
+}
+
+.icon-tejiabaojiashenpi:before {
+  content: "\e6f1";
+}
+
+.icon-tongbuhezuoxieyi:before {
+  content: "\e6f0";
+}
+
+.icon-quxiaoquanping_o:before {
+  content: "\e6ef";
+}
+
+.icon-xiangmuzhibiaofenleibili:before {
+  content: "\e6ee";
+}
+
+.icon-shenheshouquan:before {
+  content: "\e6ea";
+}
+
+.icon-tijiaobaobei1:before {
+  content: "\e6eb";
+}
+
+.icon-baobeishenhe:before {
+  content: "\e6ec";
+}
+
+.icon-faqishouquan:before {
+  content: "\e6ed";
+}
+
+.icon-kehu1:before {
+  content: "\e6e7";
+}
+
+.icon-xiangmu:before {
+  content: "\e6e8";
+}
+
+.icon-yewuyuan:before {
+  content: "\e6e9";
+}
+
+.icon-xiangxiazhankai:before {
+  content: "\e8f2";
+}
+
+.icon-xiangshangshouqi:before {
+  content: "\e8f5";
+}
+
+.icon-gouwuche:before {
+  content: "\e6e6";
+}
+
+.icon-gongzuotai-xuanzhong:before {
+  content: "\e6e4";
+}
+
+.icon-gongzuotai-weixuanzhong:before {
+  content: "\e6e5";
+}
+
+.icon-zuijinshiyong:before {
+  content: "\e6df";
+}
+
+.icon-tongyong:before {
+  content: "\e6e0";
+}
+
+.icon-E-dingdan:before {
+  content: "\e6e1";
+}
+
+.icon-CRM:before {
+  content: "\e6e2";
+}
+
+.icon-E-fuwu:before {
+  content: "\e6e3";
 }
 
 .icon-tabdizhi:before {
@@ -147,92 +302,100 @@
   content: "\e6de";
 }
 
-.icon-a-wodemima:before {
-  content: "\e651";
+.icon-a-fanshenhetuihui:before {
+  content: "\e6c7";
 }
 
-.icon-a-wodetuanduiguanli:before {
-  content: "\e640";
+.icon-a-baobeibohuituihui:before {
+  content: "\e6c8";
 }
 
-.icon-a-wodeguanyuyingyong:before {
-  content: "\e646";
+.icon-tijiao:before {
+  content: "\e6c9";
 }
 
-.icon-a-wodebangdingweixin:before {
-  content: "\e650";
+.icon-tijiaobaobei:before {
+  content: "\e6ca";
 }
 
-.icon-shouhuo:before {
-  content: "\e677";
+.icon-shenhe:before {
+  content: "\e6cb";
 }
 
-.icon-dingdan:before {
-  content: "\e678";
+.icon-gonghaixiansuo:before {
+  content: "\e6c6";
 }
 
-.icon-zhanghu:before {
-  content: "\e679";
+.icon-jingzhengduishou:before {
+  content: "\e6c4";
 }
 
-.icon-kaipiao:before {
-  content: "\e67a";
+.icon-shichanghuodong:before {
+  content: "\e6c5";
 }
 
-.icon-tuifan:before {
-  content: "\e67b";
+.icon-chakanshijuan:before {
+  content: "\e6c2";
 }
 
-.icon-shangcheng:before {
-  content: "\e67c";
+.icon-kaoshi:before {
+  content: "\e6c3";
 }
 
-.icon-shujuchaxun:before {
-  content: "\e67d";
+.icon-xuexizuji:before {
+  content: "\e6c0";
 }
 
-.icon-cuxiaohuodong:before {
-  content: "\e67e";
+.icon-kaoshixuexi:before {
+  content: "\e6c1";
 }
 
-.icon-yejimubiao:before {
-  content: "\e67f";
+.icon-xiaoshouxiansuogenjinmoshi:before {
+  content: "\e6bf";
 }
 
-.icon-a-biaoqianlanshouyexuanzhong:before {
-  content: "\e606";
+.icon-kehu:before {
+  content: "\e6ba";
 }
 
-.icon-a-biaoqianlanxiaoxi:before {
-  content: "\e609";
+.icon-hetong:before {
+  content: "\e6bb";
 }
 
-.icon-a-biaoqianlanwode:before {
-  content: "\e62a";
+.icon-xiangmubaojia:before {
+  content: "\e6bc";
 }
 
-.icon-a-biaoqianlanwodexuanzhong:before {
-  content: "\e643";
+.icon-gonghaikehu:before {
+  content: "\e6bd";
 }
 
-.icon-a-biaoqianlanxiaoxixuanzhong:before {
-  content: "\e64a";
+.icon-xiangmushangji:before {
+  content: "\e6be";
 }
 
-.icon-E-dingdanxitong:before {
-  content: "\e675";
+.icon-biaoqian:before {
+  content: "\e6b9";
 }
 
-.icon-a-sousuolansousuo:before {
-  content: "\e621";
+.icon-tianjiakuaijie-mian:before {
+  content: "\e6b7";
 }
 
-.icon-dibu-bianji:before {
-  content: "\e69c";
+.icon-tianjiakuaijie-xian:before {
+  content: "\e6b8";
 }
 
-.icon-guanlian-shanchu:before {
-  content: "\e6ab";
+.icon-fuzeren:before {
+  content: "\e6b1";
+}
+
+.icon-sousuo-mian:before {
+  content: "\e6b2";
+}
+
+.icon-gengduo:before {
+  content: "\e6b3";
 }
 
 .icon-shaixuan:before {
@@ -245,4 +408,652 @@
 
 .icon-jiangxu1:before {
   content: "\e6b6";
-}
+}
+
+.icon-dibu-chehui:before {
+  content: "\e69e";
+}
+
+.icon-dibu-jieshu:before {
+  content: "\e69f";
+}
+
+.icon-dibu-fenxiang:before {
+  content: "\e6a0";
+}
+
+.icon-dibu-chengjiao:before {
+  content: "\e6a1";
+}
+
+.icon-dibu-tuihui:before {
+  content: "\e6a2";
+}
+
+.icon-dibu-diudan:before {
+  content: "\e6a3";
+}
+
+.icon-dibu-genjin:before {
+  content: "\e6a4";
+}
+
+.icon-dibu-genghuanjingxiaoshang:before {
+  content: "\e6a5";
+}
+
+.icon-guanlian-fuzhi:before {
+  content: "\e6a6";
+}
+
+.icon-guanlian-bodadianhua:before {
+  content: "\e6a7";
+}
+
+.icon-tabfujian:before {
+  content: "\e6a8";
+}
+
+.icon-tabxiangxixinxi:before {
+  content: "\e6a9";
+}
+
+.icon-dibu-zuofei:before {
+  content: "\e6aa";
+}
+
+.icon-guanlian-shanchu:before {
+  content: "\e6ab";
+}
+
+.icon-guanlian-bianji:before {
+  content: "\e6ac";
+}
+
+.icon-tabcaozuojilu:before {
+  content: "\e6ad";
+}
+
+.icon-dibu-zhuanhuan:before {
+  content: "\e6ae";
+}
+
+.icon-dibu-wuxiao:before {
+  content: "\e6af";
+}
+
+.icon-tabgenjindongtai:before {
+  content: "\e6b0";
+}
+
+.icon-dibu-bianji:before {
+  content: "\e69c";
+}
+
+.icon-dibu-biangengchengjiaozhuangtai:before {
+  content: "\e69d";
+}
+
+.icon-tousu:before {
+  content: "\e699";
+}
+
+.icon-tonggao:before {
+  content: "\e69a";
+}
+
+.icon-renwu:before {
+  content: "\e69b";
+}
+
+.icon-meitiku:before {
+  content: "\e694";
+}
+
+.icon-bangzhu:before {
+  content: "\e695";
+}
+
+.icon-xiaoxi:before {
+  content: "\e696";
+}
+
+.icon-tongxunlu:before {
+  content: "\e697";
+}
+
+.icon-tibao:before {
+  content: "\e698";
+}
+
+.icon-niandu:before {
+  content: "\e693";
+}
+
+.icon-biaoti:before {
+  content: "\e692";
+}
+
+.icon-xiaochengxu_qunzu:before {
+  content: "\e691";
+}
+
+.icon-xiaochengxutongxunlu:before {
+  content: "\e68c";
+}
+
+.icon-tianjiaqunzu:before {
+  content: "\e68f";
+}
+
+.icon-tianjialianxiren:before {
+  content: "\e690";
+}
+
+.icon-xiaochengxu_xiaoshoumubiao:before {
+  content: "\e68d";
+}
+
+.icon-xiaochengxu_xiaoshouyuce:before {
+  content: "\e68e";
+}
+
+.icon-zidingyiqunzu:before {
+  content: "\e68b";
+}
+
+.icon-xitongqunzu:before {
+  content: "\e68a";
+}
+
+.icon-qunzu:before {
+  content: "\e687";
+}
+
+.icon-shanchu:before {
+  content: "\e688";
+}
+
+.icon-shouji:before {
+  content: "\e689";
+}
+
+.icon-bianji1:before {
+  content: "\e685";
+}
+
+.icon-quxiao:before {
+  content: "\e686";
+}
+
+.icon-mobantubiao:before {
+  content: "\e684";
+}
+
+.icon-daoruxialajiantou:before {
+  content: "\e682";
+}
+
+.icon-daoru:before {
+  content: "\e683";
+}
+
+.icon-a-webmeitikuweixuanzhong:before {
+  content: "\e680";
+}
+
+.icon-a-webmeitikuxuanzhong:before {
+  content: "\e681";
+}
+
+.icon-xiaochengxu_yingxiaowuliaoxuanzhong:before {
+  content: "\e67a";
+}
+
+.icon-jiangxu:before {
+  content: "\e679";
+}
+
+.icon-shengxu1:before {
+  content: "\e67c";
+}
+
+.icon-bianji:before {
+  content: "\e67d";
+}
+
+.icon-genjin:before {
+  content: "\e67e";
+}
+
+.icon-zhuanyi:before {
+  content: "\e67f";
+}
+
+.icon-bodadianhua:before {
+  content: "\e67b";
+}
+
+.icon-xiaoshouxiansuo:before {
+  content: "\e678";
+}
+
+.icon-webshoucang:before {
+  content: "\e677";
+}
+
+.icon-webweishoucang:before {
+  content: "\e676";
+}
+
+.icon-a-yingxiaowuliaofuzhi:before {
+  content: "\e675";
+}
+
+.icon-webfuzhi:before {
+  content: "\e674";
+}
+
+.icon-webdaochu:before {
+  content: "\e673";
+}
+
+.icon-webshanchutupian:before {
+  content: "\e65b";
+}
+
+.icon-webmeitiku:before {
+  content: "\e656";
+}
+
+.icon-webshijianqujian:before {
+  content: "\e672";
+}
+
+.icon-webdenglufangshi:before {
+  content: "\e662";
+}
+
+.icon-webxialaxuanxiangjiantou:before {
+  content: "\e66f";
+}
+
+.icon-webmimaqiangzhiyaoqiu:before {
+  content: "\e670";
+}
+
+.icon-webqiyeshuiyintupian:before {
+  content: "\e671";
+}
+
+.icon-webjiangxu:before {
+  content: "\e66e";
+}
+
+.icon-webtousuguanli:before {
+  content: "\e664";
+}
+
+.icon-webshangxueyuan:before {
+  content: "\e665";
+}
+
+.icon-webtonggaoguanli:before {
+  content: "\e666";
+}
+
+.icon-webtibaoguanli:before {
+  content: "\e667";
+}
+
+.icon-webyingxiaowuliao:before {
+  content: "\e668";
+}
+
+.icon-webzhandianshezhi:before {
+  content: "\e669";
+}
+
+.icon-webzuzhijiagou:before {
+  content: "\e66a";
+}
+
+.icon-webyingxiaozuzhiguanli:before {
+  content: "\e66b";
+}
+
+.icon-webyonghuguanli:before {
+  content: "\e66c";
+}
+
+.icon-webtuiguangsucai:before {
+  content: "\e66d";
+}
+
+.icon-webfanhui:before {
+  content: "\e663";
+}
+
+.icon-a-webgengduo:before {
+  content: "\e654";
+}
+
+.icon-a-webbaobiaozhongxinxuanzhong:before {
+  content: "\e655";
+}
+
+.icon-a-webgongzuotaixuanzhong:before {
+  content: "\e657";
+}
+
+.icon-a-webbaobiaozhongxinweixuanzhong:before {
+  content: "\e658";
+}
+
+.icon-a-webxiaoxixuanzhong:before {
+  content: "\e659";
+}
+
+.icon-a-webtongxunluxuanzhong:before {
+  content: "\e65a";
+}
+
+.icon-a-webgongzuotaiweixuanzhong:before {
+  content: "\e65c";
+}
+
+.icon-a-webtongxunluweixuanzhong:before {
+  content: "\e65d";
+}
+
+.icon-a-webshujuzhongxinxuanzhong:before {
+  content: "\e65e";
+}
+
+.icon-a-webshujuzhongxinweixuanzhong:before {
+  content: "\e65f";
+}
+
+.icon-a-webxiaoxiweixuanzhong:before {
+  content: "\e660";
+}
+
+.icon-yasuobao:before {
+  content: "\e653";
+}
+
+.icon-zanwushuju:before {
+  content: "\e652";
+}
+
+.icon-a-wodemima:before {
+  content: "\e651";
+}
+
+.icon-PDF:before {
+  content: "\e62f";
+}
+
+.icon-a-wodebangdingweixin:before {
+  content: "\e650";
+}
+
+.icon-a-shouyeshujugaikuangzhanshishuju:before {
+  content: "\e64e";
+}
+
+.icon-shujubodadianhua1:before {
+  content: "\e64f";
+}
+
+.icon-a-shurukuangshanchu:before {
+  content: "\e64d";
+}
+
+.icon-a-wodemendianxinxidizhi:before {
+  content: "\e64b";
+}
+
+.icon-a-wodemendianxinxidianhua:before {
+  content: "\e64c";
+}
+
+.icon-a-biaoqianlanxiaoxixuanzhong:before {
+  content: "\e64a";
+}
+
+.icon-a-wodetuanduiguanli:before {
+  content: "\e640";
+}
+
+.icon-a-wodegerenxinxitiaozhuan:before {
+  content: "\e641";
+}
+
+.icon-a-wodedianhua:before {
+  content: "\e642";
+}
+
+.icon-a-biaoqianlanwodexuanzhong:before {
+  content: "\e643";
+}
+
+.icon-a-biaoqianlanshouye:before {
+  content: "\e644";
+}
+
+.icon-a-wodemendianxinxi:before {
+  content: "\e645";
+}
+
+.icon-a-wodeguanyuyingyong:before {
+  content: "\e646";
+}
+
+.icon-a-wodetiaozhuan:before {
+  content: "\e647";
+}
+
+.icon-a-wodeshezhi:before {
+  content: "\e648";
+}
+
+.icon-a-woderenwuzhongxin:before {
+  content: "\e649";
+}
+
+.icon-a-tibaoguanlitibao:before {
+  content: "\e63f";
+}
+
+.icon-hujiao:before {
+  content: "\e63e";
+}
+
+.icon-a-shangxueyuanxuexi:before {
+  content: "\e63d";
+}
+
+.icon-a-shangxueyuanfujian:before {
+  content: "\e63c";
+}
+
+.icon-a-tuiguangsucaishanchu:before {
+  content: "\e63a";
+}
+
+.icon-a-tuiguangsucaishangchuan1:before {
+  content: "\e63b";
+}
+
+.icon-pengyouquan:before {
+  content: "\e637";
+}
+
+.icon-weixinhaoyou:before {
+  content: "\e638";
+}
+
+.icon-weixinqunliao:before {
+  content: "\e639";
+}
+
+.icon-a-tuiguangsucailaxinliang:before {
+  content: "\e634";
+}
+
+.icon-a-tuiguangsucaifenxiangliang:before {
+  content: "\e635";
+}
+
+.icon-a-tuiguangsucaishangchuan:before {
+  content: "\e636";
+}
+
+.icon-a-biaoqianlanwode:before {
+  content: "\e62a";
+}
+
+.icon-word:before {
+  content: "\e62e";
+}
+
+.icon-shipin:before {
+  content: "\e630";
+}
+
+.icon-PPT:before {
+  content: "\e631";
+}
+
+.icon-tupian:before {
+  content: "\e632";
+}
+
+.icon-biaoge:before {
+  content: "\e633";
+}
+
+.icon-a-yingxiaowuliaoshoucangbiaoji:before {
+  content: "\e627";
+}
+
+.icon-a-yingxiaowuliaowenjianjia:before {
+  content: "\e62d";
+}
+
+.icon-paixushaixuanxuanzhong:before {
+  content: "\e62c";
+}
+
+.icon-a-yingxiaowuliaozhongmingming:before {
+  content: "\e62b";
+}
+
+.icon-a-sousuolansousuo:before {
+  content: "\e621";
+}
+
+.icon-a-shaixuanxiala:before {
+  content: "\e628";
+}
+
+.icon-a-yingxiaowuliaoxuanzhong:before {
+  content: "\e629";
+}
+
+.icon-a-tonggaoshujuliulanliang:before {
+  content: "\e624";
+}
+
+.icon-a-tonggaoshujuxiazailiang:before {
+  content: "\e626";
+}
+
+.icon-a-shipinbofang:before {
+  content: "\e620";
+}
+
+.icon-a-tonggaoxiangqingtonggaopingfenxingweixuan:before {
+  content: "\e622";
+}
+
+.icon-a-tonggaoxiangqingtonggaopingfenxingyixuan:before {
+  content: "\e623";
+}
+
+.icon-a-daohanglanfanhui:before {
+  content: "\e61f";
+}
+
+.icon-a-shouyezuixintonggaolantiaozhuan:before {
+  content: "\e61c";
+}
+
+.icon-a-tonggaofujian:before {
+  content: "\e61d";
+}
+
+.icon-a-tonggaoliulanliang:before {
+  content: "\e61e";
+}
+
+.icon-a-shouyezhanghuzhanshiquqianbi:before {
+  content: "\e61a";
+}
+
+.icon-a-shouyexiaoxigundongquxiaoxi:before {
+  content: "\e61b";
+}
+
+.icon-a-shouyejingangqushangxueyuan:before {
+  content: "\e60d";
+}
+
+.icon-a-shouyejingangquhehuoren:before {
+  content: "\e60e";
+}
+
+.icon-a-shouyejingangqutongxunlu:before {
+  content: "\e610";
+}
+
+.icon-a-shouyejingangqutonggao:before {
+  content: "\e613";
+}
+
+.icon-a-shouyejingangqutuiguangsucai:before {
+  content: "\e614";
+}
+
+.icon-a-shouyejingangquxiaoshouxiansuo:before {
+  content: "\e616";
+}
+
+.icon-a-shouyejingangqutibao:before {
+  content: "\e617";
+}
+
+.icon-a-shouyejingangquyingxiaowuliao:before {
+  content: "\e618";
+}
+
+.icon-a-shouyedaohanglanqiehuanxiala:before {
+  content: "\e60b";
+}
+
+.icon-a-biaoqianlanshouyexuanzhong:before {
+  content: "\e606";
+}
+
+.icon-a-biaoqianlangongzuo:before {
+  content: "\e607";
+}
+
+.icon-a-biaoqianlanzhiku:before {
+  content: "\e608";
+}
+
+.icon-a-biaoqianlanxiaoxi:before {
+  content: "\e609";
+}