Browse Source

Merge branch 'groupmealweb' of http://10.2.1.24:10244/zhaoy/BPA.SAAS.Web into groupmealweb

groupmealweb
zhaoy 10 months ago
parent
commit
bd717c894e
72 changed files with 88 additions and 80 deletions
  1. +8
    -0
      config/proxy.js
  2. +9
    -9
      config/routes.js
  3. +1
    -1
      dist/2826.0e07466f.async.js
  4. +2
    -0
      dist/8798.995cba40.async.js
  5. +0
    -2
      dist/8798.b35f0746.async.js
  6. +7
    -7
      dist/asset-manifest.json
  7. +1
    -1
      dist/company/account/index.html
  8. +1
    -1
      dist/company/index.html
  9. +1
    -1
      dist/database/basic/batching/index.html
  10. +1
    -1
      dist/database/goods/goodsInfo/index.html
  11. +1
    -1
      dist/database/goods/goodsattribute/index.html
  12. +1
    -1
      dist/database/goods/goodstypemanage/index.html
  13. +1
    -1
      dist/database/goods/newgoods/index.html
  14. +1
    -1
      dist/database/index.html
  15. +1
    -1
      dist/device/deviceInfo/index.html
  16. +1
    -1
      dist/device/deviceVesion/index.html
  17. +1
    -1
      dist/device/index.html
  18. +1
    -1
      dist/device/product/index.html
  19. +1
    -1
      dist/device/productmanage/index.html
  20. +1
    -1
      dist/groupMeal/applet/appidmanager/appid/index.html
  21. +1
    -1
      dist/groupMeal/applet/appidmanager/index.html
  22. +1
    -1
      dist/groupMeal/applet/appidmanager/payment/index.html
  23. +1
    -1
      dist/groupMeal/applet/basicconfiguration/index.html
  24. +1
    -1
      dist/groupMeal/applet/index.html
  25. +1
    -1
      dist/groupMeal/applet/paytemplate/index.html
  26. +1
    -1
      dist/groupMeal/member/index.html
  27. +1
    -1
      dist/groupMeal/member/memberInfo/index.html
  28. +1
    -1
      dist/groupMeal/member/membertag/index.html
  29. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/dayConsumption/index.html
  30. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/index.html
  31. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/monthSummary/index.html
  32. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/monthTimeSlot/index.html
  33. +1
    -1
      dist/groupMeal/oneCard/ReportStatistics/reservation/index.html
  34. +1
    -1
      dist/groupMeal/oneCard/gate/index.html
  35. +1
    -1
      dist/groupMeal/oneCard/index.html
  36. +1
    -1
      dist/groupMeal/oneCard/machine/index.html
  37. +1
    -1
      dist/groupMeal/oneCard/memberAccount/index.html
  38. +1
    -1
      dist/groupMeal/oneCard/storedValueCard/index.html
  39. +1
    -1
      dist/groupMeal/shop/index.html
  40. +1
    -1
      dist/index.html
  41. +1
    -1
      dist/order/index.html
  42. +1
    -1
      dist/order/orderflow/index.html
  43. +1
    -1
      dist/order/thirdAuthorize/index.html
  44. +1
    -1
      dist/order/thirdOrder/index.html
  45. +1
    -1
      dist/org/index.html
  46. +1
    -1
      dist/org/orgamange/index.html
  47. +1
    -1
      dist/org/roles/index.html
  48. +1
    -1
      dist/org/users/index.html
  49. +1
    -0
      dist/p__database__goods__goodsInfo.6449e4cb.async.js
  50. +0
    -1
      dist/p__database__goods__goodsInfo.8673dc58.async.js
  51. +1
    -1
      dist/p__device__deviceInfo.ec7cc1d2.async.js
  52. +0
    -1
      dist/p__device__product.bb6f9cfe.async.js
  53. +1
    -0
      dist/p__device__product.ca8be7d4.async.js
  54. +1
    -0
      dist/p__device__productmanage.d3625a1c.async.js
  55. +0
    -1
      dist/p__device__productmanage.e19199ac.async.js
  56. +1
    -1
      dist/sys/dictionary/dicttype/index.html
  57. +1
    -1
      dist/sys/index.html
  58. +1
    -1
      dist/sys/menus/index.html
  59. +2
    -2
      dist/umi.2b13ce2c.js
  60. +1
    -1
      dist/user/index.html
  61. +1
    -1
      dist/user/login/index.html
  62. +1
    -1
      dist/welcome/index.html
  63. BIN
     
  64. BIN
     
  65. +7
    -7
      src/app.jsx
  66. +0
    -0
      src/pages/groupMealOrder/orderflow/index.jsx
  67. +0
    -0
      src/pages/groupMealOrder/orderflow/orderflowDetail.jsx
  68. +0
    -0
      src/pages/groupMealOrder/orderflow/service.js
  69. +0
    -0
      src/pages/groupMealOrder/thirdAuthorize/index.jsx
  70. +0
    -0
      src/pages/groupMealOrder/thirdAuthorize/service.js
  71. +0
    -0
      src/pages/groupMealOrder/thirdOrder/index.jsx
  72. +0
    -0
      src/pages/groupMealOrder/thirdOrder/service.js

+ 8
- 0
config/proxy.js View File

@@ -16,6 +16,14 @@
'/saasbase/': '',
},
},
'/groupmeal/': {
target: 'http://10.2.1.26:21995/groupmeal/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {
'/groupmeal/': '',
},
},
'/ordermanage/': {
target: 'http://localhost:5248',
changeOrigin: true,


+ 9
- 9
config/routes.js View File

@@ -332,31 +332,31 @@ export default [
{
name: '订单管理',
icon: 'BankFilled',
path: '/order',
path: '/groupMealOrder',
routes: [
{
name: '订单流水',
icon: 'smile',
path: '/order/orderflow',
component: './order/orderflow',
path: '/groupMealOrder/orderflow',
component: './groupMealOrder/orderflow',
},
{
name: '第三方订单',
icon: 'smile',
path: '/order/thirdOrder',
component: './order/thirdOrder',
path: '/groupMealOrder/thirdOrder',
component: './groupMealOrder/thirdOrder',
},
{
name: '店铺授权',
icon: 'smile',
path: '/order/thirdOrder',
component: './order/thirdOrder',
path: '/groupMealOrder/thirdOrder',
component: './groupMealOrder/thirdOrder',
},
{
name: '授权管理',
icon: 'smile',
path: '/order/thirdAuthorize',
component: './order/thirdAuthorize',
path: '/groupMealOrder/thirdAuthorize',
component: './groupMealOrder/thirdAuthorize',
},
],
},


dist/2826.0e07466f.async.js
File diff suppressed because it is too large
View File


+ 2
- 0
dist/8798.995cba40.async.js
File diff suppressed because it is too large
View File


+ 0
- 2
dist/8798.b35f0746.async.js
File diff suppressed because it is too large
View File


+ 7
- 7
dist/asset-manifest.json View File

@@ -1,6 +1,6 @@
{
"/umi.css": "/umi.2d7db433.css",
"/umi.js": "/umi.bced57ec.js",
"/umi.js": "/umi.2b13ce2c.js",
"/t__plugin-layout__Layout.css": "/t__plugin-layout__Layout.e1129705.chunk.css",
"/t__plugin-layout__Layout.js": "/t__plugin-layout__Layout.cbd27cb5.async.js",
"/p__user__login.css": "/p__user__login.2f84d6a8.chunk.css",
@@ -22,12 +22,12 @@
"/p__database__goods__newgoods.css": "/p__database__goods__newgoods.f3ef09c5.chunk.css",
"/p__database__goods__newgoods.js": "/p__database__goods__newgoods.5acfdb51.async.js",
"/p__database__goods__goodsInfo.css": "/p__database__goods__goodsInfo.67f6136b.chunk.css",
"/p__database__goods__goodsInfo.js": "/p__database__goods__goodsInfo.8673dc58.async.js",
"/p__device__product.js": "/p__device__product.bb6f9cfe.async.js",
"/p__device__deviceInfo.js": "/p__device__deviceInfo.51f55520.async.js",
"/p__database__goods__goodsInfo.js": "/p__database__goods__goodsInfo.6449e4cb.async.js",
"/p__device__product.js": "/p__device__product.ca8be7d4.async.js",
"/p__device__deviceInfo.js": "/p__device__deviceInfo.ec7cc1d2.async.js",
"/p__device__deviceVesion.css": "/p__device__deviceVesion.63cc2960.chunk.css",
"/p__device__deviceVesion.js": "/p__device__deviceVesion.009937ac.async.js",
"/p__device__productmanage.js": "/p__device__productmanage.e19199ac.async.js",
"/p__device__productmanage.js": "/p__device__productmanage.d3625a1c.async.js",
"/p__groupMeal__shop.js": "/p__groupMeal__shop.4ce44015.async.js",
"/p__groupMeal__member__memberInfo.js": "/p__groupMeal__member__memberInfo.ee9a88b6.async.js",
"/p__groupMeal__member__membertag.css": "/p__groupMeal__member__membertag.f6838307.chunk.css",
@@ -72,9 +72,9 @@
"/3001.2d63684e.async.js": "/3001.2d63684e.async.js",
"/3537.6923ec17.async.js": "/3537.6923ec17.async.js",
"/8798.db0157ab.chunk.css": "/8798.db0157ab.chunk.css",
"/8798.b35f0746.async.js": "/8798.b35f0746.async.js",
"/8798.995cba40.async.js": "/8798.995cba40.async.js",
"/9396.3fe14a67.async.js": "/9396.3fe14a67.async.js",
"/2826.eb3e0255.async.js": "/2826.eb3e0255.async.js",
"/2826.0e07466f.async.js": "/2826.0e07466f.async.js",
"/3059.b3e40214.async.js": "/3059.b3e40214.async.js",
"/7973.006892df.async.js": "/7973.006892df.async.js",
"/2255.a25b6bb8.async.js": "/2255.a25b6bb8.async.js",


+ 1
- 1
dist/company/account/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/company/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/database/basic/batching/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodsInfo/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodsattribute/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/goodstypemanage/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/database/goods/newgoods/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/database/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/device/deviceInfo/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/device/deviceVesion/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/device/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/device/product/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/device/productmanage/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/applet/appidmanager/appid/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/applet/appidmanager/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/applet/appidmanager/payment/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/applet/basicconfiguration/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/applet/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/applet/paytemplate/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/member/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/member/memberInfo/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/member/membertag/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/dayConsumption/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/monthSummary/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/monthTimeSlot/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/ReportStatistics/reservation/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/gate/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/machine/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/memberAccount/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/oneCard/storedValueCard/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/groupMeal/shop/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/order/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/order/orderflow/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/order/thirdAuthorize/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/order/thirdOrder/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/org/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/org/orgamange/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/org/roles/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/org/users/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 0
dist/p__database__goods__goodsInfo.6449e4cb.async.js
File diff suppressed because it is too large
View File


+ 0
- 1
dist/p__database__goods__goodsInfo.8673dc58.async.js
File diff suppressed because it is too large
View File


dist/p__device__deviceInfo.ec7cc1d2.async.js
File diff suppressed because it is too large
View File


+ 0
- 1
dist/p__device__product.bb6f9cfe.async.js
File diff suppressed because it is too large
View File


+ 1
- 0
dist/p__device__product.ca8be7d4.async.js
File diff suppressed because it is too large
View File


+ 1
- 0
dist/p__device__productmanage.d3625a1c.async.js
File diff suppressed because it is too large
View File


+ 0
- 1
dist/p__device__productmanage.e19199ac.async.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/sys/dictionary/dicttype/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/sys/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/sys/menus/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

dist/umi.2b13ce2c.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/user/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/user/login/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

+ 1
- 1
dist/welcome/index.html View File

@@ -221,6 +221,6 @@
</div>
</div>

<script src="/umi.bced57ec.js"></script>
<script src="/umi.2b13ce2c.js"></script>
</body>
</html>

BIN
View File


BIN
View File


+ 7
- 7
src/app.jsx View File

@@ -375,25 +375,25 @@ export async function getInitialState() {
{
name: '订单管理',
icon: 'BankFilled',
path: '/order',
path: '/groupMealOrder',
routes: [
{
name: '订单流水',
icon: 'smile',
path: '/order/orderflow',
component: './order/orderflow',
path: '/groupMealOrder/orderflow',
component: './groupMealOrder/orderflow',
},
{
name: '第三方订单',
icon: 'smile',
path: '/order/thirdOrder',
component: './order/thirdOrder',
path: '/groupMealOrder/thirdOrder',
component: './groupMealOrder/thirdOrder',
},
{
name: '授权管理',
icon: 'smile',
path: '/order/thirdAuthorize',
component: './order/thirdAuthorize',
path: '/groupMealOrder/thirdAuthorize',
component: './groupMealOrder/thirdAuthorize',
},
],
},


src/pages/order/orderflow/index.jsx → src/pages/groupMealOrder/orderflow/index.jsx View File


src/pages/order/orderflow/orderflowDetail.jsx → src/pages/groupMealOrder/orderflow/orderflowDetail.jsx View File


src/pages/order/orderflow/service.js → src/pages/groupMealOrder/orderflow/service.js View File


src/pages/order/thirdAuthorize/index.jsx → src/pages/groupMealOrder/thirdAuthorize/index.jsx View File


src/pages/order/thirdAuthorize/service.js → src/pages/groupMealOrder/thirdAuthorize/service.js View File


src/pages/order/thirdOrder/index.jsx → src/pages/groupMealOrder/thirdOrder/index.jsx View File


src/pages/order/thirdOrder/service.js → src/pages/groupMealOrder/thirdOrder/service.js View File


Loading…
Cancel
Save