osmanli-veri-dagitim 2.0.3 → 2.0.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.
|
@@ -1827,7 +1827,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex
|
|
|
1827
1827
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1828
1828
|
|
|
1829
1829
|
"use strict";
|
|
1830
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var _components_customer_PackageSettigns_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../components/customer/PackageSettigns.vue */ \"./src/components/customer/PackageSettigns.vue\");\n/* harmony import */ var _utils_breadcrumb__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/breadcrumb */ \"./src/utils/breadcrumb.js\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../constants */ \"./src/constants/index.js\");\n/* harmony import */ var _utils_tokenTools__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/tokenTools */ \"./src/utils/tokenTools.js\");\n/* harmony import */ var _mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../mixins */ \"./src/mixins/index.js\");\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"Checkout\",\n components: {\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n InfoArea: _components__WEBPACK_IMPORTED_MODULE_1__[\"InfoArea\"],\n PackageSettigns: _components_customer_PackageSettigns_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"]\n },\n mixins: [_mixins__WEBPACK_IMPORTED_MODULE_6__[\"default\"]],\n\n data() {\n return {\n summaryData: [],\n totalFundAmount: 0,\n totalCommissionAmount: 0,\n packageDetail: null,\n marketInfo: null,\n isPopupVisible: false,\n totalPriceTl: [],\n totalPriceDollar: [],\n totalPriceEuro: [],\n totalPrice: 0,\n startDateSelection: -1,\n noUser: _constants__WEBPACK_IMPORTED_MODULE_4__[\"staticImages\"].noUser,\n isButtonClicked: true,\n esube: Object(_utils_tokenTools__WEBPACK_IMPORTED_MODULE_5__[\"getItem\"])(\"esube\"),\n IsRecommendationPackage: false,\n infoText: [\"BES ve yatırım fonu büyüklüğü ve/veya komisyon şartı sağlandığı taktirde; o ay toplamda belirtilen ekran ücreti sizden alınmayacaktır.\", \"Faturalandırma sırasında ay sonu Merkez Bankası kuru dikkate alınacaktır.\"],\n startDate: [{\n label: \"Seçiniz\",\n code: -1\n }, {\n label: \"Hemen Şimdi\",\n code: 0\n }, {\n label: \"Ay Başında\",\n code: 1\n }],\n customerId: null,\n haveCurrency: false,\n isRecomendedPackage: false\n };\n },\n\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"customer\", \"packageSummary\", \"getPackageInfo\", \"getMarketInfo\", \"recommendationSummary\"]),\n\n currencySymbol() {\n return _constants__WEBPACK_IMPORTED_MODULE_4__[\"CurrencySymbol\"];\n },\n\n packageNumber() {\n return this.$route.params.packageNumber;\n },\n\n getUserNumber() {\n return this.customer.customerNo;\n },\n\n getUserInfo() {\n return `${this.customer.name} ${this.customer.surName}`;\n },\n\n customerNumber() {\n return this.$route.params.customerNumber;\n },\n\n screenPrice() {\n if (this.summaryData && this.summaryData.price) {\n return this.summaryData.price.screenPrice.toLocaleString();\n }\n\n return 0;\n }\n\n },\n\n mounted() {\n this.customerId = this.$route.query.c === undefined ? null : this.$route.query.c;\n\n if (this.esube != \"yes\") {\n this.getCustomer();\n }\n\n this.getSummary();\n this.isPopupVisible = false;\n\n if (this.$route.query.isReco !== undefined && this.$route.query.isReco == \"yes\") {\n this.isRecomendedPackage = true;\n }\n\n this.isButtonClicked = false;\n },\n\n methods: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])([\"getPackageSummary\", \"getRecommendationSummary\", \"confirm\", \"searchCustomer\", \"getPackageDetail\", \"getMarket\"]),\n\n changeStartDate(value) {\n this.startDateSelection = value.code;\n },\n\n addCart(purchaseNo) {\n this.getPackageDetail([purchaseNo, this.customerId]).then(() => {\n this.packageDetail = this.getPackageInfo;\n this.getMarket([this.packageDetail.application.applicationId, this.packageDetail.platform.platformId, this.customerId]).then(() => {\n this.marketInfo = this.getMarketInfo;\n });\n this.isPopupVisible = true;\n });\n },\n\n closePopup() {\n if (this.esube != \"yes\") {\n this.getCustomer();\n }\n\n this.getSummary();\n this.isPopupVisible = false;\n },\n\n getCustomer() {\n this.searchCustomer({\n customerNo: this.customerNumber,\n cusId: this.customerId\n }).then(res => {\n if (res) {\n Object(_utils_breadcrumb__WEBPACK_IMPORTED_MODULE_3__[\"getBreadCrumbs\"])({\n breadcrumbs: [\"CustomerDetail\", \"BuyDataPackage\", \"Checkout\"],\n customer: this.customer,\n customerDetail: this.getUserNumber,\n buyDataPackage: this.getUserNumber,\n checkout: this.packageNumber,\n cusId: this.customerId\n });\n }\n });\n },\n\n getSummary() {\n if (this.$route.query.isReco !== undefined && this.$route.query.isReco == \"yes\") {\n this.getRecommendationSummary(this.packageNumber).then(res => {\n if (res) {\n var _this$summaryData, _this$summaryData$pri, _this$summaryData2, _this$summaryData2$pr, _this$summaryData3, _this$summaryData3$pr, _this$summaryData3$pr2, _this$summaryData4, _this$summaryData4$pr, _this$summaryData4$pr2, _this$summaryData5, _this$summaryData5$pr, _this$summaryData5$pr2;\n\n this.summaryData = this.recommendationSummary;\n this.totalFundAmount = this.formatPrice((_this$summaryData = this.summaryData) === null || _this$summaryData === void 0 ? void 0 : (_this$summaryData$pri = _this$summaryData.price) === null || _this$summaryData$pri === void 0 ? void 0 : _this$summaryData$pri.totalFundAmount.toLocaleString());\n this.totalCommissionAmount = (_this$summaryData2 = this.summaryData) === null || _this$summaryData2 === void 0 ? void 0 : (_this$summaryData2$pr = _this$summaryData2.price) === null || _this$summaryData2$pr === void 0 ? void 0 : _this$summaryData2$pr.totalCommissionAmount.toLocaleString();\n this.totalPriceTl = (_this$summaryData3 = this.summaryData) === null || _this$summaryData3 === void 0 ? void 0 : (_this$summaryData3$pr = _this$summaryData3.price) === null || _this$summaryData3$pr === void 0 ? void 0 : (_this$summaryData3$pr2 = _this$summaryData3$pr.prices) === null || _this$summaryData3$pr2 === void 0 ? void 0 : _this$summaryData3$pr2.filter(e => e.info === this.currencySymbol.tl)[0];\n this.totalPriceDollar = (_this$summaryData4 = this.summaryData) === null || _this$summaryData4 === void 0 ? void 0 : (_this$summaryData4$pr = _this$summaryData4.price) === null || _this$summaryData4$pr === void 0 ? void 0 : (_this$summaryData4$pr2 = _this$summaryData4$pr.prices) === null || _this$summaryData4$pr2 === void 0 ? void 0 : _this$summaryData4$pr2.filter(e => e.info === this.currencySymbol.dolar)[0];\n this.totalPriceEuro = (_this$summaryData5 = this.summaryData) === null || _this$summaryData5 === void 0 ? void 0 : (_this$summaryData5$pr = _this$summaryData5.price) === null || _this$summaryData5$pr === void 0 ? void 0 : (_this$summaryData5$pr2 = _this$summaryData5$pr.prices) === null || _this$summaryData5$pr2 === void 0 ? void 0 : _this$summaryData5$pr2.filter(e => e.info === this.currencySymbol.euro)[0];\n\n if (this.recommendationSummary.dateSelection) {\n this.startDateSelection = this.recommendationSummary.dateSelection;\n }\n\n this.IsRecommendationPackage = true;\n }\n });\n } else {\n this.getPackageSummary(this.packageNumber).then(res => {\n if (res) {\n var _this$summaryData6, _this$summaryData6$pr, _this$summaryData7, _this$summaryData7$pr, _this$summaryData8, _this$summaryData8$pr, _this$summaryData8$pr2, _this$summaryData9, _this$summaryData9$pr, _this$summaryData9$pr2, _this$summaryData10, _this$summaryData10$p, _this$summaryData10$p2;\n\n this.summaryData = this.packageSummary;\n this.totalFundAmount = (_this$summaryData6 = this.summaryData) === null || _this$summaryData6 === void 0 ? void 0 : (_this$summaryData6$pr = _this$summaryData6.price) === null || _this$summaryData6$pr === void 0 ? void 0 : _this$summaryData6$pr.totalFundAmount.toLocaleString();\n this.totalCommissionAmount = (_this$summaryData7 = this.summaryData) === null || _this$summaryData7 === void 0 ? void 0 : (_this$summaryData7$pr = _this$summaryData7.price) === null || _this$summaryData7$pr === void 0 ? void 0 : _this$summaryData7$pr.totalCommissionAmount.toLocaleString();\n this.totalPriceTl = (_this$summaryData8 = this.summaryData) === null || _this$summaryData8 === void 0 ? void 0 : (_this$summaryData8$pr = _this$summaryData8.price) === null || _this$summaryData8$pr === void 0 ? void 0 : (_this$summaryData8$pr2 = _this$summaryData8$pr.prices) === null || _this$summaryData8$pr2 === void 0 ? void 0 : _this$summaryData8$pr2.filter(e => e.info === this.currencySymbol.tl)[0];\n this.totalPriceDollar = (_this$summaryData9 = this.summaryData) === null || _this$summaryData9 === void 0 ? void 0 : (_this$summaryData9$pr = _this$summaryData9.price) === null || _this$summaryData9$pr === void 0 ? void 0 : (_this$summaryData9$pr2 = _this$summaryData9$pr.prices) === null || _this$summaryData9$pr2 === void 0 ? void 0 : _this$summaryData9$pr2.filter(e => e.info === this.currencySymbol.dolar)[0];\n this.totalPriceEuro = (_this$summaryData10 = this.summaryData) === null || _this$summaryData10 === void 0 ? void 0 : (_this$summaryData10$p = _this$summaryData10.price) === null || _this$summaryData10$p === void 0 ? void 0 : (_this$summaryData10$p2 = _this$summaryData10$p.prices) === null || _this$summaryData10$p2 === void 0 ? void 0 : _this$summaryData10$p2.filter(e => e.info === this.currencySymbol.euro)[0];\n this.startDateSelection = this.packageSummary.dateSelection;\n }\n });\n }\n },\n\n totalPriceCalc() {\n var _this$totalPriceDolla, _this$totalPriceEuro, _this$totalPriceEuro2, _this$totalPriceDolla2, _this$totalPriceEuro3, _this$totalPriceTl;\n\n let totalDollar = this.totalPriceDollar ? \" + $\" + this.formatPriceDollar((_this$totalPriceDolla = this.totalPriceDollar) === null || _this$totalPriceDolla === void 0 ? void 0 : _this$totalPriceDolla.totalPrice) : \"\";\n let totalEuro = (_this$totalPriceEuro = this.totalPriceEuro) !== null && _this$totalPriceEuro !== void 0 && _this$totalPriceEuro.totalPrice ? \" + €\" + this.formatPriceEuro((_this$totalPriceEuro2 = this.totalPriceEuro) === null || _this$totalPriceEuro2 === void 0 ? void 0 : _this$totalPriceEuro2.totalPrice) : \"\";\n\n if (((_this$totalPriceDolla2 = this.totalPriceDollar) === null || _this$totalPriceDolla2 === void 0 ? void 0 : _this$totalPriceDolla2.totalPrice) !== undefined || ((_this$totalPriceEuro3 = this.totalPriceEuro) === null || _this$totalPriceEuro3 === void 0 ? void 0 : _this$totalPriceEuro3.totalPrice) !== undefined) {\n this.haveCurrency = true;\n }\n\n return this.formatPrice((_this$totalPriceTl = this.totalPriceTl) === null || _this$totalPriceTl === void 0 ? void 0 : _this$totalPriceTl.totalPrice) + this.currencySymbol.tl + totalDollar + totalEuro;\n },\n\n confirmPackage() {\n if (this.startDateSelection === -1) {\n this.$toast.error(\"Lütfen başlangıç zamanı seçiniz\");\n return;\n }\n\n this.isButtonClicked = true;\n const args = {\n dateSelection: parseInt(this.startDateSelection),\n purchaseNumber: this.packageNumber.toString(),\n IsRecommendationPackage: this.IsRecommendationPackage,\n cusId: this.customerId\n };\n this.confirm(args).then(res => {\n if (res.error) {\n this.$toast.error(res.message);\n } else {\n if (this.startDateSelection === 0) {\n this.$toast.success(\"Paketiniz en kısa sürede tanımlanacaktır. Kullanıcı adı ve şifre bilgisi gerektiren paketlerde bu bilgiler e-posta ile gönderilmektedir. Lütfen e-posta adresinizde spam klasörünü kontrol ediniz.\");\n } else if (this.startDateSelection === 1) {\n this.$toast.success(\"Paketiniz bir sonraki ay için tanımlanacaktır.\");\n }\n\n this.$router.push({\n name: \"CustomerDetail\",\n params: {\n customerId: this.$route.query.c,\n customerNumber: this.$route.params.customerNumber\n }\n });\n }\n });\n }\n\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/Checkout.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
1830
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var _components_customer_PackageSettigns_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../components/customer/PackageSettigns.vue */ \"./src/components/customer/PackageSettigns.vue\");\n/* harmony import */ var _utils_breadcrumb__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/breadcrumb */ \"./src/utils/breadcrumb.js\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../constants */ \"./src/constants/index.js\");\n/* harmony import */ var _utils_tokenTools__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/tokenTools */ \"./src/utils/tokenTools.js\");\n/* harmony import */ var _mixins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../mixins */ \"./src/mixins/index.js\");\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"Checkout\",\n components: {\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n InfoArea: _components__WEBPACK_IMPORTED_MODULE_1__[\"InfoArea\"],\n PackageSettigns: _components_customer_PackageSettigns_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"]\n },\n mixins: [_mixins__WEBPACK_IMPORTED_MODULE_6__[\"default\"]],\n\n data() {\n return {\n summaryData: [],\n totalFundAmount: 0,\n totalCommissionAmount: 0,\n packageDetail: null,\n marketInfo: null,\n isPopupVisible: false,\n totalPriceTl: [],\n totalPriceDollar: [],\n totalPriceEuro: [],\n totalPrice: 0,\n startDateSelection: -1,\n noUser: _constants__WEBPACK_IMPORTED_MODULE_4__[\"staticImages\"].noUser,\n isButtonClicked: true,\n esube: Object(_utils_tokenTools__WEBPACK_IMPORTED_MODULE_5__[\"getItem\"])(\"esube\"),\n IsRecommendationPackage: false,\n infoText: [\"BES ve yatırım fonu büyüklüğü ve/veya komisyon şartı sağlandığı taktirde; o ay toplamda belirtilen ekran ücreti sizden alınmayacaktır.\", \"Faturalandırma sırasında ay sonu Merkez Bankası kuru dikkate alınacaktır.\"],\n startDate: [{\n label: \"Seçiniz\",\n code: -1\n }, {\n label: \"Hemen Şimdi\",\n code: 0\n }, {\n label: \"Ay Başında\",\n code: 1\n }],\n customerId: null,\n haveCurrency: false,\n isRecomendedPackage: false\n };\n },\n\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"customer\", \"packageSummary\", \"getPackageInfo\", \"getMarketInfo\", \"recommendationSummary\"]),\n\n currencySymbol() {\n return _constants__WEBPACK_IMPORTED_MODULE_4__[\"CurrencySymbol\"];\n },\n\n packageNumber() {\n return this.$route.params.packageNumber;\n },\n\n getUserNumber() {\n return this.customer.customerNo;\n },\n\n getUserInfo() {\n return `${this.customer.name} ${this.customer.surName}`;\n },\n\n customerNumber() {\n return this.$route.params.customerNumber;\n },\n\n screenPrice() {\n if (this.summaryData && this.summaryData.price) {\n return this.summaryData.price.screenPrice.toLocaleString();\n }\n\n return 0;\n },\n\n screenFund() {\n if (this.summaryData && this.summaryData.price) {\n return this.summaryData.price.screenFund.toLocaleString();\n }\n\n return 0;\n },\n\n screenCommission() {\n if (this.summaryData && this.summaryData.price) {\n return this.summaryData.price.screenCommission.toLocaleString();\n }\n\n return 0;\n }\n\n },\n\n mounted() {\n this.customerId = this.$route.query.c === undefined ? null : this.$route.query.c;\n\n if (this.esube != \"yes\") {\n this.getCustomer();\n }\n\n this.getSummary();\n this.isPopupVisible = false;\n\n if (this.$route.query.isReco !== undefined && this.$route.query.isReco == \"yes\") {\n this.isRecomendedPackage = true;\n }\n\n this.isButtonClicked = false;\n },\n\n methods: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])([\"getPackageSummary\", \"getRecommendationSummary\", \"confirm\", \"searchCustomer\", \"getPackageDetail\", \"getMarket\"]),\n\n changeStartDate(value) {\n this.startDateSelection = value.code;\n },\n\n addCart(purchaseNo) {\n this.getPackageDetail([purchaseNo, this.customerId]).then(() => {\n this.packageDetail = this.getPackageInfo;\n this.getMarket([this.packageDetail.application.applicationId, this.packageDetail.platform.platformId, this.customerId]).then(() => {\n this.marketInfo = this.getMarketInfo;\n });\n this.isPopupVisible = true;\n });\n },\n\n closePopup() {\n if (this.esube != \"yes\") {\n this.getCustomer();\n }\n\n this.getSummary();\n this.isPopupVisible = false;\n },\n\n getCustomer() {\n this.searchCustomer({\n customerNo: this.customerNumber,\n cusId: this.customerId\n }).then(res => {\n if (res) {\n Object(_utils_breadcrumb__WEBPACK_IMPORTED_MODULE_3__[\"getBreadCrumbs\"])({\n breadcrumbs: [\"CustomerDetail\", \"BuyDataPackage\", \"Checkout\"],\n customer: this.customer,\n customerDetail: this.getUserNumber,\n buyDataPackage: this.getUserNumber,\n checkout: this.packageNumber,\n cusId: this.customerId\n });\n }\n });\n },\n\n getSummary() {\n if (this.$route.query.isReco !== undefined && this.$route.query.isReco == \"yes\") {\n this.getRecommendationSummary(this.packageNumber).then(res => {\n if (res) {\n var _this$summaryData, _this$summaryData$pri, _this$summaryData2, _this$summaryData2$pr, _this$summaryData3, _this$summaryData3$pr, _this$summaryData3$pr2, _this$summaryData4, _this$summaryData4$pr, _this$summaryData4$pr2, _this$summaryData5, _this$summaryData5$pr, _this$summaryData5$pr2;\n\n this.summaryData = this.recommendationSummary;\n this.totalFundAmount = this.formatPrice((_this$summaryData = this.summaryData) === null || _this$summaryData === void 0 ? void 0 : (_this$summaryData$pri = _this$summaryData.price) === null || _this$summaryData$pri === void 0 ? void 0 : _this$summaryData$pri.totalFundAmount.toLocaleString());\n this.totalCommissionAmount = (_this$summaryData2 = this.summaryData) === null || _this$summaryData2 === void 0 ? void 0 : (_this$summaryData2$pr = _this$summaryData2.price) === null || _this$summaryData2$pr === void 0 ? void 0 : _this$summaryData2$pr.totalCommissionAmount.toLocaleString();\n this.totalPriceTl = (_this$summaryData3 = this.summaryData) === null || _this$summaryData3 === void 0 ? void 0 : (_this$summaryData3$pr = _this$summaryData3.price) === null || _this$summaryData3$pr === void 0 ? void 0 : (_this$summaryData3$pr2 = _this$summaryData3$pr.prices) === null || _this$summaryData3$pr2 === void 0 ? void 0 : _this$summaryData3$pr2.filter(e => e.info === this.currencySymbol.tl)[0];\n this.totalPriceDollar = (_this$summaryData4 = this.summaryData) === null || _this$summaryData4 === void 0 ? void 0 : (_this$summaryData4$pr = _this$summaryData4.price) === null || _this$summaryData4$pr === void 0 ? void 0 : (_this$summaryData4$pr2 = _this$summaryData4$pr.prices) === null || _this$summaryData4$pr2 === void 0 ? void 0 : _this$summaryData4$pr2.filter(e => e.info === this.currencySymbol.dolar)[0];\n this.totalPriceEuro = (_this$summaryData5 = this.summaryData) === null || _this$summaryData5 === void 0 ? void 0 : (_this$summaryData5$pr = _this$summaryData5.price) === null || _this$summaryData5$pr === void 0 ? void 0 : (_this$summaryData5$pr2 = _this$summaryData5$pr.prices) === null || _this$summaryData5$pr2 === void 0 ? void 0 : _this$summaryData5$pr2.filter(e => e.info === this.currencySymbol.euro)[0];\n\n if (this.recommendationSummary.dateSelection) {\n this.startDateSelection = this.recommendationSummary.dateSelection;\n }\n\n this.IsRecommendationPackage = true;\n }\n });\n } else {\n this.getPackageSummary(this.packageNumber).then(res => {\n if (res) {\n var _this$summaryData6, _this$summaryData6$pr, _this$summaryData7, _this$summaryData7$pr, _this$summaryData8, _this$summaryData8$pr, _this$summaryData8$pr2, _this$summaryData9, _this$summaryData9$pr, _this$summaryData9$pr2, _this$summaryData10, _this$summaryData10$p, _this$summaryData10$p2;\n\n this.summaryData = this.packageSummary;\n this.totalFundAmount = (_this$summaryData6 = this.summaryData) === null || _this$summaryData6 === void 0 ? void 0 : (_this$summaryData6$pr = _this$summaryData6.price) === null || _this$summaryData6$pr === void 0 ? void 0 : _this$summaryData6$pr.totalFundAmount.toLocaleString();\n this.totalCommissionAmount = (_this$summaryData7 = this.summaryData) === null || _this$summaryData7 === void 0 ? void 0 : (_this$summaryData7$pr = _this$summaryData7.price) === null || _this$summaryData7$pr === void 0 ? void 0 : _this$summaryData7$pr.totalCommissionAmount.toLocaleString();\n this.totalPriceTl = (_this$summaryData8 = this.summaryData) === null || _this$summaryData8 === void 0 ? void 0 : (_this$summaryData8$pr = _this$summaryData8.price) === null || _this$summaryData8$pr === void 0 ? void 0 : (_this$summaryData8$pr2 = _this$summaryData8$pr.prices) === null || _this$summaryData8$pr2 === void 0 ? void 0 : _this$summaryData8$pr2.filter(e => e.info === this.currencySymbol.tl)[0];\n this.totalPriceDollar = (_this$summaryData9 = this.summaryData) === null || _this$summaryData9 === void 0 ? void 0 : (_this$summaryData9$pr = _this$summaryData9.price) === null || _this$summaryData9$pr === void 0 ? void 0 : (_this$summaryData9$pr2 = _this$summaryData9$pr.prices) === null || _this$summaryData9$pr2 === void 0 ? void 0 : _this$summaryData9$pr2.filter(e => e.info === this.currencySymbol.dolar)[0];\n this.totalPriceEuro = (_this$summaryData10 = this.summaryData) === null || _this$summaryData10 === void 0 ? void 0 : (_this$summaryData10$p = _this$summaryData10.price) === null || _this$summaryData10$p === void 0 ? void 0 : (_this$summaryData10$p2 = _this$summaryData10$p.prices) === null || _this$summaryData10$p2 === void 0 ? void 0 : _this$summaryData10$p2.filter(e => e.info === this.currencySymbol.euro)[0];\n this.startDateSelection = this.packageSummary.dateSelection;\n }\n });\n }\n },\n\n totalPriceCalc() {\n var _this$totalPriceDolla, _this$totalPriceEuro, _this$totalPriceEuro2, _this$totalPriceDolla2, _this$totalPriceEuro3, _this$totalPriceTl;\n\n let totalDollar = this.totalPriceDollar ? \" + $\" + this.formatPriceDollar((_this$totalPriceDolla = this.totalPriceDollar) === null || _this$totalPriceDolla === void 0 ? void 0 : _this$totalPriceDolla.totalPrice) : \"\";\n let totalEuro = (_this$totalPriceEuro = this.totalPriceEuro) !== null && _this$totalPriceEuro !== void 0 && _this$totalPriceEuro.totalPrice ? \" + €\" + this.formatPriceEuro((_this$totalPriceEuro2 = this.totalPriceEuro) === null || _this$totalPriceEuro2 === void 0 ? void 0 : _this$totalPriceEuro2.totalPrice) : \"\";\n\n if (((_this$totalPriceDolla2 = this.totalPriceDollar) === null || _this$totalPriceDolla2 === void 0 ? void 0 : _this$totalPriceDolla2.totalPrice) !== undefined || ((_this$totalPriceEuro3 = this.totalPriceEuro) === null || _this$totalPriceEuro3 === void 0 ? void 0 : _this$totalPriceEuro3.totalPrice) !== undefined) {\n this.haveCurrency = true;\n }\n\n return this.formatPrice((_this$totalPriceTl = this.totalPriceTl) === null || _this$totalPriceTl === void 0 ? void 0 : _this$totalPriceTl.totalPrice) + this.currencySymbol.tl + totalDollar + totalEuro;\n },\n\n confirmPackage() {\n if (this.startDateSelection === -1) {\n this.$toast.error(\"Lütfen başlangıç zamanı seçiniz\");\n return;\n }\n\n this.isButtonClicked = true;\n const args = {\n dateSelection: parseInt(this.startDateSelection),\n purchaseNumber: this.packageNumber.toString(),\n IsRecommendationPackage: this.IsRecommendationPackage,\n cusId: this.customerId\n };\n this.confirm(args).then(res => {\n if (res.error) {\n this.$toast.error(res.message);\n } else {\n if (this.startDateSelection === 0) {\n this.$toast.success(\"Paketiniz en kısa sürede tanımlanacaktır. Kullanıcı adı ve şifre bilgisi gerektiren paketlerde bu bilgiler e-posta ile gönderilmektedir. Lütfen e-posta adresinizde spam klasörünü kontrol ediniz.\");\n } else if (this.startDateSelection === 1) {\n this.$toast.success(\"Paketiniz bir sonraki ay için tanımlanacaktır.\");\n }\n\n this.$router.push({\n name: \"CustomerDetail\",\n params: {\n customerId: this.$route.query.c,\n customerNumber: this.$route.params.customerNumber\n }\n });\n }\n });\n }\n\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/Checkout.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
1831
1831
|
|
|
1832
1832
|
/***/ }),
|
|
1833
1833
|
|
|
@@ -2199,7 +2199,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
2199
2199
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2200
2200
|
|
|
2201
2201
|
"use strict";
|
|
2202
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"invoice-item-container\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item\", class: { active: _vm.isActive } },\n [\n _c(\"div\", { staticClass: \"invoice-item__top\" }, [\n _c(\"div\", { staticClass: \"invoice-item__top__left-area\" }, [\n _c(\"p\", { staticClass: \"invoice-item__top__title bold\" }, [\n _vm._v(\" \" + _vm._s(_vm.dataItem.title) + \" \"),\n ]),\n _c(\"p\", { staticClass: \"invoice-item__top-subtitle\" }, [\n _vm._v(\" \" + _vm._s(_vm.dataItem.subtitle) + \" \"),\n ]),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__top__right-area\" }, [\n _c(\"div\", { staticClass: \"invoice-item__top__start-date\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__start-date__title bold\" },\n [_vm._v(\" Başlangıç Tarihi \")]\n ),\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__start-date__value\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm._f(\"moment\")(_vm.dataItem.startDate, \"DD.MM.YYYY\")\n ) +\n \" \"\n ),\n ]\n ),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__top__com-bes\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__com-bes__title bold\" },\n [_vm._v(\" Komisyon ve BES/FON Sonuç \")]\n ),\n _c(\"div\", { staticClass: \"invoice-item__top__com-bes__value\" }, [\n _vm.dataItem.paymentStatus === 1\n ? _c(\"span\", [_vm._v(\" 0 TL\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus === 2\n ? _c(\"span\", [\n _vm._v(\n \" + (\" +\n _vm._s(_vm.totalPriceCalc.toLocaleString()) +\n \")\"\n ),\n ])\n : _vm._e(),\n ]),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__top__total\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__total__title bold\" },\n [_vm._v(\"Toplam Tutar\")]\n ),\n _c(\"div\", { staticClass: \"invoice-item__top__total__value\" }, [\n _vm._v(\n \" - (\" + _vm._s(_vm.totalPriceCalc.toLocaleString()) + \") \"\n ),\n ]),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__top__total\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__total__title bold\" },\n [_vm._v(\"Ödeme Durumu\")]\n ),\n _vm.dataItem.paymentStatus == \"0\"\n ? _c(\"span\", [\n _vm._v(\n \"Limit altında müşteri, üstünde temsilci(Varsayılan)\"\n ),\n ])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"1\"\n ? _c(\"span\", [_vm._v(\"Her zaman müşteri\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"2\"\n ? _c(\"span\", [_vm._v(\"Her zaman temsilci\")])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n {\n staticClass: \"invoice-item__top__hide\",\n on: { click: _vm.toggle },\n },\n [\n _c(\"span\", { staticClass: \"invoice-item__top__hide__text\" }, [\n _vm._v(\" \" + _vm._s(_vm.showHideText) + \" \"),\n ]),\n _c(\n \"span\",\n { staticClass: \"invoice-item__top__hide__arrow\" },\n [_c(\"base-icon\", { attrs: { name: \"chevron-down\" } })],\n 1\n ),\n ]\n ),\n ]),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__middle\" }, [\n _vm.dataItem.package && _vm.dataItem.package.length > 0\n ? _c(\n \"div\",\n _vm._l(_vm.dataItem.package, function (item) {\n return _c(\n \"div\",\n { key: item.id, staticClass: \"invoice-item__middle__row\" },\n [\n item.marketFeature && item.marketFeature.name\n ? _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold bold-title\",\n },\n [_vm._v(_vm._s(item.marketFeature.name))]\n )\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"invoice-item__middle__row__detail\" },\n [\n item.perspectiveFeature &&\n item.perspectiveFeature.name\n ? _c(\"span\", [\n _vm._v(_vm._s(item.perspectiveFeature.name)),\n ])\n : _vm._e(),\n _c(\"span\", { staticClass: \"spacer\" }),\n item.vendorFeature && item.vendorFeature.name\n ? _c(\"span\", [\n _vm._v(\" \" + _vm._s(item.vendorFeature.name)),\n ])\n : _vm._e(),\n ]\n ),\n item.marketFeature.priceInfo === _vm.currencySymbol.tl\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n item.totalPrice.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.marketFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.marketFeature.priceInfo === _vm.currencySymbol.dolar\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n item.totalPrice.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.marketFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.marketFeature.priceInfo === _vm.currencySymbol.euro\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n item.totalPrice.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.marketFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _vm.dataItem.research && _vm.dataItem.research.length > 0\n ? _c(\n \"div\",\n _vm._l(_vm.dataItem.research, function (item) {\n return _c(\n \"div\",\n { key: item.id, staticClass: \"invoice-item__middle__row\" },\n [\n item.researchFeature && item.researchFeature.name\n ? _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold\",\n },\n [_vm._v(_vm._s(item.researchFeature.name))]\n )\n : _vm._e(),\n item.researchFeature.priceInfo === _vm.currencySymbol.tl\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n item.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.researchFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.researchFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n item.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.researchFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.researchFeature.priceInfo === _vm.currencySymbol.euro\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n item.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.researchFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _vm.dataItem.foreignIndice && _vm.dataItem.foreignIndice.length > 0\n ? _c(\n \"div\",\n _vm._l(_vm.dataItem.foreignIndice, function (item) {\n return _c(\n \"div\",\n { key: item.id, staticClass: \"invoice-item__middle__row\" },\n [\n item.foreignIndiceFeature &&\n item.foreignIndiceFeature.name\n ? _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold\",\n },\n [_vm._v(_vm._s(item.foreignIndiceFeature.name))]\n )\n : _vm._e(),\n item.foreignIndiceFeature.priceInfo ===\n _vm.currencySymbol.tl\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(item.foreignIndiceFeature.priceInfo) +\n \" \" +\n _vm._s(\n _vm.formatPrice(\n item.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.foreignIndiceFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(item.foreignIndiceFeature.priceInfo) +\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n item.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.foreignIndiceFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(item.foreignIndiceFeature.priceInfo) +\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n item.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _vm.dataItem.algorithm && _vm.dataItem.algorithm.length > 0\n ? _c(\n \"div\",\n _vm._l(_vm.dataItem.algorithm, function (item) {\n return _c(\n \"div\",\n { key: item.id, staticClass: \"invoice-item__middle__row\" },\n [\n item.algorithmFeature && item.algorithmFeature.name\n ? _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold\",\n },\n [_vm._v(_vm._s(item.algorithmFeature.name))]\n )\n : _vm._e(),\n item.algorithmFeature.priceInfo === _vm.currencySymbol.tl\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n item.algorithmFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.algorithmFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.algorithmFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n item.algorithmFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.algorithmFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.algorithmFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n item.algorithmFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.algorithmFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _vm.dataItem.price && _vm.dataItem.price.screenPrice > 0\n ? _c(\"div\", [\n _c(\"div\", { staticClass: \"invoice-item__middle__row\" }, [\n _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold bold-title\",\n },\n [_vm._v(\"Ekran Ücreti\")]\n ),\n _vm._m(0),\n _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" + _vm._s(_vm.formatPrice(_vm.screenPrice)) + \" ₺ \"\n ),\n ]\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n { staticClass: \"invoice-item__bottom\" },\n [\n _c(\"base-icon\", {\n staticClass: \"ovd_only\",\n attrs: { name: \"question\" },\n }),\n _c(\"div\", { staticClass: \"invoice-item__bottom__items\" }, [\n _vm.dataItem.paymentStatus === 0 && _vm.dataItem.isValidCommission\n ? _c(\n \"p\",\n {\n staticClass: \"invoice-item__bottom__items__text ovd_only\",\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Komisyon \"),\n ]),\n _vm._v(\" ya da \"),\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" BES/FON \"),\n ]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmiştir. \"\n ),\n ]\n )\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__bottom__items\" }, [\n _vm.dataItem.paymentStatus === 0 &&\n !_vm.dataItem.isValidCommission\n ? _c(\n \"p\",\n {\n staticClass: \"invoice-item__bottom__items__text ovd_only\",\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Komisyon \"),\n ]),\n _vm._v(\" ya da \"),\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" BES/FON \"),\n ]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmemiştir. \"\n ),\n ]\n )\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__bottom__items\" }, [\n _vm.dataItem.paymentStatus === 1\n ? _c(\n \"p\",\n {\n staticClass: \"invoice-item__bottom__items__text ovd_only\",\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Masraf Ödeme durumunuz \"),\n ]),\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" “Her zaman müşteri”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti tarafınıza yansıtılmıştır. \"\n ),\n ]\n )\n : _vm._e(),\n _vm.dataItem.paymentStatus === 1\n ? _c(\n \"p\",\n {\n staticClass:\n \"invoice-item__bottom__items__text other_platforms\",\n attrs: {\n \"data-paymentStatus\": _vm.dataItem.paymentStatus,\n },\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Ekran ücreti tahsil edilmiştir.\"),\n ]),\n ]\n )\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__bottom__items\" }, [\n _vm.dataItem.paymentStatus === 2\n ? _c(\n \"p\",\n {\n staticClass: \"invoice-item__bottom__items__text ovd_only\",\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Masraf ödeme durumu \"),\n ]),\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" “Her zaman temsilci”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti temsilcinize yansıtılmıştır. \"\n ),\n ]\n )\n : _vm._e(),\n ]),\n ],\n 1\n ),\n ]\n ),\n ])\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"invoice-item__middle__row__detail\" }, [\n _c(\"span\"),\n _c(\"span\", { staticClass: \"spacer\" }),\n _c(\"span\"),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataInvoiceItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22196c26b0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
2202
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"invoice-item-container\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item\", class: { active: _vm.isActive } },\n [\n _c(\"div\", { staticClass: \"invoice-item__top\" }, [\n _c(\"div\", { staticClass: \"invoice-item__top__left-area\" }, [\n _c(\"p\", { staticClass: \"invoice-item__top__title bold\" }, [\n _vm._v(\" \" + _vm._s(_vm.dataItem.title) + \" \"),\n ]),\n _c(\"p\", { staticClass: \"invoice-item__top-subtitle\" }, [\n _vm._v(\" \" + _vm._s(_vm.dataItem.subtitle) + \" \"),\n ]),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__top__right-area\" }, [\n _c(\"div\", { staticClass: \"invoice-item__top__start-date\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__start-date__title bold\" },\n [_vm._v(\" Başlangıç Tarihi \")]\n ),\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__start-date__value\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm._f(\"moment\")(_vm.dataItem.startDate, \"DD.MM.YYYY\")\n ) +\n \" \"\n ),\n ]\n ),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__top__com-bes\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__com-bes__title bold\" },\n [_vm._v(\" Komisyon ve BES/FON Sonuç \")]\n ),\n _c(\"div\", { staticClass: \"invoice-item__top__com-bes__value\" }, [\n _vm.dataItem.paymentStatus === 1\n ? _c(\"span\", [_vm._v(\" 0 TL\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus === 2\n ? _c(\"span\", [\n _vm._v(\n \" + (\" +\n _vm._s(_vm.totalPriceCalc.toLocaleString()) +\n \")\"\n ),\n ])\n : _vm._e(),\n ]),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__top__total\" }, [\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__total__title bold\" },\n [_vm._v(\"Toplam Tutar\")]\n ),\n _c(\"div\", { staticClass: \"invoice-item__top__total__value\" }, [\n _vm._v(\n \" - (\" + _vm._s(_vm.totalPriceCalc.toLocaleString()) + \") \"\n ),\n ]),\n ]),\n _c(\n \"div\",\n {\n staticClass:\n \"invoice-item__top__total hidden_for_otherplatforms\",\n },\n [\n _c(\n \"div\",\n { staticClass: \"invoice-item__top__total__title bold\" },\n [_vm._v(\"Ödeme Durumu\")]\n ),\n _vm.dataItem.paymentStatus == \"0\"\n ? _c(\"span\", [\n _vm._v(\n \"Limit altında müşteri, üstünde temsilci(Varsayılan)\"\n ),\n ])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"1\"\n ? _c(\"span\", [_vm._v(\"Her zaman müşteri\")])\n : _vm._e(),\n _vm.dataItem.paymentStatus == \"2\"\n ? _c(\"span\", [_vm._v(\"Her zaman temsilci\")])\n : _vm._e(),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass: \"invoice-item__top__hide\",\n on: { click: _vm.toggle },\n },\n [\n _c(\"span\", { staticClass: \"invoice-item__top__hide__text\" }, [\n _vm._v(\" \" + _vm._s(_vm.showHideText) + \" \"),\n ]),\n _c(\n \"span\",\n { staticClass: \"invoice-item__top__hide__arrow\" },\n [_c(\"base-icon\", { attrs: { name: \"chevron-down\" } })],\n 1\n ),\n ]\n ),\n ]),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__middle\" }, [\n _vm.dataItem.package && _vm.dataItem.package.length > 0\n ? _c(\n \"div\",\n _vm._l(_vm.dataItem.package, function (item) {\n return _c(\n \"div\",\n { key: item.id, staticClass: \"invoice-item__middle__row\" },\n [\n item.marketFeature && item.marketFeature.name\n ? _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold bold-title\",\n },\n [_vm._v(_vm._s(item.marketFeature.name))]\n )\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"invoice-item__middle__row__detail\" },\n [\n item.perspectiveFeature &&\n item.perspectiveFeature.name\n ? _c(\"span\", [\n _vm._v(_vm._s(item.perspectiveFeature.name)),\n ])\n : _vm._e(),\n _c(\"span\", { staticClass: \"spacer\" }),\n item.vendorFeature && item.vendorFeature.name\n ? _c(\"span\", [\n _vm._v(\" \" + _vm._s(item.vendorFeature.name)),\n ])\n : _vm._e(),\n ]\n ),\n item.marketFeature.priceInfo === _vm.currencySymbol.tl\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n item.totalPrice.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.marketFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.marketFeature.priceInfo === _vm.currencySymbol.dolar\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n item.totalPrice.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.marketFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.marketFeature.priceInfo === _vm.currencySymbol.euro\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n item.totalPrice.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.marketFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _vm.dataItem.research && _vm.dataItem.research.length > 0\n ? _c(\n \"div\",\n _vm._l(_vm.dataItem.research, function (item) {\n return _c(\n \"div\",\n { key: item.id, staticClass: \"invoice-item__middle__row\" },\n [\n item.researchFeature && item.researchFeature.name\n ? _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold\",\n },\n [_vm._v(_vm._s(item.researchFeature.name))]\n )\n : _vm._e(),\n item.researchFeature.priceInfo === _vm.currencySymbol.tl\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n item.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.researchFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.researchFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n item.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.researchFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.researchFeature.priceInfo === _vm.currencySymbol.euro\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n item.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.researchFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _vm.dataItem.foreignIndice && _vm.dataItem.foreignIndice.length > 0\n ? _c(\n \"div\",\n _vm._l(_vm.dataItem.foreignIndice, function (item) {\n return _c(\n \"div\",\n { key: item.id, staticClass: \"invoice-item__middle__row\" },\n [\n item.foreignIndiceFeature &&\n item.foreignIndiceFeature.name\n ? _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold\",\n },\n [_vm._v(_vm._s(item.foreignIndiceFeature.name))]\n )\n : _vm._e(),\n item.foreignIndiceFeature.priceInfo ===\n _vm.currencySymbol.tl\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(item.foreignIndiceFeature.priceInfo) +\n \" \" +\n _vm._s(\n _vm.formatPrice(\n item.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.foreignIndiceFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(item.foreignIndiceFeature.priceInfo) +\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n item.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.foreignIndiceFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(item.foreignIndiceFeature.priceInfo) +\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n item.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _vm.dataItem.algorithm && _vm.dataItem.algorithm.length > 0\n ? _c(\n \"div\",\n _vm._l(_vm.dataItem.algorithm, function (item) {\n return _c(\n \"div\",\n { key: item.id, staticClass: \"invoice-item__middle__row\" },\n [\n item.algorithmFeature && item.algorithmFeature.name\n ? _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold\",\n },\n [_vm._v(_vm._s(item.algorithmFeature.name))]\n )\n : _vm._e(),\n item.algorithmFeature.priceInfo === _vm.currencySymbol.tl\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n item.algorithmFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.algorithmFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.algorithmFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n item.algorithmFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.algorithmFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n item.algorithmFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n item.algorithmFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(item.algorithmFeature.priceInfo) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _vm.dataItem.price && _vm.dataItem.price.screenPrice > 0\n ? _c(\"div\", [\n _c(\"div\", { staticClass: \"invoice-item__middle__row\" }, [\n _c(\n \"span\",\n {\n staticClass:\n \"invoice-item__middle__row__title bold bold-title\",\n },\n [_vm._v(\"Ekran Ücreti\")]\n ),\n _vm._m(0),\n _c(\n \"span\",\n { staticClass: \"invoice-item__middle__row__total\" },\n [\n _vm._v(\n \" \" + _vm._s(_vm.formatPrice(_vm.screenPrice)) + \" ₺ \"\n ),\n ]\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n { staticClass: \"invoice-item__bottom\" },\n [\n _c(\"base-icon\", {\n staticClass: \"ovd_only\",\n attrs: { name: \"question\" },\n }),\n _c(\"div\", { staticClass: \"invoice-item__bottom__items\" }, [\n _vm.dataItem.paymentStatus === 0 && _vm.dataItem.isValidCommission\n ? _c(\n \"p\",\n {\n staticClass: \"invoice-item__bottom__items__text ovd_only\",\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Komisyon \"),\n ]),\n _vm._v(\" ya da \"),\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" BES/FON \"),\n ]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmiştir. \"\n ),\n ]\n )\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__bottom__items\" }, [\n _vm.dataItem.paymentStatus === 0 &&\n !_vm.dataItem.isValidCommission\n ? _c(\n \"p\",\n {\n staticClass: \"invoice-item__bottom__items__text ovd_only\",\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Komisyon \"),\n ]),\n _vm._v(\" ya da \"),\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" BES/FON \"),\n ]),\n _vm._v(\n \" şartı sağlanmadığı için veri paketi ücreti tahsil edilmemiştir. \"\n ),\n ]\n )\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__bottom__items\" }, [\n _vm.dataItem.paymentStatus === 1\n ? _c(\n \"p\",\n {\n staticClass: \"invoice-item__bottom__items__text ovd_only\",\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Masraf Ödeme durumunuz \"),\n ]),\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" “Her zaman müşteri”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti tarafınıza yansıtılmıştır. \"\n ),\n ]\n )\n : _vm._e(),\n _vm.dataItem.paymentStatus === 1\n ? _c(\n \"p\",\n {\n staticClass:\n \"invoice-item__bottom__items__text other_platforms\",\n attrs: {\n \"data-paymentStatus\": _vm.dataItem.paymentStatus,\n },\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Ekran ücreti tahsil edilmiştir.\"),\n ]),\n ]\n )\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"invoice-item__bottom__items\" }, [\n _vm.dataItem.paymentStatus === 2\n ? _c(\n \"p\",\n {\n staticClass: \"invoice-item__bottom__items__text ovd_only\",\n },\n [\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" Masraf ödeme durumu \"),\n ]),\n _c(\"span\", { staticClass: \"bold\" }, [\n _vm._v(\" “Her zaman temsilci”\"),\n ]),\n _vm._v(\n \" olması sebepli ekran ücreti temsilcinize yansıtılmıştır. \"\n ),\n ]\n )\n : _vm._e(),\n ]),\n ],\n 1\n ),\n ]\n ),\n ])\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"invoice-item__middle__row__detail\" }, [\n _c(\"span\"),\n _c(\"span\", { staticClass: \"spacer\" }),\n _c(\"span\"),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/customer/DataInvoiceItem.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22196c26b0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
2203
2203
|
|
|
2204
2204
|
/***/ }),
|
|
2205
2205
|
|
|
@@ -2391,7 +2391,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
2391
2391
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2392
2392
|
|
|
2393
2393
|
"use strict";
|
|
2394
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"checkout custom-container\" },\n [\n _c(\"div\", { staticClass: \"checkout-customer\" }, [\n _c(\"div\", { staticClass: \"checkout-customer__info\" }, [\n _c(\"div\", { staticClass: \"customer\" }, [\n _c(\"div\", { staticClass: \"avatar\" }, [\n this.customer && this.customer.imageUrl\n ? _c(\"img\", {\n attrs: { alt: \"no-user\", src: this.customer.imageUrl },\n })\n : _c(\"img\", { attrs: { alt: \"no-user\", src: _vm.noUser } }),\n ]),\n _c(\"div\", { staticClass: \"text\" }, [\n _c(\"h6\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(_vm.getUserInfo)),\n ]),\n _c(\"p\", { staticClass: \"number\" }, [\n _vm._v(_vm._s(this.customer.customerNo)),\n ]),\n ]),\n ]),\n _c(\n \"div\",\n { staticClass: \"adjust\" },\n [\n _c(\"base-icon\", { attrs: { name: \"phone-fill\" } }),\n _c(\"h5\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(this.customer.phoneNumber)),\n ]),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"checkout-customer__number\" }),\n ]),\n _c(\n \"div\",\n { staticClass: \"checkout-content\" },\n [\n _c(\"info-area\", { attrs: { infoText: _vm.infoText[0] } }),\n _vm.haveCurrency\n ? _c(\"info-area\", { attrs: { infoText: _vm.infoText[1] } })\n : _vm._e(),\n _c(\"div\", { staticClass: \"checkout-content__title\" }, [\n _c(\"h6\", { attrs: { id: \"data-package\" } }, [\n _vm._v(\"Veri Paketleri\"),\n ]),\n !_vm.isRecomendedPackage\n ? _c(\n \"div\",\n { staticClass: \"adjust-btn\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"adjust\",\n on: {\n click: function ($event) {\n return _vm.addCart(_vm.packageNumber)\n },\n },\n },\n [\n _c(\"base-icon\", { attrs: { name: \"settings\" } }),\n _vm._v(\"Düzenle\"),\n ],\n 1\n ),\n ],\n 1\n )\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"checkout-content__table\" }, [\n _c(\"table\", { attrs: { \"aria-describedby\": \"data-package\" } }, [\n _c(\"thead\", [\n _c(\"tr\", { staticClass: \"package-table\" }, [\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\" Ürün Bilgileri \"),\n _c(\"br\"),\n _vm.summaryData.application &&\n _vm.summaryData.application.name\n ? _c(\"span\", { staticClass: \"sub-info\" }, [\n _c(\"span\", { staticClass: \"app-name\" }, [\n _vm._v(\n \"(\" +\n _vm._s(_vm.summaryData.application.name) +\n \" - \" +\n _vm._s(\n _vm.summaryData.application.platform.name\n ) +\n \")\"\n ),\n ]),\n ])\n : _vm._e(),\n _c(\"br\"),\n _vm.summaryData.purchaseNo\n ? _c(\"span\", { staticClass: \"sub-info\" }, [\n _vm._v(\n \"(\" + _vm._s(_vm.summaryData.purchaseNo) + \")\"\n ),\n ])\n : _vm._e(),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { staticClass: \"bes\", attrs: { scope: \"col\" } }, [\n _vm._v(\" BES ve Yatırım Fonu Büyüklüğü \"),\n _c(\"div\", { staticClass: \"tag tooltip\" }, [\n _vm._m(0),\n _c(\n \"span\",\n { staticClass: \"text\" },\n [_c(\"base-icon\", { attrs: { name: \"question\" } })],\n 1\n ),\n ]),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Komisyon\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Tutar\")]),\n ]),\n ]),\n _c(\n \"tbody\",\n { staticClass: \"separator\" },\n _vm._l(_vm.summaryData.package, function (d) {\n return _c(\"tr\", { key: d.name }, [\n _c(\"td\", [\n d.marketFeature && d.marketFeature.name\n ? _c(\"span\", [\n _vm._v(\" \" + _vm._s(d.marketFeature.name) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\"td\", [\n d.perspectiveFeature && d.perspectiveFeature.name\n ? _c(\"span\", [\n _vm._v(\n \" \" + _vm._s(d.perspectiveFeature.name) + \" \"\n ),\n ])\n : _vm._e(),\n ]),\n _c(\"td\", [\n d.vendorFeature && d.vendorFeature.name\n ? _c(\"span\", [\n _vm._v(\" \" + _vm._s(d.vendorFeature.name) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\"td\", [\n _vm._v(\n _vm._s(\n _vm.formatPrice(d.totalFundAmount.toLocaleString())\n ) + \"₺\"\n ),\n ]),\n _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.totalCommissionAmount.toLocaleString()\n )\n ) +\n \"₺ \"\n ),\n ]),\n _c(\"td\", [\n _vm._v(\n _vm._s(_vm.formatPrice(d.totalPrice.toLocaleString())) +\n \"₺\"\n ),\n ]),\n ])\n }),\n 0\n ),\n _vm.summaryData.research && _vm.summaryData.research.length > 0\n ? _c(\"thead\", [_vm._m(1)])\n : _vm._e(),\n _vm.summaryData.research && _vm.summaryData.research.length > 0\n ? _c(\n \"tbody\",\n _vm._l(_vm.summaryData.research, function (d) {\n return _c(\"tr\", { key: d.name }, [\n d.researchFeature && d.researchFeature.name\n ? _c(\"td\", [\n _vm._v(\n \" \" + _vm._s(d.researchFeature.name) + \" \"\n ),\n ])\n : _vm._e(),\n _c(\"td\"),\n _c(\"td\"),\n d.researchFeature && d.researchFeature.fundAmount\n ? _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n d.researchFeature.fundAmount.toLocaleString()\n ) +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.researchFeature && d.researchFeature.commissionAmount\n ? _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n d.researchFeature.commissionAmount.toLocaleString()\n ) +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.researchFeature && d.researchFeature.price\n ? _c(\"td\", [\n d.researchFeature.priceInfo == \"€\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.researchFeature.priceInfo == \"$\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.researchFeature.priceInfo == \"₺\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n }),\n 0\n )\n : _vm._e(),\n _vm.summaryData.foreignIndice &&\n _vm.summaryData.foreignIndice.length > 0\n ? _c(\"thead\", [_vm._m(2)])\n : _vm._e(),\n _vm.summaryData.foreignIndice &&\n _vm.summaryData.foreignIndice.length > 0\n ? _c(\n \"tbody\",\n _vm._l(_vm.summaryData.foreignIndice, function (d) {\n return _c(\"tr\", { key: d.name }, [\n d.foreignIndiceFeature && d.foreignIndiceFeature.name\n ? _c(\"td\", [\n _vm._v(\n \" \" + _vm._s(d.foreignIndiceFeature.name) + \" \"\n ),\n ])\n : _vm._e(),\n _c(\"td\"),\n _c(\"td\"),\n d.foreignIndiceFeature &&\n d.foreignIndiceFeature.fundAmount\n ? _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.foreignIndiceFeature.fundAmount.toLocaleString()\n )\n ) +\n \"₺ \"\n ),\n ])\n : _vm._e(),\n d.foreignIndiceFeature &&\n d.foreignIndiceFeature.commissionAmount\n ? _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n d.foreignIndiceFeature.commissionAmount.toLocaleString()\n ) +\n \"₺ \"\n ),\n ])\n : _vm._e(),\n d.foreignIndiceFeature && d.foreignIndiceFeature.price\n ? _c(\"td\", [\n d.foreignIndiceFeature.priceInfo.toLocaleString() ==\n \"₺\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(\n d.foreignIndiceFeature.priceInfo.toLocaleString()\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.foreignIndiceFeature.priceInfo.toLocaleString() ==\n \"$\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(\n d.foreignIndiceFeature.priceInfo.toLocaleString()\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.foreignIndiceFeature.priceInfo.toLocaleString() ==\n \"€\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(\n d.foreignIndiceFeature.priceInfo.toLocaleString()\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n }),\n 0\n )\n : _vm._e(),\n _vm.summaryData.algorithm && _vm.summaryData.algorithm.length > 0\n ? _c(\"thead\", [_vm._m(3)])\n : _vm._e(),\n _vm.summaryData.algorithm && _vm.summaryData.algorithm.length > 0\n ? _c(\n \"tbody\",\n _vm._l(_vm.summaryData.algorithm, function (d) {\n return _c(\"tr\", { key: d.name }, [\n d.algorithmFeature && d.algorithmFeature.name\n ? _c(\"td\", [\n _vm._v(\n \" \" + _vm._s(d.algorithmFeature.name) + \" \"\n ),\n ])\n : _vm._e(),\n _c(\"td\"),\n _c(\"td\"),\n d.algorithmFeature && d.algorithmFeature.fundAmount\n ? _c(\"td\", [\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.tl\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.algorithmFeature.fundAmount.toLocaleString()\n )\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.algorithmFeature.fundAmount.toLocaleString()\n )\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.algorithmFeature.fundAmount.toLocaleString()\n )\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n d.algorithmFeature &&\n d.algorithmFeature.commissionAmount\n ? _c(\"td\", [\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.tl\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.algorithmFeature.commissionAmount.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.algorithmFeature.commissionAmount.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.algorithmFeature.commissionAmount.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n d.algorithmFeature && d.algorithmFeature.price\n ? _c(\"td\", [\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.tl\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.algorithmFeature.price.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.algorithmFeature.price.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.algorithmFeature.price.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n }),\n 0\n )\n : _vm._e(),\n _c(\"tfoot\", [\n _vm.screenPrice > 0\n ? _c(\"tr\", [\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\"Ekran Ücreti\"),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\n _vm._s(_vm.formatPrice(_vm.screenPrice)) + \"₺/Ay\"\n ),\n ]),\n ])\n : _vm._e(),\n _c(\"tr\", [\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Toplam\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(_vm._s(_vm.formatPrice(_vm.totalFundAmount)) + \"₺\"),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\n _vm._s(_vm.formatPrice(_vm.totalCommissionAmount)) + \"₺\"\n ),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(_vm._s(_vm.totalPriceCalc()) + \"/Ay\"),\n ]),\n ]),\n ]),\n ]),\n ]),\n _c(\n \"div\",\n { staticClass: \"checkout-content__action\" },\n [\n _c(\"base-select\", {\n staticClass: \"start-time-selectbox\",\n attrs: {\n fieldLabel: \"Başlangıç Zamanı\",\n options: _vm.startDate,\n id: \"startTime\",\n selectedId: this.startDateSelection,\n },\n on: { change: _vm.changeStartDate },\n }),\n _c(\n \"base-button\",\n {\n class: { \"button-disabled\": _vm.isButtonClicked },\n attrs: { id: \"submit-checkout\" },\n on: { click: _vm.confirmPackage },\n },\n [_vm._v(\"Talep Et\")]\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _vm.packageDetail\n ? [\n _c(\"package-settigns\", {\n attrs: {\n dataItem: _vm.packageDetail,\n marketInfo: _vm.marketInfo,\n isPopupVisible: _vm.isPopupVisible,\n },\n on: { close: _vm.closePopup },\n }),\n ]\n : _vm._e(),\n ],\n 2\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"tooltiptext down\" }, [\n _c(\"div\", { staticClass: \"texts\" }, [\n _vm._v(\n \" Yatırım Fonu / BES hesaplamasına o ay içerisinde hesapta bulunan ortalama fon büyüklüğü dahil edilir. \"\n ),\n ]),\n _c(\"div\", { staticClass: \"triangle-down\" }),\n ])\n },\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"tr\", { staticClass: \"extra-table\" }, [\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Ek Paketler\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Tutar\")]),\n ])\n },\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"tr\", { staticClass: \"extra-table\" }, [\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Yabancı Endeksler\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Tutar\")]),\n ])\n },\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"tr\", { staticClass: \"extra-table\" }, [\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Algoritmalar\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Tutar\")]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/Checkout.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22196c26b0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
2394
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"checkout custom-container\" },\n [\n _c(\"div\", { staticClass: \"checkout-customer\" }, [\n _c(\"div\", { staticClass: \"checkout-customer__info\" }, [\n _c(\"div\", { staticClass: \"customer\" }, [\n _c(\"div\", { staticClass: \"avatar\" }, [\n this.customer && this.customer.imageUrl\n ? _c(\"img\", {\n attrs: { alt: \"no-user\", src: this.customer.imageUrl },\n })\n : _c(\"img\", { attrs: { alt: \"no-user\", src: _vm.noUser } }),\n ]),\n _c(\"div\", { staticClass: \"text\" }, [\n _c(\"h6\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(_vm.getUserInfo)),\n ]),\n _c(\"p\", { staticClass: \"number\" }, [\n _vm._v(_vm._s(this.customer.customerNo)),\n ]),\n ]),\n ]),\n _c(\n \"div\",\n { staticClass: \"adjust\" },\n [\n _c(\"base-icon\", { attrs: { name: \"phone-fill\" } }),\n _c(\"h5\", { staticClass: \"name\" }, [\n _vm._v(_vm._s(this.customer.phoneNumber)),\n ]),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"checkout-customer__number\" }),\n ]),\n _c(\n \"div\",\n { staticClass: \"checkout-content\" },\n [\n _c(\"info-area\", { attrs: { infoText: _vm.infoText[0] } }),\n _vm.haveCurrency\n ? _c(\"info-area\", { attrs: { infoText: _vm.infoText[1] } })\n : _vm._e(),\n _c(\"div\", { staticClass: \"checkout-content__title\" }, [\n _c(\"h6\", { attrs: { id: \"data-package\" } }, [\n _vm._v(\"Veri Paketleri\"),\n ]),\n !_vm.isRecomendedPackage\n ? _c(\n \"div\",\n { staticClass: \"adjust-btn\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"adjust\",\n on: {\n click: function ($event) {\n return _vm.addCart(_vm.packageNumber)\n },\n },\n },\n [\n _c(\"base-icon\", { attrs: { name: \"settings\" } }),\n _vm._v(\"Düzenle\"),\n ],\n 1\n ),\n ],\n 1\n )\n : _vm._e(),\n ]),\n _c(\"div\", { staticClass: \"checkout-content__table\" }, [\n _c(\"table\", { attrs: { \"aria-describedby\": \"data-package\" } }, [\n _c(\"thead\", [\n _c(\"tr\", { staticClass: \"package-table\" }, [\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\" Ürün Bilgileri \"),\n _c(\"br\"),\n _vm.summaryData.application &&\n _vm.summaryData.application.name\n ? _c(\"span\", { staticClass: \"sub-info\" }, [\n _c(\"span\", { staticClass: \"app-name\" }, [\n _vm._v(\n \"(\" +\n _vm._s(_vm.summaryData.application.name) +\n \" - \" +\n _vm._s(\n _vm.summaryData.application.platform.name\n ) +\n \")\"\n ),\n ]),\n ])\n : _vm._e(),\n _c(\"br\"),\n _vm.summaryData.purchaseNo\n ? _c(\"span\", { staticClass: \"sub-info\" }, [\n _vm._v(\n \"(\" + _vm._s(_vm.summaryData.purchaseNo) + \")\"\n ),\n ])\n : _vm._e(),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { staticClass: \"bes\", attrs: { scope: \"col\" } }, [\n _vm._v(\" BES ve Yatırım Fonu Büyüklüğü \"),\n _c(\"div\", { staticClass: \"tag tooltip\" }, [\n _vm._m(0),\n _c(\n \"span\",\n { staticClass: \"text\" },\n [_c(\"base-icon\", { attrs: { name: \"question\" } })],\n 1\n ),\n ]),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Komisyon\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Tutar\")]),\n ]),\n ]),\n _c(\n \"tbody\",\n { staticClass: \"separator\" },\n _vm._l(_vm.summaryData.package, function (d) {\n return _c(\"tr\", { key: d.name }, [\n _c(\"td\", [\n d.marketFeature && d.marketFeature.name\n ? _c(\"span\", [\n _vm._v(\" \" + _vm._s(d.marketFeature.name) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\"td\", [\n d.perspectiveFeature && d.perspectiveFeature.name\n ? _c(\"span\", [\n _vm._v(\n \" \" + _vm._s(d.perspectiveFeature.name) + \" \"\n ),\n ])\n : _vm._e(),\n ]),\n _c(\"td\", [\n d.vendorFeature && d.vendorFeature.name\n ? _c(\"span\", [\n _vm._v(\" \" + _vm._s(d.vendorFeature.name) + \" \"),\n ])\n : _vm._e(),\n ]),\n _c(\"td\", [\n _vm._v(\n _vm._s(\n _vm.formatPrice(d.totalFundAmount.toLocaleString())\n ) + \"₺\"\n ),\n ]),\n _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.totalCommissionAmount.toLocaleString()\n )\n ) +\n \"₺ \"\n ),\n ]),\n _c(\"td\", [\n _vm._v(\n _vm._s(_vm.formatPrice(d.totalPrice.toLocaleString())) +\n \"₺\"\n ),\n ]),\n ])\n }),\n 0\n ),\n _vm.summaryData.research && _vm.summaryData.research.length > 0\n ? _c(\"thead\", [_vm._m(1)])\n : _vm._e(),\n _vm.summaryData.research && _vm.summaryData.research.length > 0\n ? _c(\n \"tbody\",\n _vm._l(_vm.summaryData.research, function (d) {\n return _c(\"tr\", { key: d.name }, [\n d.researchFeature && d.researchFeature.name\n ? _c(\"td\", [\n _vm._v(\n \" \" + _vm._s(d.researchFeature.name) + \" \"\n ),\n ])\n : _vm._e(),\n _c(\"td\"),\n _c(\"td\"),\n d.researchFeature && d.researchFeature.fundAmount\n ? _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n d.researchFeature.fundAmount.toLocaleString()\n ) +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.researchFeature && d.researchFeature.commissionAmount\n ? _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n d.researchFeature.commissionAmount.toLocaleString()\n ) +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.researchFeature && d.researchFeature.price\n ? _c(\"td\", [\n d.researchFeature.priceInfo == \"€\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.researchFeature.priceInfo == \"$\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.researchFeature.priceInfo == \"₺\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.researchFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(d.researchFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n }),\n 0\n )\n : _vm._e(),\n _vm.summaryData.foreignIndice &&\n _vm.summaryData.foreignIndice.length > 0\n ? _c(\"thead\", [_vm._m(2)])\n : _vm._e(),\n _vm.summaryData.foreignIndice &&\n _vm.summaryData.foreignIndice.length > 0\n ? _c(\n \"tbody\",\n _vm._l(_vm.summaryData.foreignIndice, function (d) {\n return _c(\"tr\", { key: d.name }, [\n d.foreignIndiceFeature && d.foreignIndiceFeature.name\n ? _c(\"td\", [\n _vm._v(\n \" \" + _vm._s(d.foreignIndiceFeature.name) + \" \"\n ),\n ])\n : _vm._e(),\n _c(\"td\"),\n _c(\"td\"),\n d.foreignIndiceFeature &&\n d.foreignIndiceFeature.fundAmount\n ? _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.foreignIndiceFeature.fundAmount.toLocaleString()\n )\n ) +\n \"₺ \"\n ),\n ])\n : _vm._e(),\n d.foreignIndiceFeature &&\n d.foreignIndiceFeature.commissionAmount\n ? _c(\"td\", [\n _vm._v(\n \" \" +\n _vm._s(\n d.foreignIndiceFeature.commissionAmount.toLocaleString()\n ) +\n \"₺ \"\n ),\n ])\n : _vm._e(),\n d.foreignIndiceFeature && d.foreignIndiceFeature.price\n ? _c(\"td\", [\n d.foreignIndiceFeature.priceInfo.toLocaleString() ==\n \"₺\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(\n d.foreignIndiceFeature.priceInfo.toLocaleString()\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.foreignIndiceFeature.priceInfo.toLocaleString() ==\n \"$\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(\n d.foreignIndiceFeature.priceInfo.toLocaleString()\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.foreignIndiceFeature.priceInfo.toLocaleString() ==\n \"€\"\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.foreignIndiceFeature.price.toLocaleString()\n )\n ) +\n \" \" +\n _vm._s(\n d.foreignIndiceFeature.priceInfo.toLocaleString()\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n }),\n 0\n )\n : _vm._e(),\n _vm.summaryData.algorithm && _vm.summaryData.algorithm.length > 0\n ? _c(\"thead\", [_vm._m(3)])\n : _vm._e(),\n _vm.summaryData.algorithm && _vm.summaryData.algorithm.length > 0\n ? _c(\n \"tbody\",\n _vm._l(_vm.summaryData.algorithm, function (d) {\n return _c(\"tr\", { key: d.name }, [\n d.algorithmFeature && d.algorithmFeature.name\n ? _c(\"td\", [\n _vm._v(\n \" \" + _vm._s(d.algorithmFeature.name) + \" \"\n ),\n ])\n : _vm._e(),\n _c(\"td\"),\n _c(\"td\"),\n d.algorithmFeature && d.algorithmFeature.fundAmount\n ? _c(\"td\", [\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.tl\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.algorithmFeature.fundAmount.toLocaleString()\n )\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.algorithmFeature.fundAmount.toLocaleString()\n )\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.algorithmFeature.fundAmount.toLocaleString()\n )\n ) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n d.algorithmFeature &&\n d.algorithmFeature.commissionAmount\n ? _c(\"td\", [\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.tl\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.algorithmFeature.commissionAmount.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.algorithmFeature.commissionAmount.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.algorithmFeature.commissionAmount.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n d.algorithmFeature && d.algorithmFeature.price\n ? _c(\"td\", [\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.tl\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPrice(\n d.algorithmFeature.price.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.dolar\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceDollar(\n d.algorithmFeature.price.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n d.algorithmFeature.priceInfo ===\n _vm.currencySymbol.euro\n ? _c(\"span\", [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.formatPriceEuro(\n d.algorithmFeature.price.toLocaleString()\n )\n ) +\n _vm._s(d.algorithmFeature.priceInfo) +\n \" \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n ])\n }),\n 0\n )\n : _vm._e(),\n _c(\"tfoot\", [\n _vm.screenPrice > 0\n ? _c(\"tr\", [\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\"Ekran Ücreti\"),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(_vm._s(_vm.formatPrice(_vm.screenFund)) + \"₺\"),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\n _vm._s(_vm.formatPrice(_vm.screenCommission)) + \"₺\"\n ),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\n _vm._s(_vm.formatPrice(_vm.screenPrice)) + \"₺/Ay\"\n ),\n ]),\n ])\n : _vm._e(),\n _c(\"tr\", [\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Toplam\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(_vm._s(_vm.formatPrice(_vm.totalFundAmount)) + \"₺\"),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(\n _vm._s(_vm.formatPrice(_vm.totalCommissionAmount)) + \"₺\"\n ),\n ]),\n _c(\"th\", { attrs: { scope: \"col\" } }, [\n _vm._v(_vm._s(_vm.totalPriceCalc()) + \"/Ay\"),\n ]),\n ]),\n ]),\n ]),\n ]),\n _c(\n \"div\",\n { staticClass: \"checkout-content__action\" },\n [\n _c(\"base-select\", {\n staticClass: \"start-time-selectbox\",\n attrs: {\n fieldLabel: \"Başlangıç Zamanı\",\n options: _vm.startDate,\n id: \"startTime\",\n selectedId: this.startDateSelection,\n },\n on: { change: _vm.changeStartDate },\n }),\n _c(\n \"base-button\",\n {\n class: { \"button-disabled\": _vm.isButtonClicked },\n attrs: { id: \"submit-checkout\" },\n on: { click: _vm.confirmPackage },\n },\n [_vm._v(\"Talep Et\")]\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _vm.packageDetail\n ? [\n _c(\"package-settigns\", {\n attrs: {\n dataItem: _vm.packageDetail,\n marketInfo: _vm.marketInfo,\n isPopupVisible: _vm.isPopupVisible,\n },\n on: { close: _vm.closePopup },\n }),\n ]\n : _vm._e(),\n ],\n 2\n )\n}\nvar staticRenderFns = [\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"tooltiptext down\" }, [\n _c(\"div\", { staticClass: \"texts\" }, [\n _vm._v(\n \" Yatırım Fonu / BES hesaplamasına o ay içerisinde hesapta bulunan ortalama fon büyüklüğü dahil edilir. \"\n ),\n ]),\n _c(\"div\", { staticClass: \"triangle-down\" }),\n ])\n },\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"tr\", { staticClass: \"extra-table\" }, [\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Ek Paketler\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Tutar\")]),\n ])\n },\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"tr\", { staticClass: \"extra-table\" }, [\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Yabancı Endeksler\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Tutar\")]),\n ])\n },\n function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"tr\", { staticClass: \"extra-table\" }, [\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Algoritmalar\")]),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"Tutar\")]),\n ])\n },\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/Checkout.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22196c26b0-vue-loader-template%22%7D!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
|
|
2395
2395
|
|
|
2396
2396
|
/***/ }),
|
|
2397
2397
|
|
|
@@ -7967,7 +7967,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
|
|
|
7967
7967
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7968
7968
|
|
|
7969
7969
|
"use strict";
|
|
7970
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"statuses\", function() { return statuses; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ENDPOINTS\", function() { return ENDPOINTS; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticImages\", function() { return staticImages; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"monthArr\", function() { return monthArr; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"CurrencySymbol\", function() { return CurrencySymbol; });\nconst statuses = {\n OK: 200,\n CREATED: 201,\n BAD_REQUEST: 400,\n UNAUTHORIZED: 401,\n FORBIDDEN: 403,\n NOT_FOUND: 404,\n NOT_ACCEPTABLE: 406,\n INTERNAL_SERVER_ERROR: 500\n};\nconst ENDPOINTS = {\n login: \"auth/login\",\n customerSearch: \"/Customer/Detail\",\n customerSearchBefore: \"/Customer/newSearch\",\n updatePaymentStatus: \"/Customer/UpdatePaymentStatus\",\n getPlatform: \"/Feature/GetPlatform\",\n getMarket: \"/Feature/GetMarket\",\n getPerspective: \"/Feature/GetPerspective\",\n getVendor: \"/Feature/GetVendor\",\n getResearch: \"/Feature/GetResearch\",\n getForeignIndices: \"/Feature/GetForeignIndices\",\n getAlgorithmAndServer: \"/Feature/GetAlgorithmAndServer\",\n getAlgorithmDetail: \"/Feature/GetAlgorithmDetail\",\n getResearchDetail: \"/Feature/GetResearchDetail\",\n getAllPackages: \"/Purchase/List\",\n getRecommendedPackageList: \"/RecommendationPackage/List\",\n getRecommendedPackageAllList: \"/RecommendationPackage/AllList\",\n getPackageDetail: \"/Purchase/Detail\",\n getRecommendedPackageDetail: \"/RecommendationPackage/Detail\",\n fillFilter: \"/Filter/GetFilterAttribute\",\n getApps: \"/Feature/GetApplication\",\n getAllResearch: \"/Feature/GetAllResearch\",\n getProfAlgoApps: \"/Feature/GetApplicationByGroupId\",\n updatePackage: \"/Purchase/Update\",\n updateRecommendationPackage: \"/RecommendationPackage/Update\",\n createPackage: \"/Purchase/Create\",\n createRecommendationPackage: \"/RecommendationPackage/Create\",\n createAlgorithm: \"/Purchase/AlgorithmCreate\",\n createResearch: \"/Purchase/ResearchCreate\",\n confirm: \"/Purchase/Confirm\",\n getPackageSummary: \"/Purchase/Detail\",\n getAppTabs: \"/Feature/GetApplicationType\",\n getProfAlgoTab: \"/Feature/GetApplicationGroup\",\n getHistory: \"/Purchase/History\",\n getFundAndCommissionRates: \"/Purchase/FundAndCommissionRates\",\n cancelPackage: \"/Purchase/Cancelled\",\n cancelRecommendedPackage: \"/RecommendationPackage/Cancelled\",\n getInvoiceList: \"/Purchase/InvoiceList\",\n getRepresentativeReport: \"/Report/RepresentativeReport\",\n getPurchaseActivatedStatus: \"/Purchase/Activated\",\n getRecommendationSummary: \"/RecommendationPackage/Detail\",\n getPurchaseChangeStartDate: \"/Purchase/PurchaseChangeStartDate\",\n getAllApplicationTypes: \"/ApplicationType/list\",\n createApplicationType: \"/ApplicationType/Create\",\n updateApplicationType: \"/ApplicationType/Update\",\n deleteApplicationType: \"/ApplicationType/Delete\",\n getAllPlatforms: \"/Platform/list\",\n createPlatform: \"/Platform/Create\",\n updatePlatform: \"/Platform/Update\",\n deletePlatform: \"/Platform/Delete\",\n getAllPerspectives: \"/Perspective/list\",\n createPerspective: \"/Perspective/Create\",\n updatePerspective: \"/Perspective/Update\",\n deletePerspective: \"/Perspective/Delete\",\n getAllAKDs: \"/Vendor/list\",\n createAKD: \"/Vendor/Create\",\n updateAKD: \"/Vendor/Update\",\n deleteAKD: \"/Vendor/Delete\",\n getAllMarkets: \"/Market/list\",\n createMarket: \"/Market/Create\",\n updateMarket: \"/Market/Update\",\n deleteMarket: \"/Market/Delete\",\n getAllAlgorithmAndServers: \"/AlgorithmAndServer/list\",\n createAlgorithmAndServer: \"/AlgorithmAndServer/Create\",\n updateAlgorithmAndServer: \"/AlgorithmAndServer/Update\",\n deleteAlgorithmAndServer: \"/AlgorithmAndServer/Delete\",\n featureSettings: \"/FeatureSettings/list\",\n siteSettings: \"SiteSettings/GetSiteSettings\",\n createFeatureSetting: \"FeatureSettings/Create\",\n updateFeatureSetting: \"FeatureSettings/Update\",\n deleteFeatureSetting: \"FeatureSettings/Delete\",\n researchList: \"Research/list\",\n researchCreate: \"Research/Create\",\n researchUpdate: \"Research/Update\",\n researchDelete: \"Research/delete\",\n applicationTypeOrderIncrease: \"ApplicationType/OrderIncrease\",\n applicationTypeOrderDecrease: \"ApplicationType/OrderDecrease\",\n platformOrderDecrease: \"Platform/OrderDecrease\",\n platformOrderIncrease: \"Platform/OrderIncrease\",\n algorithmAndServerOrderDecrease: \"AlgorithmAndServer/OrderDecrease\",\n algorithmAndServerOrderIncrease: \"AlgorithmAndServer/OrderIncrease\",\n perspectiveOrderDecrease: \"Perspective/OrderDecrease\",\n perspectiveOrderIncrease: \"Perspective/OrderIncrease\",\n akdOrderDecrease: \"Vendor/OrderDecrease\",\n akdOrderIncrease: \"Vendor/OrderIncrease\",\n marketOrderDecrease: \"Market/OrderDecrease\",\n marketOrderIncrease: \"Market/OrderIncrease\",\n researchOrderDecrease: \"Research/OrderDecrease\",\n researchOrderIncrease: \"Research/OrderIncrease\",\n manuelReportExport: \"Report/VeriDagitimReportExportExcel\"\n};\nconst staticImages = {\n noImage: \"
|
|
7970
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"statuses\", function() { return statuses; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ENDPOINTS\", function() { return ENDPOINTS; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticImages\", function() { return staticImages; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"monthArr\", function() { return monthArr; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"CurrencySymbol\", function() { return CurrencySymbol; });\nconst statuses = {\n OK: 200,\n CREATED: 201,\n BAD_REQUEST: 400,\n UNAUTHORIZED: 401,\n FORBIDDEN: 403,\n NOT_FOUND: 404,\n NOT_ACCEPTABLE: 406,\n INTERNAL_SERVER_ERROR: 500\n};\nconst ENDPOINTS = {\n login: \"auth/login\",\n customerSearch: \"/Customer/Detail\",\n customerSearchBefore: \"/Customer/newSearch\",\n updatePaymentStatus: \"/Customer/UpdatePaymentStatus\",\n getPlatform: \"/Feature/GetPlatform\",\n getMarket: \"/Feature/GetMarket\",\n getPerspective: \"/Feature/GetPerspective\",\n getVendor: \"/Feature/GetVendor\",\n getResearch: \"/Feature/GetResearch\",\n getForeignIndices: \"/Feature/GetForeignIndices\",\n getAlgorithmAndServer: \"/Feature/GetAlgorithmAndServer\",\n getAlgorithmDetail: \"/Feature/GetAlgorithmDetail\",\n getResearchDetail: \"/Feature/GetResearchDetail\",\n getAllPackages: \"/Purchase/List\",\n getRecommendedPackageList: \"/RecommendationPackage/List\",\n getRecommendedPackageAllList: \"/RecommendationPackage/AllList\",\n getPackageDetail: \"/Purchase/Detail\",\n getRecommendedPackageDetail: \"/RecommendationPackage/Detail\",\n fillFilter: \"/Filter/GetFilterAttribute\",\n getApps: \"/Feature/GetApplication\",\n getAllResearch: \"/Feature/GetAllResearch\",\n getProfAlgoApps: \"/Feature/GetApplicationByGroupId\",\n updatePackage: \"/Purchase/Update\",\n updateRecommendationPackage: \"/RecommendationPackage/Update\",\n createPackage: \"/Purchase/Create\",\n createRecommendationPackage: \"/RecommendationPackage/Create\",\n createAlgorithm: \"/Purchase/AlgorithmCreate\",\n createResearch: \"/Purchase/ResearchCreate\",\n confirm: \"/Purchase/Confirm\",\n getPackageSummary: \"/Purchase/Detail\",\n getAppTabs: \"/Feature/GetApplicationType\",\n getProfAlgoTab: \"/Feature/GetApplicationGroup\",\n getHistory: \"/Purchase/History\",\n getFundAndCommissionRates: \"/Purchase/FundAndCommissionRates\",\n cancelPackage: \"/Purchase/Cancelled\",\n cancelRecommendedPackage: \"/RecommendationPackage/Cancelled\",\n getInvoiceList: \"/Purchase/InvoiceList\",\n getRepresentativeReport: \"/Report/RepresentativeReport\",\n getPurchaseActivatedStatus: \"/Purchase/Activated\",\n getRecommendationSummary: \"/RecommendationPackage/Detail\",\n getPurchaseChangeStartDate: \"/Purchase/PurchaseChangeStartDate\",\n getAllApplicationTypes: \"/ApplicationType/list\",\n createApplicationType: \"/ApplicationType/Create\",\n updateApplicationType: \"/ApplicationType/Update\",\n deleteApplicationType: \"/ApplicationType/Delete\",\n getAllPlatforms: \"/Platform/list\",\n createPlatform: \"/Platform/Create\",\n updatePlatform: \"/Platform/Update\",\n deletePlatform: \"/Platform/Delete\",\n getAllPerspectives: \"/Perspective/list\",\n createPerspective: \"/Perspective/Create\",\n updatePerspective: \"/Perspective/Update\",\n deletePerspective: \"/Perspective/Delete\",\n getAllAKDs: \"/Vendor/list\",\n createAKD: \"/Vendor/Create\",\n updateAKD: \"/Vendor/Update\",\n deleteAKD: \"/Vendor/Delete\",\n getAllMarkets: \"/Market/list\",\n createMarket: \"/Market/Create\",\n updateMarket: \"/Market/Update\",\n deleteMarket: \"/Market/Delete\",\n getAllAlgorithmAndServers: \"/AlgorithmAndServer/list\",\n createAlgorithmAndServer: \"/AlgorithmAndServer/Create\",\n updateAlgorithmAndServer: \"/AlgorithmAndServer/Update\",\n deleteAlgorithmAndServer: \"/AlgorithmAndServer/Delete\",\n featureSettings: \"/FeatureSettings/list\",\n siteSettings: \"SiteSettings/GetSiteSettings\",\n createFeatureSetting: \"FeatureSettings/Create\",\n updateFeatureSetting: \"FeatureSettings/Update\",\n deleteFeatureSetting: \"FeatureSettings/Delete\",\n researchList: \"Research/list\",\n researchCreate: \"Research/Create\",\n researchUpdate: \"Research/Update\",\n researchDelete: \"Research/delete\",\n applicationTypeOrderIncrease: \"ApplicationType/OrderIncrease\",\n applicationTypeOrderDecrease: \"ApplicationType/OrderDecrease\",\n platformOrderDecrease: \"Platform/OrderDecrease\",\n platformOrderIncrease: \"Platform/OrderIncrease\",\n algorithmAndServerOrderDecrease: \"AlgorithmAndServer/OrderDecrease\",\n algorithmAndServerOrderIncrease: \"AlgorithmAndServer/OrderIncrease\",\n perspectiveOrderDecrease: \"Perspective/OrderDecrease\",\n perspectiveOrderIncrease: \"Perspective/OrderIncrease\",\n akdOrderDecrease: \"Vendor/OrderDecrease\",\n akdOrderIncrease: \"Vendor/OrderIncrease\",\n marketOrderDecrease: \"Market/OrderDecrease\",\n marketOrderIncrease: \"Market/OrderIncrease\",\n researchOrderDecrease: \"Research/OrderDecrease\",\n researchOrderIncrease: \"Research/OrderIncrease\",\n manuelReportExport: \"Report/VeriDagitimReportExportExcel\"\n};\nconst staticImages = {\n noImage: \"https://veridagitimdev.osmanlimenkul.com.tr/images/no-image.png\",\n noUser: \"https://veridagitimdev.osmanlimenkul.com.tr/images/no-user.png\"\n};\nconst monthArr = [{\n Key: \"1\",\n label: \"Ocak\"\n}, {\n Key: \"2\",\n label: \"Şubat\"\n}, {\n Key: \"3\",\n label: \"Mart\"\n}, {\n Key: \"4\",\n label: \"Nisan\"\n}, {\n Key: \"5\",\n label: \"Mayıs\"\n}, {\n Key: \"6\",\n label: \"Haziran\"\n}, {\n Key: \"7\",\n label: \"Temmuz\"\n}, {\n Key: \"8\",\n label: \"Ağustos\"\n}, {\n Key: \"9\",\n label: \"Eylül\"\n}, {\n Key: \"10\",\n label: \"Ekim\"\n}, {\n Key: \"11\",\n label: \"Kasım\"\n}, {\n Key: \"12\",\n label: \"Aralık\"\n}];\nconst CurrencySymbol = {\n tl: \"₺\",\n dolar: \"$\",\n euro: \"€\"\n};\n\n//# sourceURL=webpack://OsmanliPackage/./src/constants/index.js?");
|
|
7971
7971
|
|
|
7972
7972
|
/***/ }),
|
|
7973
7973
|
|
|
@@ -8003,7 +8003,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vue_
|
|
|
8003
8003
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
8004
8004
|
|
|
8005
8005
|
"use strict";
|
|
8006
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.error.cause.js */ \"./node_modules/core-js/modules/es.error.cause.js\");\n/* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var v_click_outside__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! v-click-outside */ \"./node_modules/v-click-outside/dist/v-click-outside.umd.js\");\n/* harmony import */ var v_click_outside__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(v_click_outside__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var vue2_datepicker__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue2-datepicker */ \"./node_modules/vue2-datepicker/index.esm.js\");\n/* harmony import */ var vue_toastification__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue-toastification */ \"./node_modules/vue-toastification/dist/esm/index.js\");\n/* harmony import */ var vue_js_modal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue-js-modal */ \"./node_modules/vue-js-modal/dist/index.js\");\n/* harmony import */ var vue_js_modal__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(vue_js_modal__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var vue_apexcharts__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vue-apexcharts */ \"./node_modules/vue-apexcharts/dist/vue-apexcharts.js\");\n/* harmony import */ var vue_apexcharts__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(vue_apexcharts__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var vue_esc__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vue-esc */ \"./node_modules/vue-esc/dist/vue-esc.min.js\");\n/* harmony import */ var vue_esc__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(vue_esc__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var _views_CustomerDetail__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./views/CustomerDetail */ \"./src/views/CustomerDetail.vue\");\n/* harmony import */ var _views_BuyDataPackage__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./views/BuyDataPackage */ \"./src/views/BuyDataPackage.vue\");\n/* harmony import */ var _views_Checkout__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./views/Checkout */ \"./src/views/Checkout.vue\");\n/* harmony import */ var _store_modules_customer__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./store/modules/customer */ \"./src/store/modules/customer.js\");\n/* harmony import */ var _store_modules_packages__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./store/modules/packages */ \"./src/store/modules/packages.js\");\n/* harmony import */ var _store_modules_rate__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./store/modules/rate */ \"./src/store/modules/rate.js\");\n/* harmony import */ var _store_modules_packageFeature__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./store/modules/packageFeature */ \"./src/store/modules/packageFeature.js\");\n/* harmony import */ var _style_main_scss__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./style/main.scss */ \"./src/style/main.scss\");\n/* harmony import */ var _style_main_scss__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_style_main_scss__WEBPACK_IMPORTED_MODULE_14__);\n\n// if have a main project remove extension\n\n\n\n\n\n // components\n\n\n\n // store\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n install(Vue, options) {\n if (!options || !options.store) {\n throw new Error(\"Please initialise plugin with a Vuex store.\");\n }\n\n Vue.use(vue_js_modal__WEBPACK_IMPORTED_MODULE_4___default.a, {\n dynamic: true,\n injectModalsContainer: true\n });\n Vue.use(__webpack_require__(/*! vue-moment */ \"./node_modules/vue-moment/dist/vue-moment.js\"));\n Vue.use(vue_apexcharts__WEBPACK_IMPORTED_MODULE_5___default.a);\n Vue.use(vue_esc__WEBPACK_IMPORTED_MODULE_6___default.a);\n Vue.use(v_click_outside__WEBPACK_IMPORTED_MODULE_1___default.a);\n Vue.use(vue2_datepicker__WEBPACK_IMPORTED_MODULE_2__[\"default\"]);\n Vue.use(vue_toastification__WEBPACK_IMPORTED_MODULE_3__[\"default\"], {\n transition: \"Vue-Toastification__slideBlurred\",\n maxToasts: 20,\n newestOnTop: true,\n position: \"
|
|
8006
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.error.cause.js */ \"./node_modules/core-js/modules/es.error.cause.js\");\n/* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var v_click_outside__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! v-click-outside */ \"./node_modules/v-click-outside/dist/v-click-outside.umd.js\");\n/* harmony import */ var v_click_outside__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(v_click_outside__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var vue2_datepicker__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue2-datepicker */ \"./node_modules/vue2-datepicker/index.esm.js\");\n/* harmony import */ var vue_toastification__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue-toastification */ \"./node_modules/vue-toastification/dist/esm/index.js\");\n/* harmony import */ var vue_js_modal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue-js-modal */ \"./node_modules/vue-js-modal/dist/index.js\");\n/* harmony import */ var vue_js_modal__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(vue_js_modal__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var vue_apexcharts__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vue-apexcharts */ \"./node_modules/vue-apexcharts/dist/vue-apexcharts.js\");\n/* harmony import */ var vue_apexcharts__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(vue_apexcharts__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var vue_esc__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vue-esc */ \"./node_modules/vue-esc/dist/vue-esc.min.js\");\n/* harmony import */ var vue_esc__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(vue_esc__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var _views_CustomerDetail__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./views/CustomerDetail */ \"./src/views/CustomerDetail.vue\");\n/* harmony import */ var _views_BuyDataPackage__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./views/BuyDataPackage */ \"./src/views/BuyDataPackage.vue\");\n/* harmony import */ var _views_Checkout__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./views/Checkout */ \"./src/views/Checkout.vue\");\n/* harmony import */ var _store_modules_customer__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./store/modules/customer */ \"./src/store/modules/customer.js\");\n/* harmony import */ var _store_modules_packages__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./store/modules/packages */ \"./src/store/modules/packages.js\");\n/* harmony import */ var _store_modules_rate__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./store/modules/rate */ \"./src/store/modules/rate.js\");\n/* harmony import */ var _store_modules_packageFeature__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./store/modules/packageFeature */ \"./src/store/modules/packageFeature.js\");\n/* harmony import */ var _style_main_scss__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./style/main.scss */ \"./src/style/main.scss\");\n/* harmony import */ var _style_main_scss__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_style_main_scss__WEBPACK_IMPORTED_MODULE_14__);\n\n// if have a main project remove extension\n\n\n\n\n\n // components\n\n\n\n // store\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n install(Vue, options) {\n if (!options || !options.store) {\n throw new Error(\"Please initialise plugin with a Vuex store.\");\n }\n\n Vue.use(vue_js_modal__WEBPACK_IMPORTED_MODULE_4___default.a, {\n dynamic: true,\n injectModalsContainer: true\n });\n Vue.use(__webpack_require__(/*! vue-moment */ \"./node_modules/vue-moment/dist/vue-moment.js\"));\n Vue.use(vue_apexcharts__WEBPACK_IMPORTED_MODULE_5___default.a);\n Vue.use(vue_esc__WEBPACK_IMPORTED_MODULE_6___default.a);\n Vue.use(v_click_outside__WEBPACK_IMPORTED_MODULE_1___default.a);\n Vue.use(vue2_datepicker__WEBPACK_IMPORTED_MODULE_2__[\"default\"]);\n Vue.use(vue_toastification__WEBPACK_IMPORTED_MODULE_3__[\"default\"], {\n transition: \"Vue-Toastification__slideBlurred\",\n maxToasts: 20,\n newestOnTop: true,\n position: \"top-right\",\n timeout: 7500,\n closeOnClick: true,\n pauseOnFocusLoss: false,\n pauseOnHover: false,\n draggable: false,\n draggablePercent: 0.6,\n showCloseButtonOnHover: false,\n hideProgressBar: false,\n closeButton: \"button\",\n icon: true,\n rtl: false\n });\n options.store.registerModule(\"customer\", _store_modules_customer__WEBPACK_IMPORTED_MODULE_10__[\"default\"]);\n options.store.registerModule(\"packages\", _store_modules_packages__WEBPACK_IMPORTED_MODULE_11__[\"default\"]);\n options.store.registerModule(\"rate\", _store_modules_rate__WEBPACK_IMPORTED_MODULE_12__[\"default\"]);\n options.store.registerModule(\"packageFeature\", _store_modules_packageFeature__WEBPACK_IMPORTED_MODULE_13__[\"default\"]);\n Vue.component(\"customer-detail\", _views_CustomerDetail__WEBPACK_IMPORTED_MODULE_7__[\"default\"]);\n Vue.component(\"buy-data-package\", _views_BuyDataPackage__WEBPACK_IMPORTED_MODULE_8__[\"default\"]);\n Vue.component(\"checkout\", _views_Checkout__WEBPACK_IMPORTED_MODULE_9__[\"default\"]);\n }\n\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/setup.js?");
|
|
8007
8007
|
|
|
8008
8008
|
/***/ }),
|
|
8009
8009
|
|