tplus-portaltouch 3.25.5 → 3.25.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/api/ModifyPassApi.js.map +1 -1
  2. package/dist/components/dutyandsettle/dutysettlebill.js.map +1 -1
  3. package/dist/components/dutyandsettle/dutysettlehistory.js +7 -7
  4. package/dist/components/dutyandsettle/dutysettlehistory.js.map +1 -1
  5. package/dist/components/dutyandsettle/index.js.map +1 -1
  6. package/dist/components/dutyandsettle/tipContent.js.map +1 -1
  7. package/dist/components/header/customUse.js.map +1 -1
  8. package/dist/components/header/headContent.js.map +1 -1
  9. package/dist/components/header/index.js +13 -13
  10. package/dist/components/header/index.js.map +1 -1
  11. package/dist/components/header/offlinePointDesc.js.map +1 -1
  12. package/dist/components/header/style.less +456 -456
  13. package/dist/components/header/themeModal.js.map +1 -1
  14. package/dist/components/header/uploadList.js +6 -6
  15. package/dist/components/header/uploadList.js.map +1 -1
  16. package/dist/components/header/vertical-touch.js.map +1 -1
  17. package/dist/components/header/vertical-touch.less +228 -228
  18. package/dist/containers/Main/index.js.map +1 -1
  19. package/dist/dutyService/index.js.map +1 -1
  20. package/dist/index.js.map +1 -1
  21. package/dist/middleWare/index.js.map +1 -1
  22. package/dist/modalRouter/StaticRouter.js.map +1 -1
  23. package/dist/modalRouter/index.js +8 -8
  24. package/dist/modalRouter/index.js.map +1 -1
  25. package/dist/pages/Modal/index.js.map +1 -1
  26. package/dist/pages/Modal/style.less +5 -5
  27. package/dist/pages/Portalbc/data.js +51 -7
  28. package/dist/pages/Portalbc/data.js.map +1 -1
  29. package/dist/pages/Portalbc/horizontalPadPortal.js.map +1 -1
  30. package/dist/pages/Portalbc/horizontalSunMiPortal.js.map +1 -1
  31. package/dist/pages/Portalbc/index.js +182 -102
  32. package/dist/pages/Portalbc/index.js.map +1 -1
  33. package/dist/pages/Portalbc/index.less +812 -777
  34. package/dist/pages/Portalbc/onframe.js.map +1 -1
  35. package/dist/pages/Portalbc/verticalPortal.js.map +1 -1
  36. package/dist/pages/dutyandsettle/AuthProcess.js.map +1 -1
  37. package/dist/pages/dutyandsettle/index.js.map +1 -1
  38. package/dist/pages/dutyandsettle/index.less +529 -529
  39. package/dist/pages/dutyandsettle/offDuty.js +7 -7
  40. package/dist/pages/dutyandsettle/offDuty.js.map +1 -1
  41. package/dist/pages/dutyandsettle/onDialy.js.map +1 -1
  42. package/dist/pages/dutyandsettle/onDuty.js.map +1 -1
  43. package/dist/pages/dutyandsettle/onUnDaily.js.map +1 -1
  44. package/dist/pages/dutyandsettle/settleDialy.js.map +1 -1
  45. package/dist/pages/index.js.map +1 -1
  46. package/dist/pages/modifyPass/index.js.map +1 -1
  47. package/dist/pages/modifyPass/style.less +71 -71
  48. package/dist/pages/notFound/index.js.map +1 -1
  49. package/dist/pages/notFound/style.less +17 -17
  50. package/dist/stores/ModalRouter.js.map +1 -1
  51. package/dist/stores/ModifyPassStore.js.map +1 -1
  52. package/dist/stores/PortalStore.js +5 -5
  53. package/dist/stores/PortalStore.js.map +1 -1
  54. package/dist/stores/PosLoginStore.js.map +1 -1
  55. package/dist/stores/billHistoryStore.js.map +1 -1
  56. package/dist/stores/dutySettleStore.js.map +1 -1
  57. package/dist/stores/index.js.map +1 -1
  58. package/dist/utils/PrintProcess.js +10 -10
  59. package/dist/utils/PrintProcess.js.map +1 -1
  60. package/dist/utils/index.js.map +1 -1
  61. package/dist/utils/networkCheck.js.map +1 -1
  62. package/package.json +37 -37
  63. package/tsconfig.json +14 -14
@@ -49,12 +49,12 @@ var _inherits2 = require('babel-runtime/helpers/inherits');
49
49
 
50
50
  var _inherits3 = _interopRequireDefault(_inherits2);
51
51
 
52
- var _class, _class2, _temp; /*
53
- * @Description:
54
- * @Date: 2019-08-13 08:42:18
55
- * @LastEditTime: 2021-11-22 18:41:40
56
- * @LastEditors: chenlongad
57
- * @modify:修改跳转到T+的查询方案方式
52
+ var _class, _class2, _temp; /*
53
+ * @Description:
54
+ * @Date: 2019-08-13 08:42:18
55
+ * @LastEditTime: 2021-12-01 19:38:56
56
+ * @LastEditors: chenlongad
57
+ * @modify:修改跳转到T+的查询方案方式
58
58
  */
59
59
 
60
60
 
@@ -929,6 +929,15 @@ var _default = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (_C
929
929
 
930
930
  _this.createLeftNode = function () {
931
931
  var menu = _this.leftMenu;
932
+ var width = menu.length == 0 ? _this.isMobileEnvironment & !_this.isNewRetailBCPosTC ? 5 : 4 : 7;
933
+ if (menu.length == 0) {
934
+ return _react2.default.createElement(
935
+ _antd.Col,
936
+ { xl: width, md: width, className: 'portal-left-col', key: 'left' },
937
+ _react2.default.createElement('div', { className: 'portal-left-content' })
938
+ );
939
+ // return null;
940
+ }
932
941
  var menuNode = menu.map(function (v) {
933
942
  return v.container ? _react2.default.createElement(
934
943
  'div',
@@ -979,7 +988,15 @@ var _default = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (_C
979
988
  v.icon && _react2.default.createElement(_tplusComponentsTouch.Ticon, { icon: v.icon })
980
989
  );
981
990
  });
982
- return menuNode;
991
+ return _react2.default.createElement(
992
+ _antd.Col,
993
+ { xl: 7, md: 7, className: 'portal-left-col', key: 'left' },
994
+ _react2.default.createElement(
995
+ 'div',
996
+ { className: 'portal-left-content' },
997
+ menuNode
998
+ )
999
+ );
983
1000
  };
984
1001
 
985
1002
  _this.createCenterNode = function () {
@@ -1068,6 +1085,7 @@ var _default = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (_C
1068
1085
  };
1069
1086
 
1070
1087
  _this.createRightNode = function () {
1088
+ var width = _this.leftMenu.length == 0 ? _this.isMobileEnvironment & !_this.isNewRetailBCPosTC ? 9 : 10 : 7;
1071
1089
  var node = _this.rightMenu.map(function (v) {
1072
1090
  return v.container ? _react2.default.createElement(
1073
1091
  'div',
@@ -1109,16 +1127,20 @@ var _default = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (_C
1109
1127
  !!v.icon && _react2.default.createElement(_tplusComponentsTouch.Ticon, { icon: v.icon })
1110
1128
  );
1111
1129
  });
1112
- return node;
1130
+ return _react2.default.createElement(
1131
+ _antd.Col,
1132
+ { xl: width, md: width, className: 'portal-right-col', key: 'right' },
1133
+ _react2.default.createElement(
1134
+ 'div',
1135
+ { className: 'portal-right-content' },
1136
+ node
1137
+ )
1138
+ );
1113
1139
  };
1114
1140
 
1115
1141
  _this.createMoreNode = function () {
1116
- var arrs = _this.centerRightMenu.find(function (v) {
1117
- return v.sub && v.sub.find(function (vv) {
1118
- return vv.key == 'more';
1119
- });
1120
- }).sub[1];
1121
- var items = _this.new_retail_app == 'cc' ? arrs.sub_cc : _this.new_retail_app == 'tc' || _this.new_retail_app == 'tczsy' || _this.new_retail_app == 'tcyzj' ? arrs.sub_tc : [];
1142
+ var arrs = _this.getMoreNodeInfo();
1143
+ var items = _this.isNewRetailBCPosTC ? arrs.sub_tc : arrs.sub_cc || [];
1122
1144
  var node = items.length > 0 && items.map(function (v) {
1123
1145
  return _react2.default.createElement(
1124
1146
  'div',
@@ -1143,6 +1165,34 @@ var _default = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (_C
1143
1165
  return node;
1144
1166
  };
1145
1167
 
1168
+ _this.getMoreNodeInfo = function () {
1169
+ if (_this.isNewRetailBCPosTC) {
1170
+ if (_this.isMobileEnvironment) {
1171
+ return _this.centerRightMenu.find(function (vv) {
1172
+ return vv.key == 'more';
1173
+ }) || {};
1174
+ } else {
1175
+ return _this.centerRightMenu.find(function (v) {
1176
+ return v.sub && v.sub.find(function (vv) {
1177
+ return vv.key == 'more';
1178
+ });
1179
+ }).sub[1] || {};
1180
+ }
1181
+ } else {
1182
+ if (_this.isMobileEnvironment) {
1183
+ return _this.centerRightMenu.find(function (vv) {
1184
+ return vv.key == 'more';
1185
+ }) || {};
1186
+ } else {
1187
+ return _this.centerRightMenu.find(function (v) {
1188
+ return v.sub && v.sub.find(function (vv) {
1189
+ return vv.key == 'more';
1190
+ });
1191
+ }).sub[1] || {};
1192
+ }
1193
+ }
1194
+ };
1195
+
1146
1196
  _this.hasElectron = hasElectron;
1147
1197
  _this.state = {
1148
1198
  id: Date.now(),
@@ -1174,17 +1224,10 @@ var _default = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (_C
1174
1224
  _this.new_retail_app = _mutantsMicrofx.localStore && _mutantsMicrofx.localStore.get('newRetailAppType');
1175
1225
 
1176
1226
  //首页布局
1177
- var leftMenu = _data2.default.leftMenu,
1178
- centerLeftMenu = _data2.default.centerLeftMenu,
1179
- centerRightMenu = _data2.default.centerRightMenu,
1180
- rightMenu = _data2.default.rightMenu,
1181
- leftMenuTC = _data2.default.leftMenuTC,
1182
- rightMenuTC = _data2.default.rightMenuTC;
1183
-
1184
- _this.leftMenu = isNewRetailBCPosTC ? leftMenuTC : leftMenu;
1185
- _this.centerLeftMenu = centerLeftMenu;
1186
- _this.centerRightMenu = centerRightMenu;
1187
- _this.rightMenu = isNewRetailBCPosTC ? rightMenuTC : rightMenu;
1227
+ _this.leftMenu = _this.getMenuByPosition('left');
1228
+ _this.centerLeftMenu = _this.getMenuByPosition('centerLeft');
1229
+ _this.centerRightMenu = _this.getMenuByPosition('centerRight');
1230
+ _this.rightMenu = _this.getMenuByPosition('right');
1188
1231
  _this.hsy_domain = _tplusApi.User && _tplusApi.User.getWebEntry();
1189
1232
  _this.randomWord = _this.randomWord.bind(_this);
1190
1233
  (0, _mobx.autorun)(function () {
@@ -1194,6 +1237,58 @@ var _default = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (_C
1194
1237
  }
1195
1238
 
1196
1239
  (0, _createClass3.default)(_default, [{
1240
+ key: 'getMenuByPosition',
1241
+ value: function getMenuByPosition(position) {
1242
+ var leftMenu = _data2.default.leftMenu,
1243
+ centerLeftMenu = _data2.default.centerLeftMenu,
1244
+ centerRightMenu = _data2.default.centerRightMenu,
1245
+ rightMenu = _data2.default.rightMenu,
1246
+ leftMenuTC = _data2.default.leftMenuTC,
1247
+ rightMenuTC = _data2.default.rightMenuTC,
1248
+ centerLeftMenuMobileCC = _data2.default.centerLeftMenuMobileCC,
1249
+ centerLeftMenuMobileTC = _data2.default.centerLeftMenuMobileTC,
1250
+ centerRightMenuMobileCC = _data2.default.centerRightMenuMobileCC,
1251
+ centerRightMenuMobileTC = _data2.default.centerRightMenuMobileTC,
1252
+ rightMenuMobileTC = _data2.default.rightMenuMobileTC,
1253
+ rightMenuMobileCC = _data2.default.rightMenuMobileCC;
1254
+
1255
+ switch (position) {
1256
+ case "left":
1257
+ {
1258
+ return this.getMenuByEnvironment(leftMenu, leftMenuTC, [], []);
1259
+ }
1260
+ case "centerLeft":
1261
+ {
1262
+ return this.getMenuByEnvironment(centerLeftMenu, centerLeftMenu, centerLeftMenuMobileTC, centerLeftMenuMobileCC);
1263
+ }
1264
+ case "centerRight":
1265
+ {
1266
+ return this.getMenuByEnvironment(centerRightMenu, centerRightMenu, centerRightMenuMobileTC, centerRightMenuMobileCC);
1267
+ }
1268
+ case "right":
1269
+ {
1270
+ return this.getMenuByEnvironment(rightMenu, rightMenuTC, rightMenuMobileTC, rightMenuMobileCC);
1271
+ }
1272
+ }
1273
+ }
1274
+ }, {
1275
+ key: 'getMenuByEnvironment',
1276
+ value: function getMenuByEnvironment(ccMenu, tcMenu, tcMobilMenu, ccMobilMenu) {
1277
+ if (this.isNewRetailBCPosTC) {
1278
+ if (this.isMobileEnvironment) {
1279
+ return tcMobilMenu;
1280
+ } else {
1281
+ return tcMenu;
1282
+ }
1283
+ } else {
1284
+ if (this.isMobileEnvironment) {
1285
+ return ccMobilMenu;
1286
+ } else {
1287
+ return ccMenu;
1288
+ }
1289
+ }
1290
+ }
1291
+ }, {
1197
1292
  key: 'componentDidMount',
1198
1293
  value: function componentDidMount() {
1199
1294
  this.initPageData();
@@ -1291,88 +1386,73 @@ var _default = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (_C
1291
1386
 
1292
1387
  var screenHeight = window.screen.availHeight - 100;
1293
1388
  var htmlContent = null;
1294
- if (this.isVerticalTouch) {
1295
- htmlContent = _react2.default.createElement(_verticalPortal2.default, { handelClick: this.handelClick });
1296
- } else if (this.isHorizontalPad) {
1297
- htmlContent = _react2.default.createElement(_horizontalPadPortal2.default, { handelClick: this.handelClick });
1298
- } else {
1299
- htmlContent = _react2.default.createElement(
1300
- _tplusComponentsTouch.Layout,
1301
- { style: { height: '100%' }, className: 'portal-content' },
1389
+ // if (this.isVerticalTouch) {
1390
+ // htmlContent = <VerticalPortal handelClick={this.handelClick} />
1391
+ // } else if (this.isHorizontalPad) {
1392
+ // htmlContent = <HorizontalPadPortal handelClick={this.handelClick} />
1393
+ // }
1394
+ // else {
1395
+ htmlContent = _react2.default.createElement(
1396
+ _tplusComponentsTouch.Layout,
1397
+ { style: { height: '100%' }, className: 'portal-content' },
1398
+ _react2.default.createElement(
1399
+ Content,
1400
+ { style: { paddingLeft: '50px', paddingRight: '50px' }, className: 'portal-container' },
1302
1401
  _react2.default.createElement(
1303
- Content,
1304
- { style: { paddingLeft: '50px', paddingRight: '50px' }, className: 'portal-container' },
1402
+ _antd.Row,
1403
+ { className: 'portal-content-row' },
1404
+ this.createLeftNode(),
1305
1405
  _react2.default.createElement(
1306
- _antd.Row,
1307
- null,
1406
+ _antd.Col,
1407
+ { xl: 10, md: 10, className: 'portal-center-col', key: 'center' },
1308
1408
  _react2.default.createElement(
1309
- _antd.Col,
1310
- { xl: 7, md: 7, className: 'portal-left-col', key: 'left' },
1311
- _react2.default.createElement(
1312
- 'div',
1313
- { className: 'portal-left-content' },
1314
- this.createLeftNode()
1315
- )
1316
- ),
1317
- _react2.default.createElement(
1318
- _antd.Col,
1319
- { xl: 10, md: 10, className: 'portal-center-col', key: 'center' },
1320
- _react2.default.createElement(
1321
- 'div',
1322
- { className: 'portal-center-content' },
1323
- this.createCenterNode()
1324
- )
1325
- ),
1326
- _react2.default.createElement(
1327
- _antd.Col,
1328
- { xl: 7, md: 7, className: 'portal-right-col', key: 'right' },
1329
- _react2.default.createElement(
1330
- 'div',
1331
- { className: 'portal-right-content' },
1332
- this.createRightNode()
1333
- )
1409
+ 'div',
1410
+ { className: 'portal-center-content' },
1411
+ this.createCenterNode()
1334
1412
  )
1335
- )
1336
- ),
1337
- _react2.default.createElement(
1338
- 'div',
1339
- { className: loadHsyPage ? 'portal-hsy-tc-container' : 'portal-hsy-tc-container portal-hsy-tc-container-hide' },
1340
- _react2.default.createElement('iframe', { src: loadHsyURL, width: '100%', height: '93%', frameborder: 'no', border: '0', marginwidth: '0', marginheight: '0', scrolling: 'yes', allowtransparency: 'true', id: 'external-frame-cc' })
1341
- ),
1342
- _react2.default.createElement(
1343
- 'div',
1344
- { className: loadTcPage ? 'portal-hsy-tc-container' : 'portal-hsy-tc-container portal-hsy-tc-container-hide' },
1345
- _react2.default.createElement('iframe', { src: loadTcURL, width: '100%', height: '93%', frameborder: 'no', border: '0', marginwidth: '0', marginheight: '0', scrolling: 'yes', allowtransparency: 'true', id: 'external-frame-tc' })
1346
- ),
1347
- this.isMobileEnvironment && _react2.default.createElement(
1348
- _antd.Modal,
1349
- {
1350
- visible: showModal,
1351
- onCancel: this.closeFrameModal,
1352
- width: '99%',
1353
- height: '99%',
1354
- footer: null
1355
- },
1356
- _react2.default.createElement('iframe', { src: modalURL, width: '100%', height: screenHeight, frameborder: 'no', border: '0', marginwidth: '0', marginheight: '0', scrolling: 'yes', allowtransparency: 'true' })
1357
- ),
1358
- _react2.default.createElement(
1359
- _antd.Modal,
1360
- {
1361
- title: '更多',
1362
- className: 'portal-container-modal-more',
1363
- visible: showMoreModal,
1364
- onCancel: this.closeMoreModal,
1365
- width: 800,
1366
- height: 375,
1367
- footer: null,
1368
- centered: true,
1369
- maskClosable: false,
1370
- keyboard: false
1371
- },
1372
- this.createMoreNode()
1413
+ ),
1414
+ this.createRightNode()
1373
1415
  )
1374
- );
1375
- }
1416
+ ),
1417
+ _react2.default.createElement(
1418
+ 'div',
1419
+ { className: loadHsyPage ? 'portal-hsy-tc-container' : 'portal-hsy-tc-container portal-hsy-tc-container-hide' },
1420
+ _react2.default.createElement('iframe', { src: loadHsyURL, width: '100%', height: '93%', frameborder: 'no', border: '0', marginwidth: '0', marginheight: '0', scrolling: 'yes', allowtransparency: 'true', id: 'external-frame-cc' })
1421
+ ),
1422
+ _react2.default.createElement(
1423
+ 'div',
1424
+ { className: loadTcPage ? 'portal-hsy-tc-container' : 'portal-hsy-tc-container portal-hsy-tc-container-hide' },
1425
+ _react2.default.createElement('iframe', { src: loadTcURL, width: '100%', height: '93%', frameborder: 'no', border: '0', marginwidth: '0', marginheight: '0', scrolling: 'yes', allowtransparency: 'true', id: 'external-frame-tc' })
1426
+ ),
1427
+ this.isMobileEnvironment && _react2.default.createElement(
1428
+ _antd.Modal,
1429
+ {
1430
+ visible: showModal,
1431
+ onCancel: this.closeFrameModal,
1432
+ width: '99%',
1433
+ height: '99%',
1434
+ footer: null
1435
+ },
1436
+ _react2.default.createElement('iframe', { src: modalURL, width: '100%', height: screenHeight, frameborder: 'no', border: '0', marginwidth: '0', marginheight: '0', scrolling: 'yes', allowtransparency: 'true' })
1437
+ ),
1438
+ _react2.default.createElement(
1439
+ _antd.Modal,
1440
+ {
1441
+ title: '更多',
1442
+ className: 'portal-container-modal-more',
1443
+ visible: showMoreModal,
1444
+ onCancel: this.closeMoreModal,
1445
+ width: 800,
1446
+ height: 375,
1447
+ footer: null,
1448
+ centered: true,
1449
+ maskClosable: false,
1450
+ keyboard: false
1451
+ },
1452
+ this.createMoreNode()
1453
+ )
1454
+ );
1455
+ // }
1376
1456
  return htmlContent;
1377
1457
  }
1378
1458
  }]);