bxs-tools-ui 1.3.5 → 1.3.6
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.
- package/lib/add-and-take/index.js +6 -7
- package/lib/adjust-baoe/index.js +6 -7
- package/lib/bxs-utils/index.js +464 -465
- package/lib/index.js +54 -31
- package/lib/insure-calculate/index.js +946 -947
- package/lib/person-info/index.js +1290 -1264
- package/lib/product-info/index.js +492 -474
- package/package.json +1 -1
- package/packages/bxs-utils/planbook/person.ts +2 -3
- package/packages/components/form-item/title-item.vue +14 -1
- package/packages/person-info/index.vue +16 -6
|
@@ -1123,7 +1123,8 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4__;
|
|
|
1123
1123
|
|
|
1124
1124
|
/***/ }),
|
|
1125
1125
|
/* 5 */,
|
|
1126
|
-
/* 6
|
|
1126
|
+
/* 6 */,
|
|
1127
|
+
/* 7 */
|
|
1127
1128
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1128
1129
|
|
|
1129
1130
|
"use strict";
|
|
@@ -1385,7 +1386,6 @@ function restrictElementsInInsurance(_a) {
|
|
|
1385
1386
|
|
|
1386
1387
|
|
|
1387
1388
|
/***/ }),
|
|
1388
|
-
/* 7 */,
|
|
1389
1389
|
/* 8 */
|
|
1390
1390
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1391
1391
|
|
|
@@ -1515,6 +1515,7 @@ function initPersonData(inputData, verifyData) {
|
|
|
1515
1515
|
return;
|
|
1516
1516
|
}
|
|
1517
1517
|
person.createArchive = person.createArchive || false;
|
|
1518
|
+
person.cid = person.cid || null;
|
|
1518
1519
|
if (!person.eleOrderList.find(function (e) { return e.key === 'name'; })) {
|
|
1519
1520
|
person.eleOrderList.splice(1, 0, {
|
|
1520
1521
|
key: 'name',
|
|
@@ -1664,9 +1665,7 @@ function personDataHandler(allPersonsData) {
|
|
|
1664
1665
|
if (['title', 'applicantAndInsuredSame'].includes(ele.key)) {
|
|
1665
1666
|
return;
|
|
1666
1667
|
}
|
|
1667
|
-
|
|
1668
|
-
person.cid = applicantSame_1.value ? insuredData.cid : undefined;
|
|
1669
|
-
}
|
|
1668
|
+
person.cid = applicantSame_1.value ? insuredData.cid : person.cid;
|
|
1670
1669
|
if (applicantSame_1.value && insuredData.eleOrderList) {
|
|
1671
1670
|
var insuredEle = insuredData.eleOrderList.find(function (e) { return e.key === ele.key; });
|
|
1672
1671
|
if (insuredEle) {
|
|
@@ -1856,7 +1855,7 @@ function convertPersonData(allPersonsData, type) {
|
|
|
1856
1855
|
|
|
1857
1856
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "z", function() { return _product__WEBPACK_IMPORTED_MODULE_2__["j"]; });
|
|
1858
1857
|
|
|
1859
|
-
/* harmony import */ var _insurance__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
1858
|
+
/* harmony import */ var _insurance__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7);
|
|
1860
1859
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "m", function() { return _insurance__WEBPACK_IMPORTED_MODULE_3__["a"]; });
|
|
1861
1860
|
|
|
1862
1861
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "n", function() { return _insurance__WEBPACK_IMPORTED_MODULE_3__["b"]; });
|
|
@@ -1907,7 +1906,7 @@ module.exports = root;
|
|
|
1907
1906
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1908
1907
|
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
1909
1908
|
/* harmony import */ var _person__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9);
|
|
1910
|
-
/* harmony import */ var _insurance__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
1909
|
+
/* harmony import */ var _insurance__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7);
|
|
1911
1910
|
|
|
1912
1911
|
|
|
1913
1912
|
|
package/lib/adjust-baoe/index.js
CHANGED
|
@@ -1123,7 +1123,8 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4__;
|
|
|
1123
1123
|
|
|
1124
1124
|
/***/ }),
|
|
1125
1125
|
/* 5 */,
|
|
1126
|
-
/* 6
|
|
1126
|
+
/* 6 */,
|
|
1127
|
+
/* 7 */
|
|
1127
1128
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1128
1129
|
|
|
1129
1130
|
"use strict";
|
|
@@ -1385,7 +1386,6 @@ function restrictElementsInInsurance(_a) {
|
|
|
1385
1386
|
|
|
1386
1387
|
|
|
1387
1388
|
/***/ }),
|
|
1388
|
-
/* 7 */,
|
|
1389
1389
|
/* 8 */
|
|
1390
1390
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1391
1391
|
|
|
@@ -1515,6 +1515,7 @@ function initPersonData(inputData, verifyData) {
|
|
|
1515
1515
|
return;
|
|
1516
1516
|
}
|
|
1517
1517
|
person.createArchive = person.createArchive || false;
|
|
1518
|
+
person.cid = person.cid || null;
|
|
1518
1519
|
if (!person.eleOrderList.find(function (e) { return e.key === 'name'; })) {
|
|
1519
1520
|
person.eleOrderList.splice(1, 0, {
|
|
1520
1521
|
key: 'name',
|
|
@@ -1664,9 +1665,7 @@ function personDataHandler(allPersonsData) {
|
|
|
1664
1665
|
if (['title', 'applicantAndInsuredSame'].includes(ele.key)) {
|
|
1665
1666
|
return;
|
|
1666
1667
|
}
|
|
1667
|
-
|
|
1668
|
-
person.cid = applicantSame_1.value ? insuredData.cid : undefined;
|
|
1669
|
-
}
|
|
1668
|
+
person.cid = applicantSame_1.value ? insuredData.cid : person.cid;
|
|
1670
1669
|
if (applicantSame_1.value && insuredData.eleOrderList) {
|
|
1671
1670
|
var insuredEle = insuredData.eleOrderList.find(function (e) { return e.key === ele.key; });
|
|
1672
1671
|
if (insuredEle) {
|
|
@@ -1856,7 +1855,7 @@ function convertPersonData(allPersonsData, type) {
|
|
|
1856
1855
|
|
|
1857
1856
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "z", function() { return _product__WEBPACK_IMPORTED_MODULE_2__["j"]; });
|
|
1858
1857
|
|
|
1859
|
-
/* harmony import */ var _insurance__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
1858
|
+
/* harmony import */ var _insurance__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7);
|
|
1860
1859
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "m", function() { return _insurance__WEBPACK_IMPORTED_MODULE_3__["a"]; });
|
|
1861
1860
|
|
|
1862
1861
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "n", function() { return _insurance__WEBPACK_IMPORTED_MODULE_3__["b"]; });
|
|
@@ -1907,7 +1906,7 @@ module.exports = root;
|
|
|
1907
1906
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1908
1907
|
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
1909
1908
|
/* harmony import */ var _person__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9);
|
|
1910
|
-
/* harmony import */ var _insurance__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
1909
|
+
/* harmony import */ var _insurance__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7);
|
|
1911
1910
|
|
|
1912
1911
|
|
|
1913
1912
|
|