Joeshu 3 years ago
parent
commit
83e0d165ac

+ 14 - 0
.editorconfig

@@ -0,0 +1,14 @@
+# https://editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+insert_final_newline = false
+trim_trailing_whitespace = false

+ 22 - 0
.gitignore

@@ -0,0 +1,22 @@
+.DS_Store
+node_modules
+/dist
+
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+# Editor directories and files
+.idea
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?

+ 20 - 0
.vscode/settings.json

@@ -0,0 +1,20 @@
+{
+  "editor.formatOnSave": true,
+  "editor.defaultFormatter": "esbenp.prettier-vscode",
+  "cSpell.words": [
+    "avic",
+    "browserslist",
+    "flashdeliver",
+    "Lazyload",
+    "Localforage",
+    "openid",
+    "ordermeal",
+    "ordermealwx",
+    "prefetch",
+    "scroller",
+    "superdesk",
+    "tailwindcss",
+    "vant",
+    "vuex"
+  ]
+}

+ 0 - 0
docs/.nojekyll


+ 3 - 0
docs/README.md

@@ -0,0 +1,3 @@
+# Headline
+
+> An awesome project.

+ 15 - 0
docs/_sidebar.md

@@ -0,0 +1,15 @@
+- [开发 DEVELOPER](develop.md)
+- [统一订单 ORDER](uniorder/README.md)
+
+- 超级前台 SASS
+  - [介绍](superDesk/README.md)
+  - [超级前台【PC】](superDesk/超级前台【PC】.md)
+  - [超级前台【H5-WEIXIN】](superDesk/超级前台【H5-WEIXIN】.md)
+  - [超级前台【MP-WEIXIN】](superDesk/超级前台【MP-WEIXIN】.md)
+  - [楼闪送](superDesk/flashdeliver.md)
+  - [失物招领](superDesk/lostfound.md)
+  - [自定义表单](superDesk/diyform.md)
+- 定制项目 OEM
+  - [介绍](oem/README.md)
+  - [珠江啤酒](oem/珠江啤酒.md)
+  - [广电智慧楼宇](oem/广电智慧楼宇.md)

+ 14 - 0
docs/develop.md

@@ -0,0 +1,14 @@
+## Chrome Browser Develop
+
+1. 关闭安全策略 解决跨域
+2. 跨站点时,允许第三方携带 Cookie
+
+```
+# Chrome 92版本(在"目标(Target)"属性中末尾加上)
+--disable-features=SameSiteByDefaultCookies,CookiesWithoutSameSiteMustBeSecure --disable-web-security --user-data-dir="C:\ChromeDebug"
+# 92以下
+--disable-web-security --user-data-dir="C:\ChromeDebug"
+打开chrome  输入 chrome://flags/   搜索 SameSite by default cookies
+找到SameSite by default cookies和Cookies without SameSite must be secure
+将上面两项设置为 Disable
+```

+ 30 - 0
docs/index.html

@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <title>Document</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="description" content="Description" />
+    <meta
+      name="viewport"
+      content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
+    />
+    <link
+      rel="stylesheet"
+      href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
+    />
+  </head>
+  <body>
+    <div id="app"></div>
+    <script>
+      window.$docsify = {
+        name: "",
+        repo: "",
+        loadSidebar: true, // 侧边栏配置
+        auto2top: true, // 切换页面后是否自动跳转到页面顶部
+      };
+    </script>
+    <!-- Docsify v4 -->
+    <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
+  </body>
+</html>

+ 3 - 0
docs/oem/README.md

@@ -0,0 +1,3 @@
+UI 定制
+个性化
+交付

+ 18 - 0
docs/oem/广电智慧楼宇.md

@@ -0,0 +1,18 @@
+## 广电项目
+
+```
+# 域名
+gd.szmgzhly.com
+
+# 广电小程序(superdesk-service-routine/guangdian)
+小程序名称 广电智慧楼宇
+小程序链接「URL Scheme」 weixin://dl/business/?t=2xJyIKX3rqe
+
+# 广电后台管理系统(http://gd.szmgzhly.com/super_cloud/admin/#/) 部署路径
+/super_cloud/admin 正式环境
+/super_cloud/backend_guangdian 测试环境
+
+# 广电后台管理系统 账号
+gd_wh  Aa123456
+lzp123  Lzp123456
+```

+ 24 - 0
docs/oem/珠江啤酒.md

@@ -0,0 +1,24 @@
+## 珠江啤酒项目
+
+```
+# 域名
+dc.zhujiangbeer.com
+
+# 服务之窗微信端部署路径(测试环境)
+main_zhupi
+
+# 服务之窗后台管理系统(正式环境)
+地址 https://dc.zhujiangbeer.com/merge/admin/
+账号 zp_admin/Aa123456
+
+# 登录堡垒机发布
+https://a.zhujiangbeer.com/auth/login/
+xiachuang / Superdesk@123
+
+cd /data/wwwroot/default/merge/admin
+cd /data/wwwroot/default/merge/wx/main
+cd /data/wwwroot/default/merge/wx/flashdeliver
+cd /data/wwwroot/default/merge/pcm/selfpay
+unzip dist.zip
+exit
+```

+ 87 - 0
docs/superDesk/README.md

@@ -0,0 +1,87 @@
+# README
+
+[关于微信安卓端网页字体适配的通知](https://developers.weixin.qq.com/community/develop/doc/000a26b86948f8743cb9a6da951409)
+setLocalForage getLocalForage 同步到项目,生成版本号(时间戳 按 5 分钟)newHomeUrl 加上 main-frame(√)
+link = link.replace(/diyform/, 'diyform_trial')
+setAppOptions refreshAppOptions xxxxxx 修改
+小程序 URL scheme 只有手机端上可体验 pc 上不行
+
+pcm 下自定义表单, 失物招领动态接口前缀改造完毕
+
+
+
+## changelog
+
+### 服务之窗微信端/正式
+
+- 修复 服务入口小程序标签偏移错位
+- 修复 暂时去掉个人中心的账单查看
+
+## 常用操作
+
+### 服务入口
+
+添加一个服务, 设置中心 -> 服务信息管理 -> 添加操作
+上线一个服务, 组织架构 -> 项目服务配置 -> 修改服务状态为上线
+修改一个服务, 组织架构 -> 项目服务配置 -> 查询服务所属项目,任意保存一个服务,立刻生效
+
+### 后台添加页面
+
+1. 添加左侧菜单(目录,菜单,按钮), 系统管理 -> 菜单信息配置 -> 新增
+2. 角色配置, 系统管理 -> 系统角色配置 -> 修改超级管理员
+3. 重新登录即可查看页面
+
+## 域名
+
+[测试](http://wx.palmnest.com)
+[正式](http://superdesk.avic-s.com)
+
+## 阿里邮箱地址
+
+https://mail.mxhichina.com/alimail/auth/login
+地址 [阿里邮箱](https://qiye.aliyun.com/alimail/)
+账号shuciping@superdesk.cn 密码:Super123
+
+## SVN 账号
+
+```
+shucp   Aa123456
+```
+
+## 友盟统计地址
+
+[U-Mini 小程序/小游戏统计](https://www.umeng.com/miniprogram)
+
+深圳前海超级前台/szqhcjqt2021)
+
+## git 账号
+
+```
+shuliping@avic-s.com   Aa123456
+```
+
+
+
+
+## SFTP
+
+```
+# 服务之窗(老版) - 测试
+
+120.79.80.138 root/Kq7@iy$cC&U!%3Sk
+%rI\*1L&jPlljzkXk
+
+# 服务之窗 - 正式
+
+120.79.231.54 root/17QG@AUKMEuQlNq0
+
+# 服务之窗 - 测试
+
+112.74.48.214 root/E&6@pFUIngHwozsL
+
+# 广电 - 正式
+
+47.106.200.55 root/KoZE8mTk1u37PiOv
+
+```
+ 

+ 45 - 0
docs/superDesk/diyform.md

@@ -0,0 +1,45 @@
+## git 仓库
+
+- superdesk-app-diyform
+
+## 自定义表单(superdesk-app-diyform)
+
+```
+# 部署路径(PC 和 H5 公用)
+/super_cloud/pcm/diyform
+```
+
+### 服务入口集合
+
+```
+# 自定表单测试
+/super_cloud/pcm/diyform/#/h5/apply/{{projectKey}}
+/super_cloud/pcm/diyform/#/h5/apply/f68c8c11c9864b1289306f2c20fa1cd5
+
+# 大厦接待
+/super_cloud/pcm/diyform/#/h5/apply/buildingReception
+
+# 门禁申请
+/super_cloud/pcm/diyform/#/h5/apply/entranceApply
+
+# 名片制作
+/super_cloud/pcm/diyform/#/h5/apply/cardMake
+
+# 工铭牌制作(三合一)
+/super_cloud/pcm/diyform/#/h5/apply/workCardsMake
+
+# 工牌制作
+/super_cloud/pcm/diyform/#/h5/apply/workCardMake
+
+# 铭牌制作
+/super_cloud/pcm/diyform/#/h5/apply/nameplateMake
+
+# 工号牌制作
+/super_cloud/pcm/diyform/#/h5/apply/workNumberCardMake
+
+# 报销单申请
+/super_cloud/pcm/diyform/#/h5/apply/expenseApply
+
+# 车位申请
+/super_cloud/pcm/diyform/#/h5/apply/carPlaceApply
+```

+ 174 - 0
docs/superDesk/flashdeliver.md

@@ -0,0 +1,174 @@
+## git 仓库
+
+- vue-wechat-addons-flashdeliver
+- 珠江啤酒小卖部【分支: zhupi】
+
+ 
+```
+# 餐厅预订分页 TODO
+
+# 水吧备注
+加上create_order事件上报
+
+楼闪送(水吧改动上线)影响范围:
+- 付款方式(旧支付方式): 去掉货到付款
+- 业务类型(旧服务方式)去掉统一配送
+- 预约服务模块是跟楼闪送公用一个下单页的
+- 取货号字段更换
+- 【重要】全部模块的下单页添加【支付方式,付款方式】,
+- 【重要】订单列表页[去支付]按钮跳转统一,
+- 【重要】所有商户必须有支付方式,否则无法下单
+```
+TODO: /* webpackChunkName: "manifest" */ 
+
+```
+# 部署路径
+/super_cloud/wx/flashdeliver
+
+## 其他
+
+let resultPageUrl = `${location.origin}${location.pathname}#/payResult?modelCode=${that.modelCode}`; // 支付结果回调页面
+
+
+### 叫水码
+![生成叫水码](./static/2021-05-27_14-52-16)
+[快速链接](http://wx.palmnest.com/super_cloud/api/wechat/q/r?p=3&p1=615&p2=185&p3=%23%2Fjiaoshuima%3FvirtId%3D2500&_s=0)
+[最终地址](http://wx.palmnest.com/super_cloud/wx/flashdeliver/?from=2&searchOrgs=615-616-2826&openId=o9oSq06JGLNbtqgdzVxIkzBxXBpk&developId=gh_bb8ab88fc77a&state=56&orgId=615&userId=55751&userToken=cf96aec5c51729879e975cfc720b7b65&v=1622098543377#/jiaoshuima?virtId=2500)
+http://wx.palmnest.com/super_cloud/wx/flashdeliver/?from=2&searchOrgs=615-616-2826&openId=o9oSq06JGLNbtqgdzVxIkzBxXBpk&developId=gh_bb8ab88fc77a&state=56&orgId=615&userId=55990&userToken=07fa71353bc8e2898031a24b550cc47d&v=1636703840662#/jiaoshuima?virtId=615_6537
+```
+
+# 访问逻辑
+
+服务之窗(快速入口)首页 -> 找到楼闪送服务入口 -> 跳转叫水码页面
+
+# 链接生成规则
+
+修改页面路径 hash 指向叫水码页面 #/jiaoshuima?virtId=企业 Id
+/wx.palmnest.com/super_cloud/wx/flashdeliver/#/jiaoshuima?virtId=企业 Id
+/wx.palmnest.com/super_cloud/wx/flashdeliver/#/jiaoshuima?virtId=2500
+
+```
+### 【模块】星巴克代点
+```
+
+# 默认) 在 url 上追加参数 ?module=starbucks&saleId=商户 Id
+
+/super_cloud/wx/flashdeliver/?module=starbucks&saleId=173
+
+```
+参照星巴克演示链接:
+https://h5.sumzc.com/starbucks/index.php?uidkey=cbN3oicx&openid=text
+
+### 【模块】预约洗车
+```
+
+# 多商户(默认) 在 url 上追加参数 ?module=appointmentWashcar
+
+//wx.palmnest.com/super_cloud/wx/flashdeliver/?module=appointmentWashcar
+
+# 单商户 在 url 上追加参数 ?module=canteenReserve#/productList?saleId=商户 Id
+
+//wx.palmnest.com/super_cloud/wx/flashdeliver/?module=appointmentWashcar#/productList?saleId=179
+
+```
+
+### 【模块】餐厅预订
+
+```
+
+# 多商户(默认) 在 url 上追加参数 ?module=canteenReserve
+
+//wx.palmnest.com/super_cloud/wx/flashdeliver/?module=canteenReserve
+
+# 单商户 在 url 上追加参数 ?module=canteenReserve#/productList?saleId=商户 Id
+
+//wx.palmnest.com/super_cloud/wx/flashdeliver/?module=canteenReserve#/productList?saleId=179
+
+```
+
+### 【模块】菜品展示
+```
+
+# 多商户(默认) 在 url 上追加参数 ?module=dishesShow
+
+//wx.palmnest.com/super_cloud/wx/flashdeliver/?module=dishesShow
+
+# 单商户 在 url 上追加参数 ?module=dishesShow#/productList?saleId=商户 Id
+
+//wx.palmnest.com/super_cloud/wx/flashdeliver/?module=dishesShow#/productList?saleId=179
+
+```
+
+### 【模块】预订商品
+```
+
+# 多商户(默认) 在 url 上追加参数 ?module=reserveGoods
+
+//wx.palmnest.com/super_cloud/wx/flashdeliver/?module=reserveGoods
+
+# 单商户 在 url 上追加参数 ?module=reserveGoods#/productList?saleId=商户 Id
+
+//wx.palmnest.com/super_cloud/wx/flashdeliver/?module=reserveGoods#/productList?saleId=179
+
+陕西-楼闪送(预订商品)aliasName 美容美发
+
+- 产品列表页和产品详情页面定制
+
+```
+
+
+## 楼闪送-商户中心(merchant-centre)
+```
+
+# app webview 部署路径
+
+/super_cloud/wx/merchantcentre
+
+```
+
+【陕西移动项目美容美发】
+
+```
+v.job = v.diyColumnJson ? v.diyColumnJson["职位"] : "";
+        v.jieShao = v.diyColumnJson ? v.diyColumnJson["介绍"] : "";
+        v.userRules = v.diyColumnJson ? v.diyColumnJson["使用规则"] : "";
+        
+/super_cloud/pcm/project_config/54/746/index.json
+//superdesk.avic-s.com/super_cloud/wx/flashdeliver/?module=reserveGoods#/productList?saleId=478&openId=ofoGywzC_CxBdQg1NGCrQNSq5xPU&developId=gh_09ca878d970f&state=54&orgId=746&userId=175058
+```
+
+
+```
+打包
+200s
+1111111100s
+76s
+51s
+52s 改点
+57s 改点
+```
+```
+删除 build config
+public 文件夹下index.html
+package.json 下依赖
+vue-router 路由使用import方式
+component: resolve => require(["@/pages/reserve-goods/merchantList.vue"], resolve)
+component: () => import('@/views/mine/profile.vue')
+
+feat 使用.env环境变量
+new Vue({
+  el: '#app',
+  router,
+  store,
+  components: { App },
+  template: '<App/>'
+})
+
+new Vue({
+  el: '#app',
+  router,
+  store,
+  components: { App },
+  template: '<App/>'
+})
+```

+ 14 - 0
docs/superDesk/lostfound.md

@@ -0,0 +1,14 @@
+## git 仓库
+
+- 失物招领微信前端(vue_college_wx)
+- 失物招领,PC 管理前端(vue_college-pc)
+
+```
+# wx 部署路径
+/super_cloud/wx/lostfound
+
+# admin 部署路径
+
+/super_cloud/pcm/lostfound
+
+```

+ 41 - 0
docs/superDesk/超级前台【H5-WEIXIN】.md

@@ -0,0 +1,41 @@
+## git 仓库
+
+- main-frame
+- 超级前台【分支: master】
+- 珠江啤酒【分支: zhupi】
+- 友银物业【分支: youyin】
+
+
+## TODO
+```
+云卡 扫一扫功能 调用分享error 服务之窗微信端 merge_cloud 我的钱包 toWallet () { let timestamp = new Date().getTime() let linkUrl = `${this.currentEnv.VUE_APP_NEWURL}pcm/wallet/#/wallet?v=${timestamp}&openId=${this.openId}&orgId=${this.orgId}&publicId=${this.pid}&userId=${this.userId}${this.userId}&userToken=${this.userToken}` console.log('钱包跳转linkUrl', linkUrl) window.location.href = linkUrl }` ``
+
+```
+
+
+## 服务之窗(main-frame)
+
+[微信网页内核调试页面](http://debugx5.qq.com/)
+[华融服务之窗测试/ 授权后链接](https://wx.paltmnest.com/super_cloud/wx/huarong/?openid=okUXzwoIlf8M3clD1VwMUi90d1nc&state=56&fn=1&_v=2021062110)
+[珠江服务之窗测试/ 授权后链接](http://wx.palmnest.com/merge/wx/main/?openid=o9oSq06JGLNbtqgdzVxIkzBxXBpk&state=8&fn=1&_v=2021092216)
+[友银服务之窗测试/ 授权后链接](http://wx.palmnest.com/super_cloud/wx/main_youyin/?openid=o9oSq06JGLNbtqgdzVxIkzBxXBpk&state=56&fn=1&_v=2021062311)
+[华融服务之窗正式/ 授权后链接](https://superdesk.avic-s.com/super_cloud/wx/huarong/?openid=okUXzwoIlf8M3clD1VwMUi90d1nc&state=86&fn=1&_v=2021062110#/home)
+[服务之窗测试/ 菜单链接](https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23c14df881a4edea&redirect_uri=https%3A%2F%2Fwx.palmnest.com%2Fsuper_cloud%2Fapi%2Fwechat%2Ffront%2Fauth2%3FredirectUrl%3Dhttps%3A%2F%2Fwx.palmnest.com%2Fsuper_cloud%2Fwx%2Fmain&response_type=code&scope=snsapi_base&state=56#wechat_redirect)
+[服务之窗测试/ 授权后链接](http://wx.palmnest.com/super_cloud/wx/main/?openid=o9oSq06JGLNbtqgdzVxIkzBxXBpk&state=56&fn=1&_v=2021062311)
+[服务之窗正式/ 菜单链接](https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8f5a07e8746f85e3&redirect_uri=https%3a%2f%2fsuperdesk.avic-s.com%2fsuper_cloud%2fapi%2fwechat%2ffront%2fauth2%3fredirectUrl%3dhttps%3a%2f%2fsuperdesk.avic-s.com%2fsuper_cloud%2fwx%2fmain&response_type=code&scope=snsapi_base&state=10#wechat_redirect)
+[服务之窗正式/ 授权后链接](http://superdesk.avic-s.com/super_cloud/wx/main/?openid=o31ne0eKr3iQK3VAuyf69YPxmZC4&state=10&fn=1&_v=2021062816)
+[联合广场正式/ 授权后链接](http://superdesk.avic-s.com/super_cloud/wx/main/?openid=oyzGBs_owlCUd6W1Shc-9Tgr336s&state=80&fn=1&_v=2021052621#/)
+[珠江服务之窗正式/ 菜单链接](https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23c14df881a4edea&redirect_uri=https%3A%2F%2Fdc.zhujiangbeer.com%2Fmerge%2Fapi%2Fwechat%2Ffront%2Fauth2%3FredirectUrl%3Dhttps%3A%2F%2Fdc.zhujiangbeer.com%2Fmerge%2Fwx%2Fmain%2F&response_type=code&scope=snsapi_base&state=10#wechat_redirect)
+[珠江服务之窗正式/ 授权后链接](https://dc.zhujiangbeer.com/merge/wx/main/?openid=o9oSq0yq1FfCpScFkle3OUs5YIQQ&state=8&fn=1&_v=2021111705#/home)
+[友银服务之窗正式(深圳分行大厦)/ 授权后链接](http://superdesk.avic-s.com/super_cloud/wx/main_youyin/?openid=oiUZW64_7y-anBJl8670_n-d2DTM&state=92&fn=1&_v=2021111109)
+[S 潮宝正式/ 菜单链接](https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx57651eea17a3d1ab&redirect_uri=https%3a%2f%2fsuperdesk.avic-s.com%2fsuper_cloud%2fapi%2fwechat%2ffront%2fauth2%3fredirectUrl%3dhttps%3a%2f%2fsuperdesk.avic-s.com%2fsuper_cloud%2fwx%2fschaobao&response_type=code&scope=snsapi_base&state=74)
+[广电正式/ 授权后链接](https://gd.szmgzhly.com/super_cloud/wx/main/?openid=o4c2c0y2Xj3u33d_JsgcIh3jLp7c&state=63#/)
+[](http://superdesk.avic-s.com/super_cloud/wx/flashdeliver/#/productList?from=2&bigCategorySaleId=' + item.id)
+state 必填 被用来做 pid
+channel 渠道
+openid 必填
+验证码 2983
+readme 流程图!!!
+
+[静默授权后,跳转至 redirect_uri/?openid=OPENID&state=STATE&channel=CHANNEL](http://wx.palmnest.com/super_cloud/wx/main/?openid=o9oSq06JGLNbtqgdzVxIkzBxXBpk&state=56&fn=1&_v=2021042009#/)
+

+ 56 - 0
docs/superDesk/超级前台【MP-WEIXIN】.md

@@ -0,0 +1,56 @@
+## git 仓库
+
+- superdesk-service-routine
+- 超级前台【分支: master】
+- 广电智慧楼宇【分支: guangdian】
+
+ ## 快速访问(即小程序版本的快捷入口)
+
+- 参数说明
+
+```
+# 部署路径
+/super_cloud/pcm/shortcut
+
+# 访问楼闪送服务(某个)
+orgId=615&serviceId=185
+
+# 访问楼闪送叫水码
+orgId=615&serviceId=185&servicePath=/productList?virtId=4818
+
+# 访问楼闪送商户产品页面
+orgId=615&serviceId=185&servicePath=/productList?bigCategorySaleId=43(由配置服务实现,不需要前端在调整)
+
+# 测试链接(需要生成普通二维码微信扫码访问)
+https://wx.palmnest.com/super_cloud/pcm/shortcut/
+https://wx.palmnest.com/super_cloud/pcm/shortcut/?orgId=615
+https://wx.palmnest.com/super_cloud/pcm/shortcut/?orgId=615&serviceId=185
+https://wx.palmnest.com/super_cloud/pcm/shortcut/?orgId=615&serviceId=185&servicePath=/productList?bigCategorySaleId=43
+https://wx.palmnest.com/super_cloud/pcm/shortcut/?orgId=615&serviceId=185&servicePath=/productList?virtId=4818
+# 正式
+https://superdesk.avic-s.com/super_cloud/pcm/shortcut/?orgId=615&serviceId=211
+https://superdesk.avic-s.com/super_cloud/pcm/shortcut/?orgId=615&serviceId=211&servicePath=/jiaoshuima?virtId=615_636
+# 模拟进入场景
+{
+  "name": "快速访问",
+  "pathName": "pages/home/index",
+  "query": "q=https%3A%2F%2Fsuperdesk.avic-s.com%2Fsuper_cloud%2Fpcm%2Fshortcut%2F%3ForgId%3D615%26serviceId%3D211%26servicePath%3D%2Fjiaoshuima%3FvirtId%3D615_636&scancode_time=1637551618",
+  "scene": 1011
+}
+```
+
+[最近开发小程序,开发版/体验版/线上版会混淆是什么问题?](https://developers.weixin.qq.com/community/develop/doc/000e6c812c8da8cc4889f665856800)
+
+```
+同一个小程序的开发版、体验版、线上版的缓存是共用的,你需要同时删除这三个版本的小程序,缓存才会被删除。
+```
+
+### 进入首页没有服务的问题
+
+```
+如果安装了广电小程序多个版本(开发版、体验版、线上版),缓存是共用的,线上和测试环境的orgId 不一样,
+解决办法
+第一种.删掉所有版本,重新进
+第二种.进入个人中心 ->重新选择项目
+```
+

+ 29 - 0
docs/superDesk/超级前台【PC】.md

@@ -0,0 +1,29 @@
+## 系统管理员账号
+
+ciping Aa123456
+
+## 项目管理员账号
+
+Joeshu_pro 123456mmM
+
+## 项目管理员账号
+
+laiqian Aa123456
+
+```
+userType 当前登录用户的角色 1-超级管理员 2-系统管理员 3-项目管理员 4-项目普通管理员 6-运营中心管理员 7-运营中心普通管理员
+```
+
+## 服务之窗后台管理系统 (superdesk-app-ui-admin)
+
+```
+# 服务之窗 PC 部署路径(有2个)
+/super_cloud/admin 对应 http://superdesk.avic-s.com
+/super_cloud/web 对应 https://bcos.superdesk.cn/
+账号
+
+admin
+Avic2018
+lzp
+lzp123456
+```

+ 140 - 0
docs/uniorder/README.md

@@ -0,0 +1,140 @@
+ 
+## TODO
+ - 统一使用npm(旧) 管理依赖,避免依锁定版本不一致
+ - 升级vueCli方式编译打包,旧打包太慢
+
+
+
+## 支撑“供应商结算2.0”需求开发
+详细需求地址:https://docs.qq.com/doc/DYU5SaFR4QVZTZHNO
+
+### 原型
+
+[个人账号](https://app.mockplus.cn/app)
+上传产品给的原型
+[统一订单 PC](http://test.uniorder.avic-s.com/#/login)
+[swagger 接口文档](http://192.168.6.223:8089/web/doc.html#/)
+
+```
+### 侨城汇
+[统一订单PC](https://ordertest.octlife.cn/#/login)
+```
+
+/data/wwwroot/ordertest.octlife.cn
+ssh root@120.77.47.114 octlife@20210326
+
+```
+## sftp
+```
+地址 120.77.47.114
+root  octlife@20210326
+```
+### 账号
+
+开发环境 huaqiaocheng 123456
+测试环境 Joeshu 123456mm
+正式环境 dsdp 123456
+
+### 环境
+
+```
+
+http
+--- 超级前台 统一订单 开发环境
+http://192.168.6.223:8089/web
+--- 超级前台 统一订单 测试环境
+http://test.api.uniorder.avic-s.com/web
+--- 超级前台 统一订单 生产环境
+https://order.api.avic-s.com/web
+
+```
+
+
+
+统一订单测试环境)
+
+## 前台优选 商城小程序
+
+```
+
+13342839294 654321
+测试环境-商城小程序
+账号:13106547604
+密码:Avic123456
+在前台优选小程序登录
+
+```
+
+```
+### 统一订单商户端
+···
+调试路径
+_x/index
+mail/statement
+···
+### TV大屏
+
+```
+[umy-ui库中的table表格组件,它不造轮子。它改造了element-ui等等库的表格组件。](http://www.umyui.com/umycomponent/intro/)
+# 大屏数据展示页面路径
+
+http://localhost:8282/#/home/analysis
+https://www.makeapie.com/explore.html#sort=rank~timeframe=all~query=%E5%9C%B0%E5%9B%BE~author=all
+https://codepen.io/plainheart/pen/qBbdNYx
+https://echarts.apache.org/v4/zh/option.html#series-map
+.全屏请求只能通过用户操作触发,否则会出现 Failed to execute ‘requestFullscreen’ on ‘Element’: API can only be initiated by a user gesture.这样的警告,解决办法是将此方法绑定到某个用户操作事件上,例如点击事件 click
+
+```
+
+### 供应商结算模块 状态流转备注
+#### 申请状态
+①申请状态流转:未申请→待开票→待收票→待付款→已完成/已作废
+②注:申请状态在数据库均挂在每个开票申请数据上,暂时业务上不存在一个供应商对账单存在部分申请状态不一致情况,前端在同一个对账单时申请状态作合并显示处理;
+③状态定义说明:
+·未申请:此申请状态仅在“对账单”模块中展示,指该对账单未发起【开票申请】操作,操作后状态变更为“待开票”;
+·待开票:指该对账单的所有开票申请当前处于“待开票”状态,等待侨城汇福利商城-商户端-供应商【确认开票】操作,操作后状态变更为“待收票”;
+·待收票:指该对账单的所有开票申请当前处于“待收票”状态,等待供应商结算-发票管理登记【收票登记】操作,操作后状态变更为“待付款”;
+·待付款:指该对账单的所有开票申请当前处于“待付款”状态,等待供应商结算-货款管理【发起付款→确认付款】操作,操作后状态变更为“已完成”;
+·已完成:指该对账单的所有开票申请当前处于“已完成”状态,整个申请状态流程已全部走完,其付款状态为“已付款”;
+·已作废:指该对账单的所有开票申请当前处于“已作废”状态,目前业务支持在发票登记管理中只要该对账单的所有开票申请当前处于“待开票/待收票/待付款”状态下,可【撤销开票】操作,即该对账单的所有开票申请作废;
+开票状态 取决于侨城汇福利商城-商户端-供应商【确认开票】操作
+收票状态 取决于供应商结算-发票登记管理【收票登记】操作
+付款状态 取决于供应商结算-货款管理【发起付款】【确认付款】操作
+
+``` 重要状态记录
+// 对账(结算)单状态 【未引用,仅作说明】
+const accounting_status = [
+  { label: "待提交", value: 3 },
+  { label: "未确认", value: 0 },
+  { label: "已确认", value: 1 },
+  { label: "已拒绝", value: 2 },
+  { label: "已取消", value: -1 }
+];
+// 申请开票进度(申请状态)
+const applyInvoiceStatusOptions = [
+  { label: "未申请", value: 0 },
+  { value: 1, label: "待开票" },
+  // {   label: "待寄票",value: 20, }, 不显示
+  { label: "待收票", value: 30 },
+  { label: "待付款", value: 40 },
+  { label: "已完成", value: 99 },
+  { label: "已作废", value: 2 }
+];
+// 发票登记状态(开票状态)
+const makeInvoiceStatusOptions = [
+  { label: "未开票", value: 0 },
+  { label: "已开票", value: 1 }
+];
+// 收票状态
+const receiveInvoiceStatusOptions = [
+  { label: "未收票", value: 0 },
+  { label: "已收票", value: 1 }
+];
+// 付款状态
+const payoffAccountStatusOptions = [
+  { label: "待付款", value: 0 },
+  { label: "付款中", value: 1 },
+  { label: "已付款", value: 2 }
+];
+```
+ 

+ 17 - 0
package.json

@@ -0,0 +1,17 @@
+{
+  "name": "work-doc",
+  "version": "1.0.0",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1",
+    "docs": "docsify serve docs"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://gogs.superdesk.cn/shuliping/work-doc.git"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC"
+}