osmanli-veri-dagitim 2.0.55 → 2.0.57

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.
@@ -20,7 +20,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuel
20
20
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21
21
 
22
22
  "use strict";
23
- 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 vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuelidate/lib/validators */ \"./node_modules/vuelidate/lib/validators/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/productAndPackage/PhotoUpload */ \"./src/components/productAndPackage/PhotoUpload.vue\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"AlgoDefinitionForm\",\n props: {\n clickedNewItemBtn: Boolean,\n applicationId: Number,\n selectedDataApplicationId: Number,\n id: Number,\n selectedDataId: Number,\n name: String,\n selectedDataName: String,\n order: Number,\n selectedDataOrder: Number,\n isAgreementMandatory: Boolean,\n isHighLevel: Boolean,\n isExternalPurchasable: Boolean,\n price: Number,\n priceCostMultiplier: Number,\n screenPrice: Number,\n cost: Number,\n priceType: Number,\n fundAmount: Number,\n commissionAmount: Number,\n vdProducrtWarnings: Array,\n selectedDataPrice: Number,\n selectedDataPriceCostMultiplier: Number,\n selectedDataScreenPrice: Number,\n selectedDataCost: Number,\n selectedDataFundAmount: Number,\n selectedDataCommissionAmount: Number,\n selectedDataVdProducrtWarnings: Array,\n additionalWarnings: Array,\n selectedShortContent: String,\n selectedDescription: String,\n shortContent: String,\n description: String,\n selectedDataApplication: Object,\n filterAttribute: Array\n },\n\n data() {\n return {\n selectedDataAppVal: \"\",\n clickedNewBtn: this.clickedNewItemBtn,\n selectedMandatoryGroupVal: {\n label: \"Evet\",\n value: true,\n code: 1\n },\n selectedLevelGroupVal: {\n label: \"Evet\",\n value: true,\n code: 1\n },\n selectedPurchasableGroupVal: {\n label: \"Evet\",\n value: true,\n code: 1\n },\n invalidMessage: \"Bu alan boş bırakılamaz!\",\n booleanOptions: [{\n label: \"Evet\",\n value: true,\n code: 1\n }, {\n label: \"Hayır\",\n value: false,\n code: 2\n }],\n selectedAppGroupOptions: [],\n submitted: false,\n formItems: {\n application: this.selectedDataApplication,\n applicationId: this.selectedDataApplicationId,\n id: this.selectedDataId,\n name: this.selectedDataName,\n order: this.selectedDataOrder,\n shortContent: this.selectedShortContent,\n description: this.selectedDescription,\n isAgreementMandatory: false,\n isHighLevel: false,\n isExternalPurchasable: false,\n price: this.selectedDataPrice,\n priceCostMultiplier: this.selectedDataPriceCostMultiplier,\n screenPrice: this.selectedDataScreenPrice,\n cost: this.selectedDataCost,\n fundAmount: this.selectedDataFundAmount,\n commissionAmount: this.selectedDataCommissionAmount,\n vdProducrtWarnings: this.additionalWarnings\n }\n };\n },\n\n methods: {\n getFilter() {\n this.selectedAppGroupOptions = this.getFilterList.filter(o => o.name === \"Applications\")[0].values;\n const firstItem = this.selectedAppGroupOptions.filter(x => x.code === 0);\n\n if (firstItem.length === 0) {\n this.selectedAppGroupOptions.unshift({\n code: 0,\n label: \"Uygulam Seçiniz\"\n });\n }\n\n if (this.clickedNewItemBtn) {\n this.formItems.applicationId = 0;\n this.formItems.application = this.selectedAppGroupOptions[0].label;\n }\n },\n\n addRemoveAdditionalWarnings(index = null) {\n if (index === null) {\n this.additionalWarnings.push(\"\");\n } else {\n this.additionalWarnings.splice(index, 1);\n }\n },\n\n changeIsAgreementMandatoryGroup(value) {\n this.formItems.isAgreementMandatory = value.value;\n },\n\n changeIsHighLevelGroup(value) {\n this.formItems.isHighLevel = value.value;\n },\n\n changeIsExternalPurchasableGroup(value) {\n this.formItems.isExternalPurchasable = value.value;\n },\n\n changeSelectedApp(value) {\n this.formItems.applicationId = value.code;\n this.formItems.application = value.label;\n },\n\n sendForm() {\n this.submitted = true;\n this.$v.$touch();\n\n if (this.$v.$invalid) {\n return;\n }\n\n this.formItems.id = Number(this.formItems.id);\n this.formItems.applicationId = Number(this.formItems.applicationId) === 0 ? this.selectedAppGroupOptions[0].code : Number(this.formItems.applicationId);\n this.formItems.order = Number(this.formItems.order);\n this.formItems.price = Number(this.formItems.price);\n this.formItems.priceCostMultiplier = Number(this.formItems.priceCostMultiplier);\n this.formItems.screenPrice = Number(this.formItems.screenPrice);\n this.formItems.cost = Number(this.formItems.cost);\n this.formItems.fundAmount = Number(this.formItems.fundAmount);\n this.formItems.commissionAmount = Number(this.formItems.commissionAmount);\n\n if (this.formItems.vdProducrtWarnings.length === 1 && this.formItems.vdProducrtWarnings[0] === \"\") {\n this.formItems.vdProducrtWarnings = [];\n }\n\n if (this.clickedNewItemBtn) {\n delete this.formItems.id;\n delete this.formItems.order;\n }\n\n this.$emit(\"submit-form\", this.formItems);\n },\n\n setPhotoForForm(base64) {\n this.formItems.imageFileBase64 = base64;\n }\n\n },\n components: {\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n BaseInput: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseInput\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n PhotoUpload: _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"getFilterList\"])\n },\n\n mounted() {\n this.getFilter();\n /* if (this.selectedDataId === null) {\n this.addRemoveAdditionalWarnings();\n }*/\n\n this.selectedMandatoryGroupVal = this.booleanOptions.find(x => x.value === this.isAgreementMandatory);\n this.selectedLevelGroupVal = this.booleanOptions.find(x => x.value === this.isHighLevel);\n this.selectedPurchasableGroupVal = this.booleanOptions.find(x => x.value === this.isExternalPurchasable);\n },\n\n validations: {\n formItems: {\n applicationId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n },\n name: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n price: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n priceCostMultiplier: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n screenPrice: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n cost: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n fundAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n commissionAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n }\n }\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/AlgoDefinitionForm.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");
23
+ 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 vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuelidate/lib/validators */ \"./node_modules/vuelidate/lib/validators/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/productAndPackage/PhotoUpload */ \"./src/components/productAndPackage/PhotoUpload.vue\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"AlgoDefinitionForm\",\n props: {\n clickedNewItemBtn: Boolean,\n applicationId: Number,\n selectedDataApplicationId: Number,\n id: Number,\n selectedDataId: Number,\n name: String,\n selectedDataName: String,\n order: Number,\n selectedDataOrder: Number,\n isAgreementMandatory: Boolean,\n isHighLevel: Boolean,\n isDisabled: Boolean,\n isExternalPurchasable: Boolean,\n price: Number,\n priceCostMultiplier: Number,\n screenPrice: Number,\n cost: Number,\n priceType: Number,\n fundAmount: Number,\n commissionAmount: Number,\n vdProducrtWarnings: Array,\n selectedDataPrice: Number,\n selectedDataPriceCostMultiplier: Number,\n selectedDataScreenPrice: Number,\n selectedDataCost: Number,\n selectedDataFundAmount: Number,\n selectedDataCommissionAmount: Number,\n selectedDataVdProducrtWarnings: Array,\n additionalWarnings: Array,\n selectedShortContent: String,\n selectedDescription: String,\n shortContent: String,\n description: String,\n selectedDataApplication: Object,\n filterAttribute: Array\n },\n\n data() {\n return {\n selectedDataAppVal: \"\",\n clickedNewBtn: this.clickedNewItemBtn,\n selectedMandatoryGroupVal: {\n label: \"Evet\",\n value: true,\n code: 1\n },\n selectedLevelGroupVal: {\n label: \"Evet\",\n value: true,\n code: 1\n },\n selectedPurchasableGroupVal: {\n label: \"Evet\",\n value: true,\n code: 1\n },\n invalidMessage: \"Bu alan boş bırakılamaz!\",\n booleanOptions: [{\n label: \"Evet\",\n value: true,\n code: 1\n }, {\n label: \"Hayır\",\n value: false,\n code: 2\n }],\n selectedAppGroupOptions: [],\n submitted: false,\n formItems: {\n application: this.selectedDataApplication,\n applicationId: this.selectedDataApplicationId,\n id: this.selectedDataId,\n name: this.selectedDataName,\n order: this.selectedDataOrder,\n shortContent: this.selectedShortContent,\n description: this.selectedDescription,\n isAgreementMandatory: this.isAgreementMandatory,\n isHighLevel: this.isHighLevel,\n isExternalPurchasable: this.isExternalPurchasable,\n price: this.selectedDataPrice,\n priceCostMultiplier: this.selectedDataPriceCostMultiplier,\n screenPrice: this.selectedDataScreenPrice,\n cost: this.selectedDataCost,\n fundAmount: this.selectedDataFundAmount,\n commissionAmount: this.selectedDataCommissionAmount,\n vdProducrtWarnings: this.additionalWarnings\n }\n };\n },\n\n methods: {\n getFilter() {\n this.selectedAppGroupOptions = this.getFilterList.filter(o => o.name === \"Applications\")[0].values;\n const firstItem = this.selectedAppGroupOptions.filter(x => x.code === 0);\n\n if (firstItem.length === 0) {\n this.selectedAppGroupOptions.unshift({\n code: 0,\n label: \"Uygulam Seçiniz\"\n });\n }\n\n if (this.clickedNewItemBtn) {\n this.formItems.applicationId = 0;\n this.formItems.application = this.selectedAppGroupOptions[0].label;\n }\n },\n\n addRemoveAdditionalWarnings(index = null) {\n if (index === null) {\n this.additionalWarnings.push(\"\");\n } else {\n this.additionalWarnings.splice(index, 1);\n }\n },\n\n changeIsAgreementMandatoryGroup(value) {\n this.formItems.isAgreementMandatory = value.value;\n },\n\n changeIsHighLevelGroup(value) {\n this.formItems.isHighLevel = value.value;\n },\n\n changeIsExternalPurchasableGroup(value) {\n this.formItems.isExternalPurchasable = value.value;\n },\n\n changeSelectedApp(value) {\n this.formItems.applicationId = value.code;\n this.formItems.application = value.label;\n },\n\n sendForm() {\n this.submitted = true;\n this.$v.$touch();\n\n if (this.$v.$invalid) {\n return;\n }\n\n this.formItems.id = Number(this.formItems.id);\n this.formItems.applicationId = Number(this.formItems.applicationId) === 0 ? this.selectedAppGroupOptions[0].code : Number(this.formItems.applicationId);\n this.formItems.order = Number(this.formItems.order);\n this.formItems.price = Number(this.formItems.price);\n this.formItems.priceCostMultiplier = Number(this.formItems.priceCostMultiplier);\n this.formItems.screenPrice = Number(this.formItems.screenPrice);\n this.formItems.cost = Number(this.formItems.cost);\n this.formItems.fundAmount = Number(this.formItems.fundAmount);\n this.formItems.commissionAmount = Number(this.formItems.commissionAmount);\n\n if (this.formItems.vdProducrtWarnings.length === 1 && this.formItems.vdProducrtWarnings[0] === \"\") {\n this.formItems.vdProducrtWarnings = [];\n }\n\n if (this.clickedNewItemBtn) {\n delete this.formItems.id;\n delete this.formItems.order;\n }\n\n console.log(this.formItems);\n this.$emit(\"submit-form\", this.formItems);\n },\n\n setPhotoForForm(base64) {\n this.formItems.imageFileBase64 = base64;\n }\n\n },\n components: {\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n BaseInput: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseInput\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n PhotoUpload: _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"getFilterList\"])\n },\n\n mounted() {\n this.getFilter();\n /* if (this.selectedDataId === null) {\n this.addRemoveAdditionalWarnings();\n }*/\n\n this.selectedMandatoryGroupVal = this.booleanOptions.find(x => x.value === this.isAgreementMandatory);\n this.selectedLevelGroupVal = this.booleanOptions.find(x => x.value === this.isHighLevel);\n this.selectedPurchasableGroupVal = this.booleanOptions.find(x => x.value === this.isExternalPurchasable);\n },\n\n watch: {\n priceCostMultiplier(val) {\n const priceMultiplier = Number(val);\n this.priceMultiplier = priceMultiplier;\n this.formItems.priceCostMultiplier = priceMultiplier;\n }\n\n },\n validations: {\n formItems: {\n applicationId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n },\n name: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n price: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n priceCostMultiplier: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n screenPrice: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n cost: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n fundAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n commissionAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n }\n }\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/AlgoDefinitionForm.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");
24
24
 
25
25
  /***/ }),
26
26
 
@@ -36,6 +36,18 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuel
36
36
 
37
37
  /***/ }),
38
38
 
39
+ /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=script&lang=js&":
40
+ /*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
41
+ !*** ./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!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=script&lang=js& ***!
42
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
43
+ /*! exports provided: default */
44
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
45
+
46
+ "use strict";
47
+ 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 vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuelidate/lib/validators */ \"./node_modules/vuelidate/lib/validators/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__);\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"ForeignIndicesForm\",\n props: {\n clickedNewItemBtn: Boolean,\n applicationId: Number,\n researchId: Number,\n selectedDataApplicationId: Number,\n selectedforeignIndiceId: Number,\n selectedDataResearchId: Number,\n id: Number,\n selectedDataId: Number,\n name: String,\n selectedDataName: String,\n selectedDataOrder: Number,\n isHighLevel: Boolean,\n isExternalPurchasable: Boolean,\n price: Number,\n priceCostMultiplier: Number,\n screenPrice: Number,\n cost: Number,\n priceType: Number,\n fundAmount: Number,\n commissionAmount: Number,\n vdProducrtWarnings: Array,\n selectedDataPrice: Number,\n selectedDataPriceCostMultiplier: Number,\n selectedDataScreenPrice: Number,\n selectedDataCost: Number,\n selectedDataFundAmount: Number,\n selectedDataCommissionAmount: Number,\n selectedDataVdProducrtWarnings: Array,\n additionalWarnings: Array,\n selectedShortContent: String,\n selectedDescription: String,\n shortContent: String,\n description: String,\n selectedDataApplication: Object,\n filterAttribute: Array\n },\n\n data() {\n return {\n selectedDataAppVal: \"\",\n clickedNewBtn: this.clickedNewItemBtn,\n invalidMessage: \"Bu alan boş bırakılamaz!\",\n selectedAppGroupOptions: [],\n submitted: false,\n formItems: {\n application: this.selectedDataApplication,\n applicationId: this.selectedDataApplicationId,\n foreignIndiceId: this.selectedforeignIndiceId,\n id: this.selectedDataId,\n name: this.selectedDataName,\n order: this.selectedDataOrder,\n shortContent: this.selectedShortContent,\n description: this.selectedDescription,\n price: this.selectedDataPrice,\n priceCostMultiplier: this.selectedDataPriceCostMultiplier,\n screenPrice: this.selectedDataScreenPrice,\n cost: this.selectedDataCost,\n fundAmount: this.selectedDataFundAmount,\n commissionAmount: this.selectedDataCommissionAmount,\n vdProducrtWarnings: this.additionalWarnings\n }\n };\n },\n\n components: {\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n BaseInput: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseInput\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"]\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"getFilterList\"])\n },\n methods: {\n getFilter() {\n this.selectedAppGroupOptions = this.getFilterList.filter(o => o.name === \"Applications\")[0].values;\n const firstItem = this.selectedAppGroupOptions.filter(x => x.code === 0);\n\n if (firstItem.length === 0) {\n this.selectedAppGroupOptions.unshift({\n code: 0,\n label: \"Ana Ürün\"\n });\n }\n\n if (this.clickedNewItemBtn) {\n this.formItems.applicationId = 0;\n this.formItems.application = this.selectedAppGroupOptions[0].label;\n }\n },\n\n addRemoveAdditionalWarnings(index = null) {\n if (index === null) {\n this.additionalWarnings.push(\"\");\n } else {\n this.additionalWarnings.splice(index, 1);\n }\n },\n\n changeSelectedApp(value) {\n this.formItems.applicationId = value.code;\n this.formItems.application = value.label;\n },\n\n sendForm() {\n this.submitted = true;\n this.$v.$touch();\n\n if (this.$v.$invalid) {\n return;\n }\n\n this.formItems.id = Number(this.formItems.id);\n this.formItems.applicationId = Number(this.formItems.applicationId) === 0 ? this.selectedAppGroupOptions[0].code : Number(this.formItems.applicationId);\n this.formItems.researchId = this.selectedDataResearchId;\n this.formItems.order = Number(this.formItems.order);\n this.formItems.price = Number(this.formItems.price);\n this.formItems.priceCostMultiplier = Number(this.formItems.priceCostMultiplier);\n this.formItems.screenPrice = Number(this.formItems.screenPrice);\n this.formItems.cost = Number(this.formItems.cost);\n this.formItems.fundAmount = Number(this.formItems.fundAmount);\n this.formItems.commissionAmount = Number(this.formItems.commissionAmount);\n\n if (this.formItems.vdProducrtWarnings.length === 1 && this.formItems.vdProducrtWarnings[0] === \"\") {\n this.formItems.vdProducrtWarnings = [];\n }\n\n if (this.clickedNewItemBtn) {\n delete this.formItems.id;\n delete this.formItems.order;\n delete this.formItems.researchId;\n }\n\n if (this.selectedforeignIndiceId == null) {\n delete this.formItems.foreignIndiceId;\n }\n\n if (this.formItems.applicationId === 0) {\n delete this.formItems.applicationId;\n }\n\n this.$emit(\"submit-form\", this.formItems);\n }\n\n },\n\n mounted() {\n this.getFilter();\n },\n\n validations: {\n formItems: {\n name: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n price: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n priceCostMultiplier: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n screenPrice: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n cost: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n fundAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n commissionAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n }\n }\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.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");
48
+
49
+ /***/ }),
50
+
39
51
  /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/GenericTable.vue?vue&type=script&lang=js&":
40
52
  /*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
41
53
  !*** ./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!./src/components/productAndPackage/GenericTable.vue?vue&type=script&lang=js& ***!
@@ -44,7 +56,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuel
44
56
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
45
57
 
46
58
  "use strict";
47
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"GanericTable\",\n props: {\n tableHeader: {\n type: Array,\n required: true\n },\n tableData: {\n type: Array,\n required: false\n },\n showRemoveBtn: Boolean,\n showAddBtn: Boolean,\n remove: Function,\n edit: Function,\n newItem: Function,\n label: String,\n haveSort: Boolean,\n changeSort: Function\n },\n\n data() {\n return {};\n },\n\n components: {\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_0__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_0__[\"BaseIcon\"]\n },\n methods: {\n changeSortByLocal(type, item, index, totalCount) {\n if (index === 0 && type === \"up\" || index === totalCount && type === \"down\") {\n return;\n }\n\n item.sortType = type;\n this.changeSort(item);\n }\n\n },\n\n mounted() {}\n\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/GenericTable.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");
59
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"GanericTable\",\n props: {\n tableHeader: {\n type: Array,\n required: true\n },\n tableData: {\n type: Array,\n required: false\n },\n headerParentId: Number,\n showRemoveBtn: Boolean,\n showAddBtn: Boolean,\n remove: Function,\n edit: Function,\n newItem: Function,\n label: String,\n haveSort: Boolean,\n changeSort: Function\n },\n\n data() {\n return {};\n },\n\n components: {\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_0__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_0__[\"BaseIcon\"]\n },\n methods: {\n changeSortByLocal(type, item, index, totalCount) {\n if (index === 0 && type === \"up\" || index === totalCount && type === \"down\") {\n return;\n }\n\n item.sortType = type;\n this.changeSort(item);\n }\n\n },\n\n mounted() {}\n\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/GenericTable.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");
48
60
 
49
61
  /***/ }),
50
62
 
@@ -104,7 +116,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _com
104
116
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
105
117
 
106
118
  "use strict";
107
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.includes.js */ \"./node_modules/core-js/modules/es.array.includes.js\");\n/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuelidate/lib/validators */ \"./node_modules/vuelidate/lib/validators/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/productAndPackage/PhotoUpload */ \"./src/components/productAndPackage/PhotoUpload.vue\");\n/* harmony import */ var _mixins_index__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/index */ \"./src/mixins/index.js\");\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"ProductDescribing\",\n mixins: [_mixins_index__WEBPACK_IMPORTED_MODULE_4__[\"default\"]],\n props: {\n clickedNewItemBtn: Boolean,\n fullData: [],\n selectboxItems: [],\n costMultiplier: Number\n },\n\n data() {\n return {\n licences: [],\n basePerspectiveModel: {\n perspectiveId: 0,\n cost: 0,\n price: 0,\n priceMultiplier: 0,\n fundAmount: 0,\n commissionAmount: 0,\n name: \"\"\n },\n baseVendorModel: {\n vendorId: 0,\n cost: 0,\n price: 0,\n priceMultiplier: 0,\n fundAmount: 0,\n commissionAmount: 0,\n name: \"\"\n },\n licenseBaseModel: {\n licenceId: 0,\n name: \"\",\n perspectives: [],\n vendors: []\n },\n formItems: {\n applicationTypeId: 0,\n applicationId: 0,\n name: \"\",\n platform: {\n platformId: 0,\n cost: 0,\n price: 0,\n priceMultiplier: 0,\n fundAmount: 0,\n commissionAmount: 0\n },\n licences: [],\n researchIds: [],\n researchs: [],\n foreignIndiceIds: [],\n algorithmsIds: [],\n foreignIndices: [],\n algorithmIds: [],\n algorithms: []\n },\n platforms: [],\n applications: [],\n applicationTypes: [],\n markets: [],\n perspectives: [],\n vendors: [],\n algorithms: [],\n researchs: [],\n foreignIndices: [],\n siteSettings: {},\n loadStatusComplate: false,\n priceMultiplier: 2.5\n };\n },\n\n components: {\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n BaseInput: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseInput\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n PhotoUpload: _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n validations: {\n formItems: {\n applicationTypeId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n },\n applicationId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n },\n platform: {\n platformId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n },\n cost: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n },\n price: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n },\n priceMultiplier: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n },\n fundAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n },\n commissionAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n }\n },\n licences: {\n $each: {\n licenceId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n }\n }\n }\n }\n },\n methods: {\n addRemovelicenseData(index = null) {\n if (index === null) {\n if (this.licenseBaseModel.perspectives.length === 0) {\n this.licenseBaseModel.perspectives.push(JSON.parse(JSON.stringify(this.basePerspectiveModel)));\n }\n\n if (this.licenseBaseModel.vendors.length === 0) {\n this.licenseBaseModel.vendors.push(JSON.parse(JSON.stringify(this.baseVendorModel)));\n }\n\n this.licences.push(JSON.parse(JSON.stringify(this.licenseBaseModel)));\n } else {\n this.licences.splice(index, 1);\n }\n },\n\n addRemovePerspective(index, subIndex = null) {\n if (subIndex === null) {\n this.licences[index].perspectives.push(JSON.parse(JSON.stringify(this.basePerspectiveModel)));\n } else {\n this.licences[index].perspectives.splice(subIndex, 1);\n }\n },\n\n addRemoveVendor(index, subIndex = null) {\n if (subIndex === null) {\n this.licences[index].vendors.push(JSON.parse(JSON.stringify(this.baseVendorModel)));\n } else {\n this.licences[index].vendors.splice(subIndex, 1);\n }\n },\n\n /*formatDataForSelect(list) {\n list.unshift({ Key: 0, Value: \"Seçiniz\" });\n return list.map((data) => {\n return { code: data.Key, label: data.Value };\n });\n },*/\n calculate(index, subIndex, prop) {\n let item = {};\n\n if (index !== null && subIndex !== null) {\n item = this.formItems.licences[index][prop][subIndex];\n } else {\n item = this.formItems[prop];\n }\n\n item.commissionAmount = Math.round(Number(item.price) * Number(this.priceMultiplier));\n item.fundAmount = Math.round(Number(item.commissionAmount) / 0.9 * 1200);\n },\n\n setName(index, subIndex, arrayName, idPropName) {\n setTimeout(() => {\n let item = {};\n\n if (subIndex !== null) {\n item = this.formItems.licences[index][arrayName][subIndex];\n } else {\n item = this.formItems.licences[index];\n }\n\n item.name = this.findName(arrayName, item[idPropName]);\n }, 10);\n },\n\n findName(arrayName, filterValue) {\n return this[arrayName].find(x => x.code === filterValue).label;\n },\n\n formatMultiselectValues(idPropName, sourceArray, definationArray, index) {\n setTimeout(() => {\n let selectedIds = index !== null ? this.formItems.licences[index][sourceArray] : this.formItems[sourceArray];\n const items = this[index !== null ? sourceArray : definationArray].filter(x => selectedIds.includes(x.code));\n const formatedList = items.map(x => {\n return {\n [idPropName]: x.code,\n name: x.label\n };\n });\n\n if (index !== null) {\n this.formItems.licences[index][definationArray] = formatedList;\n } else {\n this.formItems[definationArray] = formatedList;\n }\n }, 10);\n },\n\n formatArray(source, prop) {\n const newArray = [];\n source.forEach(element => {\n newArray.push(element[prop]);\n });\n return newArray;\n },\n\n formatDecimal(obj, array = null) {\n if (array !== null) {\n array.forEach(item => {\n item.commissionAmount = Number(item.commissionAmount);\n item.cost = Number(item.cost);\n item.fundAmount = Number(item.fundAmount);\n item.price = Number(item.price);\n item.priceMultiplier = this.priceMultiplier;\n });\n return array;\n } else {\n obj.commissionAmount = Number(obj.commissionAmount);\n obj.cost = Number(obj.cost);\n obj.fundAmount = Number(obj.fundAmount);\n obj.price = Number(obj.price);\n obj.priceMultiplier = this.priceMultiplier;\n return obj;\n }\n },\n\n setSelectedItem(item) {\n const selectedItem = JSON.parse(JSON.stringify(item));\n setTimeout(() => {\n this.formItems.applicationId = selectedItem.applicationId;\n this.formItems.applicationTypeId = selectedItem.applicationTypeId;\n this.formItems.name = selectedItem.name;\n this.formItems.platform = this.formatDecimal(selectedItem.platform);\n this.formItems.id = selectedItem.id;\n this.formItems.algorithmIds = this.formatArray(selectedItem.algorithms, \"algorithmId\");\n this.formItems.algorithms = selectedItem.algorithms;\n selectedItem.licences.forEach(element => {\n const perspectives = this.formatDecimal({}, element.perspectives);\n const vendors = this.formatDecimal({}, element.vendors);\n\n if (element.perspectives.length === 0) {\n perspectives.push(this.basePerspectiveModel);\n }\n\n if (element.vendors.length === 0) {\n vendors.push(this.baseVendorModel);\n }\n\n this.formItems.licences.push({\n id: element.id,\n licenceId: element.licenceId,\n name: element.name,\n perspectives: perspectives,\n vendors: vendors\n });\n });\n this.formItems.researchs = selectedItem.researchs;\n this.formItems.foreignIndices = selectedItem.foreignIndices;\n this.formItems.foreignIndiceIds = this.formatArray(selectedItem.foreignIndices, \"foreignIndiceId\");\n });\n },\n\n submitForm() {\n this.$v.formItems.$touch();\n\n if (this.$v.$invalid) {\n return;\n }\n\n const formDatas = JSON.parse(JSON.stringify(this.formItems));\n const formatedPlatform = this.formatDecimal(formDatas.platform);\n formDatas.licences.forEach(item => {\n item.perspectives = this.formatDecimal({}, item.perspectives);\n item.vendors = this.formatDecimal({}, item.vendors);\n\n for (let i = 0; i < item.perspectives.length; i++) {\n const perspective = item.perspectives[i];\n\n if (perspective.perspectiveId === 0) {\n item.perspectives.splice(i, 1);\n }\n }\n\n for (let i = 0; i < item.vendors.length; i++) {\n const vendor = item.vendors[i];\n\n if (vendor.vendorId === 0) {\n item.vendors.splice(i, 1);\n }\n }\n });\n const researchs = this.researchs.map(x => {\n return {\n researchId: x.code,\n name: x.label\n };\n });\n const params = {\n applicationTypeId: formDatas.applicationTypeId,\n applicationId: formDatas.applicationId,\n name: this.findName(\"applications\", formDatas.applicationId),\n platform: { ...formatedPlatform,\n name: this.findName(\"platforms\", formDatas.platform.platformId)\n },\n licences: [...formDatas.licences],\n algorithms: [...formDatas.algorithms],\n researchs: researchs,\n foreignIndices: [...formDatas.foreignIndices]\n };\n const id = Number(this.$route.query.featureSettingId);\n params.id = 0;\n\n if (id > 0) {\n params.id = id;\n }\n\n if (formDatas.imageFileBase64 !== \"\") {\n params.imageFileBase64 = this.formItems.imageFileBase64;\n }\n\n this.$emit(\"submit-form\", params);\n },\n\n setPhotoForForm(base64) {\n this.formItems.imageFileBase64 = base64;\n }\n\n },\n watch: {\n fullData: {\n handler(val) {\n const id = Number(this.$route.query.featureSettingId);\n const platformId = Number(this.$route.query.platformId);\n\n if (id > 0) {\n const item = val.find(x => x.id === id && x.platformId === platformId);\n this.setSelectedItem(item);\n }\n },\n\n deep: true\n },\n selectboxItems: {\n handler(val) {\n const firstItem = {\n code: 0,\n label: \"Seçiniz\"\n };\n this.applications = val.find(x => x.name === \"Applications\").values;\n this.applications.unshift(firstItem);\n this.applicationTypes = val.find(x => x.name === \"ApplicationTypes\").values;\n this.applicationTypes.unshift(firstItem);\n this.platforms = val.find(x => x.name === \"Platforms\").values;\n this.platforms.unshift(firstItem);\n this.markets = val.find(x => x.name === \"Markets\").values;\n this.markets.unshift(firstItem);\n this.perspectives = val.find(x => x.name === \"Perspectives\").values;\n this.perspectives.unshift(firstItem);\n this.vendors = val.find(x => x.name === \"Vendors\").values;\n this.vendors.unshift(firstItem);\n this.researchs = val.find(x => x.name === \"Researchs\").values;\n setTimeout(() => {\n this.algorithms = val.find(x => x.name === \"AlgorithmAndServers\").values;\n this.algorithms.unshift(firstItem);\n this.foreignIndices = val.find(x => x.name === \"ForeignIndices\").values;\n }, 300);\n },\n\n deep: true\n },\n\n costMultiplier(val) {\n const priceMultiplier = Number(val);\n this.priceMultiplier = priceMultiplier;\n this.basePerspectiveModel.priceMultiplier = priceMultiplier;\n this.baseVendorModel.priceMultiplier = priceMultiplier;\n this.formItems.platform.priceMultiplier = priceMultiplier;\n const featureSettingId = Number(this.$route.query.featureSettingId);\n\n if (featureSettingId === 0) {\n this.addRemovelicenseData();\n }\n }\n\n },\n\n mounted() {\n this.formItems.licences = this.licences;\n }\n\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ProductDescribingForm.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");
119
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.includes.js */ \"./node_modules/core-js/modules/es.array.includes.js\");\n/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuelidate/lib/validators */ \"./node_modules/vuelidate/lib/validators/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/productAndPackage/PhotoUpload */ \"./src/components/productAndPackage/PhotoUpload.vue\");\n/* harmony import */ var _mixins_index__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/index */ \"./src/mixins/index.js\");\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"ProductDescribing\",\n mixins: [_mixins_index__WEBPACK_IMPORTED_MODULE_4__[\"default\"]],\n props: {\n clickedNewItemBtn: Boolean,\n fullData: [],\n selectboxItems: [],\n costMultiplier: Number\n },\n\n data() {\n return {\n licences: [],\n basePerspectiveModel: {\n perspectiveId: 0,\n cost: 0,\n price: 0,\n priceMultiplier: 0,\n fundAmount: 0,\n commissionAmount: 0,\n name: \"\"\n },\n baseVendorModel: {\n vendorId: 0,\n cost: 0,\n price: 0,\n priceMultiplier: 0,\n fundAmount: 0,\n commissionAmount: 0,\n name: \"\"\n },\n licenseBaseModel: {\n licenceId: 0,\n name: \"\",\n perspectives: [],\n vendors: []\n },\n formItems: {\n applicationTypeId: 0,\n applicationId: 0,\n name: \"\",\n platform: {\n platformId: 0,\n cost: 0,\n price: 0,\n priceMultiplier: 0,\n fundAmount: 0,\n commissionAmount: 0\n },\n licences: [],\n researchIds: [],\n researchs: [],\n foreignIndiceIds: [],\n algorithmsIds: [],\n foreignIndices: [],\n algorithmIds: [],\n algorithms: []\n },\n platforms: [],\n applications: [],\n applicationTypes: [],\n markets: [],\n perspectives: [],\n vendors: [],\n algorithms: [],\n researchs: [],\n foreignIndices: [],\n siteSettings: {},\n loadStatusComplate: false,\n priceMultiplier: String(this.costMultiplier)\n };\n },\n\n components: {\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n BaseInput: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseInput\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n PhotoUpload: _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n validations: {\n formItems: {\n applicationTypeId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n },\n applicationId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n },\n platform: {\n platformId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n },\n cost: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n },\n price: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n },\n priceMultiplier: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n },\n fundAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n },\n commissionAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(0)\n }\n },\n licences: {\n $each: {\n licenceId: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"],\n minValue: Object(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"minValue\"])(1)\n }\n }\n }\n }\n },\n methods: {\n addRemovelicenseData(index = null) {\n if (index === null) {\n if (this.licenseBaseModel.perspectives.length === 0) {\n this.licenseBaseModel.perspectives.push(JSON.parse(JSON.stringify(this.basePerspectiveModel)));\n }\n\n if (this.licenseBaseModel.vendors.length === 0) {\n this.licenseBaseModel.vendors.push(JSON.parse(JSON.stringify(this.baseVendorModel)));\n }\n\n this.licences.push(JSON.parse(JSON.stringify(this.licenseBaseModel)));\n } else {\n this.licences.splice(index, 1);\n }\n },\n\n addRemovePerspective(index, subIndex = null) {\n if (subIndex === null) {\n this.licences[index].perspectives.push(JSON.parse(JSON.stringify(this.basePerspectiveModel)));\n } else {\n this.licences[index].perspectives.splice(subIndex, 1);\n }\n },\n\n addRemoveVendor(index, subIndex = null) {\n if (subIndex === null) {\n this.licences[index].vendors.push(JSON.parse(JSON.stringify(this.baseVendorModel)));\n } else {\n this.licences[index].vendors.splice(subIndex, 1);\n }\n },\n\n /*formatDataForSelect(list) {\n list.unshift({ Key: 0, Value: \"Seçiniz\" });\n return list.map((data) => {\n return { code: data.Key, label: data.Value };\n });\n },*/\n calculate(index, subIndex, prop) {\n let item = {};\n\n if (index !== null && subIndex !== null) {\n item = this.formItems.licences[index][prop][subIndex];\n } else {\n item = this.formItems[prop];\n }\n\n item.commissionAmount = Math.round(Number(item.price) * Number(this.priceMultiplier));\n item.fundAmount = Math.round(Number(item.commissionAmount) / 0.9 * 1200);\n },\n\n setName(index, subIndex, arrayName, idPropName) {\n setTimeout(() => {\n let item = {};\n\n if (subIndex !== null) {\n item = this.formItems.licences[index][arrayName][subIndex];\n } else {\n item = this.formItems.licences[index];\n }\n\n item.name = this.findName(arrayName, item[idPropName]);\n }, 10);\n },\n\n findName(arrayName, filterValue) {\n return this[arrayName].find(x => x.code === filterValue).label;\n },\n\n formatMultiselectValues(idPropName, sourceArray, definationArray, index) {\n setTimeout(() => {\n let selectedIds = index !== null ? this.formItems.licences[index][sourceArray] : this.formItems[sourceArray];\n const items = this[index !== null ? sourceArray : definationArray].filter(x => selectedIds.includes(x.code));\n const formatedList = items.map(x => {\n return {\n [idPropName]: x.code,\n name: x.label\n };\n });\n\n if (index !== null) {\n this.formItems.licences[index][definationArray] = formatedList;\n } else {\n this.formItems[definationArray] = formatedList;\n }\n }, 10);\n },\n\n formatArray(source, prop) {\n const newArray = [];\n source.forEach(element => {\n newArray.push(element[prop]);\n });\n return newArray;\n },\n\n formatDecimal(obj, array = null) {\n if (array !== null) {\n array.forEach(item => {\n item.commissionAmount = Number(item.commissionAmount);\n item.cost = Number(item.cost);\n item.fundAmount = Number(item.fundAmount);\n item.price = Number(item.price);\n item.priceMultiplier = this.priceMultiplier;\n });\n return array;\n } else {\n obj.commissionAmount = Number(obj.commissionAmount);\n obj.cost = Number(obj.cost);\n obj.fundAmount = Number(obj.fundAmount);\n obj.price = Number(obj.price);\n obj.priceMultiplier = this.priceMultiplier;\n return obj;\n }\n },\n\n setSelectedItem(item) {\n const selectedItem = JSON.parse(JSON.stringify(item));\n setTimeout(() => {\n this.formItems.applicationId = selectedItem.applicationId;\n this.formItems.applicationTypeId = selectedItem.applicationTypeId;\n this.formItems.name = selectedItem.name;\n this.formItems.platform = this.formatDecimal(selectedItem.platform);\n this.formItems.id = selectedItem.id;\n this.formItems.algorithmIds = this.formatArray(selectedItem.algorithms, \"algorithmId\");\n this.formItems.algorithms = selectedItem.algorithms;\n selectedItem.licences.forEach(element => {\n const perspectives = this.formatDecimal({}, element.perspectives);\n const vendors = this.formatDecimal({}, element.vendors);\n\n if (element.perspectives.length === 0) {\n perspectives.push(this.basePerspectiveModel);\n }\n\n if (element.vendors.length === 0) {\n vendors.push(this.baseVendorModel);\n }\n\n this.formItems.licences.push({\n id: element.id,\n licenceId: element.licenceId,\n name: element.name,\n perspectives: perspectives,\n vendors: vendors\n });\n });\n this.formItems.researchs = selectedItem.researchs;\n this.formItems.foreignIndices = selectedItem.foreignIndices;\n this.formItems.foreignIndiceIds = this.formatArray(selectedItem.foreignIndices, \"foreignIndiceId\");\n });\n },\n\n submitForm() {\n this.$v.formItems.$touch();\n\n if (this.$v.$invalid) {\n return;\n }\n\n const formDatas = JSON.parse(JSON.stringify(this.formItems));\n const formatedPlatform = this.formatDecimal(formDatas.platform);\n formDatas.licences.forEach(item => {\n item.perspectives = this.formatDecimal({}, item.perspectives);\n item.vendors = this.formatDecimal({}, item.vendors);\n\n for (let i = 0; i < item.perspectives.length; i++) {\n const perspective = item.perspectives[i];\n\n if (perspective.perspectiveId === 0) {\n item.perspectives.splice(i, 1);\n }\n }\n\n for (let i = 0; i < item.vendors.length; i++) {\n const vendor = item.vendors[i];\n\n if (vendor.vendorId === 0) {\n item.vendors.splice(i, 1);\n }\n }\n });\n const researchs = this.researchs.map(x => {\n return {\n researchId: x.code,\n name: x.label\n };\n });\n const params = {\n applicationTypeId: formDatas.applicationTypeId,\n applicationId: formDatas.applicationId,\n name: this.findName(\"applications\", formDatas.applicationId),\n platform: { ...formatedPlatform,\n name: this.findName(\"platforms\", formDatas.platform.platformId)\n },\n licences: [...formDatas.licences],\n algorithms: [...formDatas.algorithms],\n researchs: researchs,\n foreignIndices: [...formDatas.foreignIndices]\n };\n const id = Number(this.$route.query.featureSettingId);\n params.id = 0;\n\n if (id > 0) {\n params.id = id;\n }\n\n if (formDatas.imageFileBase64 !== \"\") {\n params.imageFileBase64 = this.formItems.imageFileBase64;\n }\n\n this.$emit(\"submit-form\", params);\n },\n\n setPhotoForForm(base64) {\n this.formItems.imageFileBase64 = base64;\n }\n\n },\n watch: {\n fullData: {\n handler(val) {\n const id = Number(this.$route.query.featureSettingId);\n const platformId = Number(this.$route.query.platformId);\n\n if (id > 0) {\n const item = val.find(x => x.id === id && x.platformId === platformId);\n this.setSelectedItem(item);\n }\n },\n\n deep: true\n },\n selectboxItems: {\n handler(val) {\n const firstItem = {\n code: 0,\n label: \"Seçiniz\"\n };\n this.applications = val.find(x => x.name === \"Applications\").values;\n this.applications.unshift(firstItem);\n this.applicationTypes = val.find(x => x.name === \"ApplicationTypes\").values;\n this.applicationTypes.unshift(firstItem);\n this.platforms = val.find(x => x.name === \"Platforms\").values;\n this.platforms.unshift(firstItem);\n this.markets = val.find(x => x.name === \"Markets\").values;\n this.markets.unshift(firstItem);\n this.perspectives = val.find(x => x.name === \"Perspectives\").values;\n this.perspectives.unshift(firstItem);\n this.vendors = val.find(x => x.name === \"Vendors\").values;\n this.vendors.unshift(firstItem);\n this.researchs = val.find(x => x.name === \"Researchs\").values;\n setTimeout(() => {\n this.algorithms = val.find(x => x.name === \"AlgorithmAndServers\").values;\n this.algorithms.unshift(firstItem);\n this.foreignIndices = val.find(x => x.name === \"ForeignIndices\").values;\n }, 300);\n },\n\n deep: true\n },\n\n costMultiplier(val) {\n const priceMultiplier = Number(val);\n this.priceMultiplier = priceMultiplier;\n this.basePerspectiveModel.priceMultiplier = priceMultiplier;\n this.baseVendorModel.priceMultiplier = priceMultiplier;\n this.formItems.platform.priceMultiplier = priceMultiplier;\n const featureSettingId = Number(this.$route.query.featureSettingId);\n\n if (featureSettingId === 0) {\n this.addRemovelicenseData();\n }\n }\n\n },\n\n mounted() {\n this.formItems.licences = this.licences;\n }\n\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ProductDescribingForm.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");
108
120
 
109
121
  /***/ }),
110
122
 
@@ -116,7 +128,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
116
128
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
117
129
 
118
130
  "use strict";
119
- 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 vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuelidate/lib/validators */ \"./node_modules/vuelidate/lib/validators/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/productAndPackage/PhotoUpload */ \"./src/components/productAndPackage/PhotoUpload.vue\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"AlgoDefinitionForm\",\n props: {\n clickedNewItemBtn: Boolean,\n applicationId: Number,\n researchId: Number,\n selectedDataApplicationId: Number,\n selectedDataResearchId: Number,\n id: Number,\n selectedDataId: Number,\n name: String,\n selectedDataName: String,\n selectedDataOrder: Number,\n isHighLevel: Boolean,\n isExternalPurchasable: Boolean,\n price: Number,\n priceCostMultiplier: Number,\n screenPrice: Number,\n cost: Number,\n priceType: Number,\n fundAmount: Number,\n commissionAmount: Number,\n vdProducrtWarnings: Array,\n selectedDataPrice: Number,\n selectedDataPriceCostMultiplier: Number,\n selectedDataScreenPrice: Number,\n selectedDataCost: Number,\n selectedDataFundAmount: Number,\n selectedDataCommissionAmount: Number,\n selectedDataVdProducrtWarnings: Array,\n additionalWarnings: Array,\n selectedShortContent: String,\n selectedDescription: String,\n shortContent: String,\n description: String,\n selectedDataApplication: Object,\n filterAttribute: Array\n },\n\n data() {\n return {\n selectedDataAppVal: \"\",\n clickedNewBtn: this.clickedNewItemBtn,\n invalidMessage: \"Bu alan boş bırakılamaz!\",\n selectedAppGroupOptions: [],\n submitted: false,\n formItems: {\n application: this.selectedDataApplication,\n applicationId: this.selectedDataApplicationId,\n id: this.selectedDataId,\n name: this.selectedDataName,\n order: this.selectedDataOrder,\n shortContent: this.selectedShortContent,\n description: this.selectedDescription,\n price: this.selectedDataPrice,\n priceCostMultiplier: this.selectedDataPriceCostMultiplier,\n screenPrice: this.selectedDataScreenPrice,\n cost: this.selectedDataCost,\n fundAmount: this.selectedDataFundAmount,\n commissionAmount: this.selectedDataCommissionAmount,\n vdProducrtWarnings: this.additionalWarnings\n },\n selectedImage: \"\"\n };\n },\n\n components: {\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n BaseInput: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseInput\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n PhotoUpload: _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"getFilterList\"])\n },\n methods: {\n setPhotoForForm(base64) {\n this.formItems.imageFileBase64 = base64;\n },\n\n getFilter() {\n this.selectedAppGroupOptions = this.getFilterList.filter(o => o.name === \"Applications\")[0].values;\n const firstItem = this.selectedAppGroupOptions.filter(x => x.code === 0);\n\n if (firstItem.length === 0) {\n this.selectedAppGroupOptions.unshift({\n code: 0,\n label: \"Ana Ürün\"\n });\n }\n\n if (this.clickedNewItemBtn) {\n this.formItems.applicationId = 0;\n this.formItems.application = this.selectedAppGroupOptions[0].label;\n }\n },\n\n addRemoveAdditionalWarnings(index = null) {\n if (index === null) {\n this.additionalWarnings.push(\"\");\n } else {\n this.additionalWarnings.splice(index, 1);\n }\n },\n\n changeSelectedApp(value) {\n this.formItems.applicationId = value.code;\n this.formItems.application = value.label;\n },\n\n sendForm() {\n this.submitted = true;\n this.$v.$touch();\n\n if (this.$v.$invalid) {\n return;\n }\n\n this.formItems.id = Number(this.formItems.id);\n this.formItems.applicationId = Number(this.formItems.applicationId) === 0 ? this.selectedAppGroupOptions[0].code : Number(this.formItems.applicationId);\n this.formItems.researchId = this.selectedDataResearchId;\n this.formItems.order = Number(this.formItems.order);\n this.formItems.price = Number(this.formItems.price);\n this.formItems.priceCostMultiplier = Number(this.formItems.priceCostMultiplier);\n this.formItems.screenPrice = Number(this.formItems.screenPrice);\n this.formItems.cost = Number(this.formItems.cost);\n this.formItems.fundAmount = Number(this.formItems.fundAmount);\n this.formItems.commissionAmount = Number(this.formItems.commissionAmount);\n\n if (this.formItems.vdProducrtWarnings.length === 1 && this.formItems.vdProducrtWarnings[0] === \"\") {\n this.formItems.vdProducrtWarnings = [];\n }\n\n if (this.clickedNewItemBtn) {\n delete this.formItems.id;\n delete this.formItems.order;\n delete this.formItems.researchId;\n }\n\n if (this.formItems.applicationId === 0) {\n delete this.formItems.applicationId;\n }\n\n this.$emit(\"submit-form\", this.formItems);\n }\n\n },\n\n mounted() {\n this.getFilter();\n },\n\n validations: {\n formItems: {\n name: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n price: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n priceCostMultiplier: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n screenPrice: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n cost: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n fundAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n commissionAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n }\n }\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ResearchDefinitionForm.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");
131
+ 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 vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuelidate/lib/validators */ \"./node_modules/vuelidate/lib/validators/index.js\");\n/* harmony import */ var vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/productAndPackage/PhotoUpload */ \"./src/components/productAndPackage/PhotoUpload.vue\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"AlgoDefinitionForm\",\n props: {\n clickedNewItemBtn: Boolean,\n applicationId: Number,\n researchId: Number,\n selectedDataApplicationId: Number,\n selectedDataResearchId: Number,\n id: Number,\n selectedDataId: Number,\n name: String,\n selectedDataName: String,\n selectedDataOrder: Number,\n isHighLevel: Boolean,\n isExternalPurchasable: Boolean,\n price: Number,\n priceCostMultiplier: Number,\n screenPrice: Number,\n cost: Number,\n priceType: Number,\n fundAmount: Number,\n commissionAmount: Number,\n vdProducrtWarnings: Array,\n selectedDataPrice: Number,\n selectedDataPriceCostMultiplier: Number,\n selectedDataScreenPrice: Number,\n selectedDataCost: Number,\n selectedDataFundAmount: Number,\n selectedDataCommissionAmount: Number,\n selectedDataVdProducrtWarnings: Array,\n additionalWarnings: Array,\n selectedShortContent: String,\n selectedDescription: String,\n shortContent: String,\n description: String,\n selectedDataApplication: Object,\n filterAttribute: Array\n },\n\n data() {\n return {\n selectedDataAppVal: \"\",\n clickedNewBtn: this.clickedNewItemBtn,\n invalidMessage: \"Bu alan boş bırakılamaz!\",\n selectedAppGroupOptions: [],\n submitted: false,\n formItems: {\n application: this.selectedDataApplication,\n applicationId: this.selectedDataApplicationId,\n id: this.selectedDataId,\n name: this.selectedDataName,\n order: this.selectedDataOrder,\n shortContent: this.selectedShortContent,\n description: this.selectedDescription,\n price: this.selectedDataPrice,\n priceCostMultiplier: this.selectedDataPriceCostMultiplier,\n screenPrice: this.selectedDataScreenPrice,\n cost: this.selectedDataCost,\n fundAmount: this.selectedDataFundAmount,\n commissionAmount: this.selectedDataCommissionAmount,\n vdProducrtWarnings: this.additionalWarnings\n },\n selectedImage: \"\"\n };\n },\n\n components: {\n BaseSelect: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseSelect\"],\n BaseInput: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseInput\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_1__[\"BaseIcon\"],\n PhotoUpload: _components_productAndPackage_PhotoUpload__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"getFilterList\"])\n },\n methods: {\n setPhotoForForm(base64) {\n this.formItems.imageFileBase64 = base64;\n },\n\n getFilter() {\n this.selectedAppGroupOptions = this.getFilterList.filter(o => o.name === \"Applications\")[0].values;\n const firstItem = this.selectedAppGroupOptions.filter(x => x.code === 0);\n\n if (firstItem.length === 0) {\n this.selectedAppGroupOptions.unshift({\n code: 0,\n label: \"Ana Ürün\"\n });\n }\n\n if (this.clickedNewItemBtn) {\n this.formItems.applicationId = 0;\n this.formItems.application = this.selectedAppGroupOptions[0].label;\n }\n },\n\n addRemoveAdditionalWarnings(index = null) {\n if (index === null) {\n this.additionalWarnings.push(\"\");\n } else {\n this.additionalWarnings.splice(index, 1);\n }\n },\n\n changeSelectedApp(value) {\n this.formItems.applicationId = value.code;\n this.formItems.application = value.label;\n },\n\n sendForm() {\n this.submitted = true;\n this.$v.$touch();\n\n if (this.$v.$invalid) {\n return;\n }\n\n this.formItems.id = Number(this.formItems.id);\n this.formItems.applicationId = Number(this.formItems.applicationId) === 0 ? this.selectedAppGroupOptions[0].code : Number(this.formItems.applicationId);\n this.formItems.researchId = this.selectedDataResearchId;\n this.formItems.order = Number(this.formItems.order);\n this.formItems.price = Number(this.formItems.price);\n this.formItems.priceCostMultiplier = Number(this.formItems.priceCostMultiplier);\n this.formItems.screenPrice = Number(this.formItems.screenPrice);\n this.formItems.cost = Number(this.formItems.cost);\n this.formItems.fundAmount = Number(this.formItems.fundAmount);\n this.formItems.commissionAmount = Number(this.formItems.commissionAmount);\n\n if (this.formItems.vdProducrtWarnings.length === 1 && this.formItems.vdProducrtWarnings[0] === \"\") {\n this.formItems.vdProducrtWarnings = [];\n }\n\n if (this.clickedNewItemBtn) {\n delete this.formItems.id;\n delete this.formItems.order;\n delete this.formItems.researchId;\n }\n\n if (this.formItems.applicationId === 0) {\n delete this.formItems.applicationId;\n }\n\n this.$emit(\"submit-form\", this.formItems);\n }\n\n },\n\n mounted() {\n this.getFilter();\n },\n\n validations: {\n formItems: {\n name: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n price: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n priceCostMultiplier: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n screenPrice: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n cost: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n fundAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n },\n commissionAmount: {\n required: vuelidate_lib_validators__WEBPACK_IMPORTED_MODULE_2__[\"required\"]\n }\n }\n }\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ResearchDefinitionForm.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");
120
132
 
121
133
  /***/ }),
122
134
 
@@ -140,7 +152,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _com
140
152
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
141
153
 
142
154
  "use strict";
143
- 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_productAndPackage_GenericTable_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/productAndPackage/GenericTable.vue */ \"./src/components/productAndPackage/GenericTable.vue\");\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var _components_productAndPackage_VendorDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../components/productAndPackage/VendorDefinitionForm.vue */ \"./src/components/productAndPackage/VendorDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_DataGroupDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../components/productAndPackage/DataGroupDefinitionForm.vue */ \"./src/components/productAndPackage/DataGroupDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_PlatformDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../components/productAndPackage/PlatformDefinitionForm.vue */ \"./src/components/productAndPackage/PlatformDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_AlgoDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../components/productAndPackage/AlgoDefinitionForm.vue */ \"./src/components/productAndPackage/AlgoDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_PerspectiveDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../components/productAndPackage/PerspectiveDefinitionForm.vue */ \"./src/components/productAndPackage/PerspectiveDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_AkdDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../components/productAndPackage/AkdDefinitionForm.vue */ \"./src/components/productAndPackage/AkdDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_MarketDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../components/productAndPackage/MarketDefinitionForm.vue */ \"./src/components/productAndPackage/MarketDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_ProductDescribingForm__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @/components/productAndPackage/ProductDescribingForm */ \"./src/components/productAndPackage/ProductDescribingForm.vue\");\n/* harmony import */ var _components_productAndPackage_ResearchDefinitionForm__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @/components/productAndPackage/ResearchDefinitionForm */ \"./src/components/productAndPackage/ResearchDefinitionForm.vue\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"ProductAndPackageManagement\",\n\n data() {\n return {\n selectedDeleteName: \"\",\n deleteInfoText: \"İlgili kaydı silmek istediğinizden emin misiniz?\",\n selectedId: 7,\n selectedData: [],\n application: {},\n selectedDataApplication: {},\n applicationId: 0,\n researchId: 0,\n selectedDataApplicationId: 0,\n selectedDataResearchId: 0,\n selectedDataId: 7,\n selectedDataName: \"\",\n selectedDataDepth: 0,\n selectedShortContent: \"\",\n selectedDescription: \"\",\n order: 7,\n selectedDataOrder: 7,\n isAgreementMandatory: false,\n isHighLevel: false,\n isExternalPurchasable: false,\n selectedDataPrice: 850,\n selectedDataPriceCostMultiplier: 0,\n selectedDataScreenPrice: 0,\n selectedDataCost: 0,\n selectedDataFundAmount: 1880000,\n selectedDataCommissionAmount: 1410,\n selectedDataVdProducrtWarnings: [\"\"],\n additionalWarnings: [\"\"],\n selectedTab: 1,\n selectedLabel: \"Veri Grubu\",\n tableHeader: [],\n showRemoveBtn: true,\n showAddBtn: true,\n clickedNewItemBtn: false,\n data: [],\n tabMenuItems: [{\n id: 1,\n name: \"VERİ GRUBU İŞLEMLERİ\",\n label: \"Veri Grubu\",\n actionNames: [\"getAllApplicationTypes\", \"updateApplicationType\", \"createApplicationType\", \"deleteApplicationType\", \"changeApplicationTypeOrderDecrease\", \"changeApplicationTypeOrderIncrease\"],\n tableHeaderProp: \"dataGroupHeader\",\n formName: \"DataGroupDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 2,\n name: \"PLATFORM İŞLEMLERİ\",\n label: \"Platform\",\n actionNames: [\"getAllPlatforms\", \"updatePlatform\", \"createPlatform\", \"deletePlatform\", \"changePlatformOrderDecrease\", \"changePlatformOrderIncrease\"],\n tableHeaderProp: \"platformHeader\",\n formName: \"PlatformDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 3,\n name: \"DERİNLİK İŞLEMLERİ\",\n label: \"Derinlik\",\n actionNames: [\"getAllPerspectives\", \"updatePerspective\", \"createPerspective\", \"deletePerspective\", \"changePerspectiveOrderDecrease\", \"changePerspectiveOrderIncrease\"],\n tableHeaderProp: \"perspectiveHeader\",\n formName: \"PerspectiveDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 4,\n name: \"AKD İŞLEMLERİ\",\n label: \"AKD\",\n actionNames: [\"getAllAKDs\", \"updateAKD\", \"createAKD\", \"deleteAKD\", \"changeAkdOrderDecrease\", \"changeAkdOrderIncrease\"],\n tableHeaderProp: \"akdHeader\",\n formName: \"AkdDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 5,\n name: \"PİYASA İŞLEMLERİ\",\n label: \"Piyasa\",\n actionNames: [\"getAllMarkets\", \"updateMarket\", \"createMarket\", \"deleteMarket\", \"changeMarketOrderDecrease\", \"changeMarketOrderIncrease\"],\n tableHeaderProp: \"marketHeader\",\n formName: \"MarketDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 6,\n name: \"ALGORİTMALAR-DİĞER İŞLEMLER\",\n label: \"Algoritmalar-Diğer İşlemler\",\n actionNames: [\"getAllAlgorithmAndServers\", \"updateAlgorithmAndServer\", \"createAlgorithmAndServer\", \"deleteAlgorithmAndServer\", \"changeAlgorithmAndServerOrderDecrease\", \"changeAlgorithmAndServerOrderIncrease\"],\n tableHeaderProp: \"algoHeader\",\n formName: \"AlgoDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 8,\n name: \"ARAŞTIRMA VE DİĞER UYGULAMALAR\",\n label: \"Araştırma ve Diğer Uygulama\",\n actionNames: [\"getResearchList\", \"updateResearch\", \"createResearch\", \"deleteResearch\", \"changeResearchOrderDecrease\", \"changeResearchOrderIncrease\"],\n tableHeaderProp: \"algoHeader\",\n formName: \"ResearchDefinitionForm\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 7,\n name: \"ÜRÜN İŞLEMLERİ\",\n label: \"Ürün İşlemi\",\n actionNames: [\"getFeatureSettingList\", \"updateFeatureSetting\", \"createFeatureSetting\", \"deleteFeatureSetting\"],\n tableHeaderProp: \"featureSettingsHeader\",\n formName: \"ProductDescribingForm\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: {\n applicationId: 0,\n platformId: 0,\n marketId: 0,\n perspectiveIds: [],\n vendorIds: [],\n researchIds: [],\n algorithmIds: [],\n foreignIndiceIds: [],\n cost: 0,\n screenPrice: 0,\n price: 0,\n priceType: 0,\n fundAmount: 0,\n commissionAmount: 0\n }\n }],\n vendorHeader: [{\n title: \"Sıra No\",\n column: \"order\"\n }, {\n title: \"Ad\",\n column: \"name\"\n }, {\n title: \"Entegrasyon Türü\",\n column: \"integrationType\"\n }, {\n title: \"Tarih\",\n column: \"date\"\n }, {\n title: \"Veri Grubu\",\n column: \"dataGroup\"\n }, {\n title: \"Son İşlem Yapan\",\n column: \"lastModifier\"\n }],\n platformHeader: [{\n title: \"Adı\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n }, {\n title: \"Açıklama\",\n column: \"description\"\n }],\n perspectiveHeader: [{\n title: \"Adı\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n }, {\n title: \"Açıklama\",\n column: \"description\"\n }],\n akdHeader: [{\n title: \"Adı\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n }, {\n title: \"Açıklama\",\n column: \"description\"\n }],\n marketHeader: [{\n title: \"Adı\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n }, {\n title: \"Açıklama\",\n column: \"description\"\n }],\n algoHeader: [{\n title: \"Vendor\",\n column: \"applicationName\"\n }, {\n title: \"Ürün Adı\",\n column: \"name\"\n }, {\n title: \"Fiyat\",\n column: \"price\"\n }],\n dataGroupHeader: [\n /* { title: \"Sıra No\", column: \"order\" },*/\n {\n title: \"Ad\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n },\n /*{ title: \"Şablon\", column: \"template\" },*/\n {\n title: \"Tarih\",\n column: \"date\"\n }, {\n title: \"Son İşlem Yapan\",\n column: \"lastModifier\"\n }],\n featureSettingsHeader: [{\n title: \"Veri Grubu\",\n column: \"applicationTypeName\"\n }, {\n title: \"Vendor\",\n column: \"name\"\n }, {\n title: \"Platform\",\n column: \"platformName\"\n }, {\n title: \"Piyasa\",\n column: \"marketName\"\n }, {\n title: \"Tarih\",\n column: \"updateDate\"\n }],\n selectedMenuItem: null,\n menuItemIndex: 0,\n filterAttributes: [],\n costMultiplier: 2.0,\n formReRender: false\n };\n },\n\n components: {\n GenericTable: _components_productAndPackage_GenericTable_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_2__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_2__[\"BaseIcon\"],\n VendorDefination: _components_productAndPackage_VendorDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n DataGroupDefinition: _components_productAndPackage_DataGroupDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n PlatformDefinition: _components_productAndPackage_PlatformDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n PerspectiveDefinition: _components_productAndPackage_PerspectiveDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n AkdDefinition: _components_productAndPackage_AkdDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n MarketDefinition: _components_productAndPackage_MarketDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n AlgoDefinition: _components_productAndPackage_AlgoDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n ProductDescribingForm: _components_productAndPackage_ProductDescribingForm__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n ResearchDefinitionForm: _components_productAndPackage_ResearchDefinitionForm__WEBPACK_IMPORTED_MODULE_11__[\"default\"]\n },\n methods: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])([\"getAllApplicationTypes\", \"updateApplicationType\", \"createApplicationType\", \"deleteApplicationType\", \"getAllPlatforms\", \"updatePlatform\", \"createPlatform\", \"deletePlatform\", \"getAllPerspectives\", \"updatePerspective\", \"createPerspective\", \"deletePerspective\", \"getAllAKDs\", \"updateAKD\", \"createAKD\", \"deleteAKD\", \"getAllMarkets\", \"updateMarket\", \"createMarket\", \"deleteMarket\", \"getAllAlgorithmAndServers\", \"updateAlgorithmAndServer\", \"createAlgorithmAndServer\", \"deleteAlgorithmAndServer\", \"getFeatureSettingList\", \"fillFilter\", \"createFeatureSetting\", \"getSiteSettings\", \"updateFeatureSetting\", \"deleteFeatureSetting\", \"getResearchList\", \"updateResearch\", \"createResearch\", \"deleteResearch\", \"changeApplicationTypeOrderIncrease\", \"changeApplicationTypeOrderDecrease\", \"changePlatformOrderDecrease\", \"changePlatformOrderIncrease\", \"changeAlgorithmAndServerOrderDecrease\", \"changeAlgorithmAndServerOrderIncrease\", \"changePerspectiveOrderDecrease\", \"changePerspectiveOrderIncrease\", \"changeMarketOrderDecrease\", \"changeMarketOrderIncrease\", \"changeAkdOrderDecrease\", \"changeAkdOrderIncrease\", \"changeResearchOrderDecrease\", \"changeResearchOrderIncrease\"]),\n\n updateInfoMessage() {\n this.$toast.success(\"İlgili Kayıt Düzenlendi\");\n this.closeModal();\n this.changeTab(this.selectedMenuItem);\n },\n\n createInfoMessage() {\n this.$toast.success(\"İlgili Kayıt Eklendi\");\n this.closeModal();\n this.changeTab(this.selectedMenuItem);\n },\n\n deleteSuccessMessage() {\n this.$toast.success(\"İlgili Kayıt Silindi\");\n this.$modal.hide(\"deleteModal\");\n this.changeTab(this.selectedMenuItem);\n },\n\n deleteErrorMessage() {\n this.$modal.hide(\"deleteModal\");\n this.$toast.error(\"Bir Hata oluştu\");\n this.changeTab(this.selectedMenuItem);\n },\n\n submitform(params) {\n const actionName = this.clickedNewItemBtn ? this.selectedMenuItem.actionNames[2] : this.selectedMenuItem.actionNames[1];\n this[actionName](params).then(response => {\n if (response.error) {\n this.$toast.error(response.message);\n } else {\n if (this.clickedNewItemBtn) {\n this.createInfoMessage();\n } else {\n this.updateInfoMessage();\n }\n\n this.$router.push({\n query: {\n item: this.$route.query.item\n }\n });\n }\n });\n this.$modal.hide(\"modal\");\n },\n\n selectedTabItem(id) {\n this.selectedMenuItem = this.tabMenuItems.find(x => x.id === id);\n return this.selectedMenuItem;\n },\n\n async changeTab(item) {\n await this.getData(item);\n },\n\n async getData(item) {\n this.formRender = false;\n this.selectedTab = item.id;\n this.selectedLabel = item.label;\n this.showRemoveBtn = item.showRemoveBtn;\n this.showAddBtn = item.showAddBtn;\n await this[item.actionNames[0]](item.reqParams).then(response => {\n if (item.id === 6) {\n const servers = response;\n\n for (let i = 0; i < servers.length; i++) {\n const item = servers[i];\n item.applicationName = item.application.name;\n }\n\n this.data = servers;\n } else if (item.id === 7) {\n const formatedData = response;\n /* { title: \"Piyasa\", column: \"marketName\" },\n { title: \"Tarih\", column: \"updateDate\" },*/\n\n for (let i = 0; i < formatedData.length; i++) {\n const item = formatedData[i];\n item.platformName = item.platform.name;\n item.platformId = item.platform.id;\n const marketNames = [];\n\n for (let f = 0; f < item.licences.length; f++) {\n marketNames.push(item.licences[f].name);\n }\n\n item.marketName = marketNames.toString();\n item.updateDate = this.$moment(item.updatedAt).format(\"DD.MM.YYYY\");\n }\n\n this.data = formatedData;\n } else if (item.id === 8) {\n const servers = response;\n\n for (let i = 0; i < servers.length; i++) {\n const item = servers[i];\n\n if (!item.application) {\n item.applicationName = \"Ana Ürün\";\n } else {\n item.applicationName = item.application.name;\n }\n }\n\n this.data = servers;\n } else {\n this.data = response;\n }\n });\n\n if (item.tableHeaderProp !== \"\") {\n this.tableHeader = this[item.tableHeaderProp];\n } else {\n this.tableHeader = [];\n }\n },\n\n newItem() {\n this.formReRender = false;\n this.clickedNewItemBtn = true;\n\n if (this.$route.query.item != \"7\") {\n this.selectedData = this.selectedTabItem(this.selectedTab);\n this.selectedDataId = null;\n this.selectedDataName = \"\";\n this.selectedDataDepth = null;\n this.selectedDataOrder = null;\n this.applicationId = null;\n this.selectedDataApplicationId = null;\n this.selectedDataResearchId = null;\n this.selectedShortContent = \"\";\n this.selectedDescription = \"\";\n this.isAgreementMandatory = false;\n this.isHighLevel = false;\n this.isExternalPurchasable = false;\n this.selectedDataPrice = null;\n this.selectedDataPriceCostMultiplier = null;\n this.selectedDataScreenPrice = null;\n this.selectedDataCost = null;\n this.selectedDataFundAmount = null;\n this.selectedDataCommissionAmount = null;\n this.selectedDataVdProducrtWarnings = [];\n this.additionalWarnings = [];\n setTimeout(() => {\n this.formReRender = true;\n }, 10);\n this.openModal();\n } else {\n this.$router.push({\n query: {\n item: this.$route.query.item,\n featureSettingId: 0\n }\n });\n }\n },\n\n edit(item) {\n this.formReRender = false;\n this.clickedNewItemBtn = false;\n\n if (this.$route.query.item != \"7\") {\n this.clickedNewItemBtn = false;\n this.selectedData = this.selectedTabItem(this.selectedTab);\n this.applicationId = item.applicationId;\n this.researchId = item.researchId;\n this.selectedDataApplicationId = item.applicationId;\n this.selectedDataResearchId = item.researchId;\n this.selectedDataId = item.id;\n this.selectedDataName = item.name;\n this.selectedDataDepth = item.depth ? item.depth : 0;\n this.selectedDataOrder = item.order;\n this.selectedShortContent = item.shortContent;\n this.selectedDescription = item.description;\n this.isAgreementMandatory = item.isAgreementMandatory;\n this.isHighLevel = item.isHighLevel;\n this.isExternalPurchasable = item.isExternalPurchasable;\n this.selectedDataPrice = item.price;\n this.selectedDataPriceCostMultiplier = item.priceCostMultiplier;\n this.selectedDataScreenPrice = item.screenPrice;\n this.selectedDataCost = item.cost;\n this.selectedDataFundAmount = item.fundAmount;\n this.selectedDataCommissionAmount = item.commissionAmount;\n this.selectedDataVdProducrtWarnings = item.vdProducrtWarnings;\n this.additionalWarnings = item.vdProducrtWarnings;\n setTimeout(() => {\n this.formReRender = true;\n }, 10);\n this.openModal();\n } else {\n this.$router.push({\n query: {\n item: this.$route.query.item,\n featureSettingId: item.id,\n platformId: item.platformId\n }\n });\n }\n },\n\n changeSort(item) {\n // eslint-disable-next-line no-unused-vars\n const actionName = item.sortType === \"up\" ? this.selectedMenuItem.actionNames[4] : this.selectedMenuItem.actionNames[5]; // eslint-disable-next-line no-unused-vars\n\n const params = {};\n\n if (this.selectedMenuItem.id === 8) {\n params.id = item.researchId;\n } else {\n params.id = item.id;\n }\n\n this[actionName](params).then(response => {\n const error = response.error ? false : true;\n\n if (response.status === 200 && error) {\n this.$toast.error(\"Bir Hata oluştu\");\n } else {\n this.getData(this.selectedMenuItem);\n }\n });\n },\n\n openModal() {\n this.$modal.show(\"modal\");\n },\n\n closeModal() {\n this.$modal.hide(\"modal\");\n },\n\n removeModalC(selectedId) {\n this[this.selectedMenuItem.actionNames[3]](selectedId).then(response => {\n const error = response.error ? false : true;\n\n if (response.status === 200 && error) {\n this.deleteSuccessMessage();\n } else {\n this.deleteErrorMessage();\n }\n });\n },\n\n remove(item) {\n this.selectedData = this.selectedTabItem(this.selectedTab);\n this.selectedDeleteName = item.name;\n\n if (this.$route.query.item != \"7\") {\n this.selectedId = item.id;\n } else {\n this.selectedId = item.platform.id;\n }\n\n this.$modal.show(\"deleteModal\");\n }\n\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"allAlgorithmAndServers\", \"updateAlgorithmAndServerResponse\", \"createAlgorithmAndServerResponse\", \"deleteAlgorithmAndServerResponse\", \"allApplicationTypes\", \"updateApplicationTypeResponse\", \"createApplicationTypeResponse\", \"deleteApplicationTypeResponse\", \"allPlatforms\", \"updatePlatformResponse\", \"createPlatformResponse\", \"deletePlatformResponse\", \"allPerspectives\", \"updatePerspectiveResponse\", \"createPerspectiveResponse\", \"deletePerspectiveResponse\", \"allAKDs\", \"updateAKDResponse\", \"createAKDResponse\", \"deleteAKDResponse\", \"allMarkets\", \"updateMarketResponse\", \"createMarketResponse\", \"deleteMarketResponse\", \"getFilterList\"])\n },\n\n mounted() {\n this.selectedMenuItem = this.tabMenuItems[0];\n\n if (this.selectedMenuItem.id !== 7 && this.$route.query.featureSettingId == \"0\") {\n this.clickedNewItemBtn = true;\n } else if (this.selectedMenuItem.id !== 7 && this.$route.query.featureSettingId != \"0\") {\n this.clickedNewItemBtn = false;\n }\n\n this.fillFilter().then(() => {\n this.getSiteSettings().then(r => {\n this.costMultiplier = r.costMultiplier;\n });\n });\n this.menuItemIndex = this.$route.query.item ? this.$route.query.item : 0;\n this.selectedMenuItem = this.tabMenuItems[this.menuItemIndex];\n this.changeTab(this.selectedMenuItem);\n }\n\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/ProductAndPackageManagement.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");
155
+ 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_productAndPackage_GenericTable_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/productAndPackage/GenericTable.vue */ \"./src/components/productAndPackage/GenericTable.vue\");\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components */ \"./src/components/index.js\");\n/* harmony import */ var _components_productAndPackage_VendorDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../components/productAndPackage/VendorDefinitionForm.vue */ \"./src/components/productAndPackage/VendorDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_DataGroupDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../components/productAndPackage/DataGroupDefinitionForm.vue */ \"./src/components/productAndPackage/DataGroupDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_PlatformDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../components/productAndPackage/PlatformDefinitionForm.vue */ \"./src/components/productAndPackage/PlatformDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_AlgoDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../components/productAndPackage/AlgoDefinitionForm.vue */ \"./src/components/productAndPackage/AlgoDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_PerspectiveDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../components/productAndPackage/PerspectiveDefinitionForm.vue */ \"./src/components/productAndPackage/PerspectiveDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_AkdDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../components/productAndPackage/AkdDefinitionForm.vue */ \"./src/components/productAndPackage/AkdDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_MarketDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../components/productAndPackage/MarketDefinitionForm.vue */ \"./src/components/productAndPackage/MarketDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_ProductDescribingForm__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @/components/productAndPackage/ProductDescribingForm */ \"./src/components/productAndPackage/ProductDescribingForm.vue\");\n/* harmony import */ var _components_productAndPackage_ResearchDefinitionForm__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @/components/productAndPackage/ResearchDefinitionForm */ \"./src/components/productAndPackage/ResearchDefinitionForm.vue\");\n/* harmony import */ var _components_productAndPackage_ForeignIndicesForm__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @/components/productAndPackage/ForeignIndicesForm */ \"./src/components/productAndPackage/ForeignIndicesForm.vue\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"ProductAndPackageManagement\",\n\n data() {\n return {\n selectedDeleteName: \"\",\n deleteInfoText: \"İlgili kaydı silmek istediğinizden emin misiniz?\",\n selectedId: 7,\n selectedData: [],\n application: {},\n selectedDataApplication: {},\n applicationId: 0,\n researchId: 0,\n selectedDataApplicationId: 0,\n selectedforeignIndiceId: 0,\n selectedDataResearchId: 0,\n selectedDataId: 7,\n selectedDataName: \"\",\n selectedDataDepth: 0,\n selectedShortContent: \"\",\n selectedDescription: \"\",\n order: 7,\n selectedDataOrder: 7,\n isAgreementMandatory: false,\n isHighLevel: false,\n isExternalPurchasable: false,\n selectedDataPrice: 850,\n selectedDataPriceCostMultiplier: 0,\n selectedDataScreenPrice: 0,\n selectedDataCost: 0,\n selectedDataFundAmount: 1880000,\n selectedDataCommissionAmount: 1410,\n selectedDataVdProducrtWarnings: [\"\"],\n additionalWarnings: [\"\"],\n selectedTab: 1,\n selectedLabel: \"Veri Grubu\",\n tableHeader: [],\n showRemoveBtn: true,\n showAddBtn: true,\n clickedNewItemBtn: false,\n data: [],\n tabMenuItems: [{\n id: 1,\n name: \"VERİ GRUBU İŞLEMLERİ\",\n label: \"Veri Grubu\",\n actionNames: [\"getAllApplicationTypes\", \"updateApplicationType\", \"createApplicationType\", \"deleteApplicationType\", \"changeApplicationTypeOrderDecrease\", \"changeApplicationTypeOrderIncrease\"],\n tableHeaderProp: \"dataGroupHeader\",\n formName: \"DataGroupDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 2,\n name: \"PLATFORM İŞLEMLERİ\",\n label: \"Platform\",\n actionNames: [\"getAllPlatforms\", \"updatePlatform\", \"createPlatform\", \"deletePlatform\", \"changePlatformOrderDecrease\", \"changePlatformOrderIncrease\"],\n tableHeaderProp: \"platformHeader\",\n formName: \"PlatformDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 3,\n name: \"DERİNLİK İŞLEMLERİ\",\n label: \"Derinlik\",\n actionNames: [\"getAllPerspectives\", \"updatePerspective\", \"createPerspective\", \"deletePerspective\", \"changePerspectiveOrderDecrease\", \"changePerspectiveOrderIncrease\"],\n tableHeaderProp: \"perspectiveHeader\",\n formName: \"PerspectiveDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 4,\n name: \"AKD İŞLEMLERİ\",\n label: \"AKD\",\n actionNames: [\"getAllAKDs\", \"updateAKD\", \"createAKD\", \"deleteAKD\", \"changeAkdOrderDecrease\", \"changeAkdOrderIncrease\"],\n tableHeaderProp: \"akdHeader\",\n formName: \"AkdDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 5,\n name: \"PİYASA İŞLEMLERİ\",\n label: \"Piyasa\",\n actionNames: [\"getAllMarkets\", \"updateMarket\", \"createMarket\", \"deleteMarket\", \"changeMarketOrderDecrease\", \"changeMarketOrderIncrease\"],\n tableHeaderProp: \"marketHeader\",\n formName: \"MarketDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 6,\n name: \"ALGORİTMALAR-DİĞER İŞLEMLER\",\n label: \"Algoritmalar-Diğer İşlemler\",\n actionNames: [\"getAllAlgorithmAndServers\", \"updateAlgorithmAndServer\", \"createAlgorithmAndServer\", \"deleteAlgorithmAndServer\", \"changeAlgorithmAndServerOrderDecrease\", \"changeAlgorithmAndServerOrderIncrease\"],\n tableHeaderProp: \"algoHeader\",\n formName: \"AlgoDefinition\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 8,\n name: \"ARAŞTIRMA VE DİĞER UYGULAMALAR\",\n label: \"Araştırma ve Diğer Uygulama\",\n actionNames: [\"getResearchList\", \"updateResearch\", \"createResearch\", \"deleteResearch\", \"changeResearchOrderDecrease\", \"changeResearchOrderIncrease\"],\n tableHeaderProp: \"algoHeader\",\n formName: \"ResearchDefinitionForm\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: true\n }, {\n id: 9,\n name: \"YABANCI ENDEKSLER\",\n label: \"Yabancı Endeksler\",\n actionNames: [\"getForeignList\", \"updateForeign\", \"createForeign\", \"deleteForeign\", \"changeResearchOrderDecrease\", \"changeResearchOrderIncrease\"],\n tableHeaderProp: \"foreignHeader\",\n formName: \"ForeignIndicesForm\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: null,\n haveSort: false\n }, {\n id: 7,\n name: \"ÜRÜN İŞLEMLERİ\",\n label: \"Ürün İşlemi\",\n actionNames: [\"getFeatureSettingList\", \"updateFeatureSetting\", \"createFeatureSetting\", \"deleteFeatureSetting\"],\n tableHeaderProp: \"featureSettingsHeader\",\n formName: \"ProductDescribingForm\",\n showRemoveBtn: true,\n showAddBtn: true,\n reqParams: {\n applicationId: 0,\n platformId: 0,\n marketId: 0,\n perspectiveIds: [],\n vendorIds: [],\n researchIds: [],\n algorithmIds: [],\n foreignIndiceIds: [],\n cost: 0,\n screenPrice: 0,\n price: 0,\n priceType: 0,\n fundAmount: 0,\n commissionAmount: 0\n }\n }],\n vendorHeader: [{\n title: \"Sıra No\",\n column: \"order\"\n }, {\n title: \"Ad\",\n column: \"name\"\n }, {\n title: \"Entegrasyon Türü\",\n column: \"integrationType\"\n }, {\n title: \"Tarih\",\n column: \"date\"\n }, {\n title: \"Veri Grubu\",\n column: \"dataGroup\"\n }, {\n title: \"Son İşlem Yapan\",\n column: \"lastModifier\"\n }],\n platformHeader: [{\n title: \"Adı\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n }, {\n title: \"Açıklama\",\n column: \"description\"\n }],\n perspectiveHeader: [{\n title: \"Adı\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n }, {\n title: \"Açıklama\",\n column: \"description\"\n }],\n akdHeader: [{\n title: \"Adı\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n }, {\n title: \"Açıklama\",\n column: \"description\"\n }],\n marketHeader: [{\n title: \"Adı\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n }, {\n title: \"Açıklama\",\n column: \"description\"\n }],\n algoHeader: [{\n title: \"Vendor\",\n column: \"applicationName\"\n }, {\n title: \"Ürün Adı\",\n column: \"name\"\n }, {\n title: \"Fiyat\",\n column: \"price\"\n }],\n foreignHeader: [{\n title: \"Vendor\",\n column: \"applicationName\"\n }, {\n title: \"Ürün Adı\",\n column: \"name\"\n }, {\n title: \"Fiyat\",\n column: \"price\"\n }, {\n title: \"Fiyat Tipi\",\n column: \"priceType\"\n }],\n dataGroupHeader: [\n /* { title: \"Sıra No\", column: \"order\" },*/\n {\n title: \"Ad\",\n column: \"name\"\n }, {\n title: \"Kısa Tanım\",\n column: \"shortContent\"\n },\n /*{ title: \"Şablon\", column: \"template\" },*/\n {\n title: \"Tarih\",\n column: \"date\"\n }, {\n title: \"Son İşlem Yapan\",\n column: \"lastModifier\"\n }],\n featureSettingsHeader: [{\n title: \"Veri Grubu\",\n column: \"applicationTypeName\"\n }, {\n title: \"Vendor\",\n column: \"name\"\n }, {\n title: \"Platform\",\n column: \"platformName\"\n }, {\n title: \"Piyasa\",\n column: \"marketName\"\n }, {\n title: \"Tarih\",\n column: \"updateDate\"\n }],\n selectedMenuItem: null,\n menuItemIndex: 0,\n filterAttributes: [],\n costMultiplier: 2.0,\n formReRender: false\n };\n },\n\n components: {\n GenericTable: _components_productAndPackage_GenericTable_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n BaseButton: _components__WEBPACK_IMPORTED_MODULE_2__[\"BaseButton\"],\n BaseIcon: _components__WEBPACK_IMPORTED_MODULE_2__[\"BaseIcon\"],\n VendorDefination: _components_productAndPackage_VendorDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n DataGroupDefinition: _components_productAndPackage_DataGroupDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n PlatformDefinition: _components_productAndPackage_PlatformDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n PerspectiveDefinition: _components_productAndPackage_PerspectiveDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n AkdDefinition: _components_productAndPackage_AkdDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n MarketDefinition: _components_productAndPackage_MarketDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n AlgoDefinition: _components_productAndPackage_AlgoDefinitionForm_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n ProductDescribingForm: _components_productAndPackage_ProductDescribingForm__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n ResearchDefinitionForm: _components_productAndPackage_ResearchDefinitionForm__WEBPACK_IMPORTED_MODULE_11__[\"default\"],\n ForeignIndicesForm: _components_productAndPackage_ForeignIndicesForm__WEBPACK_IMPORTED_MODULE_12__[\"default\"]\n },\n methods: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapActions\"])([\"getAllApplicationTypes\", \"updateApplicationType\", \"createApplicationType\", \"deleteApplicationType\", \"getAllPlatforms\", \"updatePlatform\", \"createPlatform\", \"deletePlatform\", \"getAllPerspectives\", \"updatePerspective\", \"createPerspective\", \"deletePerspective\", \"getAllAKDs\", \"updateAKD\", \"createAKD\", \"deleteAKD\", \"getAllMarkets\", \"updateMarket\", \"createMarket\", \"deleteMarket\", \"getAllAlgorithmAndServers\", \"updateAlgorithmAndServer\", \"createAlgorithmAndServer\", \"deleteAlgorithmAndServer\", \"getFeatureSettingList\", \"fillFilter\", \"createFeatureSetting\", \"getSiteSettings\", \"updateFeatureSetting\", \"deleteFeatureSetting\", \"getResearchList\", \"updateResearch\", \"createResearch\", \"deleteResearch\", \"changeApplicationTypeOrderIncrease\", \"changeApplicationTypeOrderDecrease\", \"changePlatformOrderDecrease\", \"changePlatformOrderIncrease\", \"changeAlgorithmAndServerOrderDecrease\", \"changeAlgorithmAndServerOrderIncrease\", \"changePerspectiveOrderDecrease\", \"changePerspectiveOrderIncrease\", \"changeMarketOrderDecrease\", \"changeMarketOrderIncrease\", \"changeAkdOrderDecrease\", \"changeAkdOrderIncrease\", \"getForeignList\", \"updateForeign\", \"createForeign\", \"deleteForeign\", \"changeResearchOrderDecrease\", \"changeResearchOrderIncrease\"]),\n\n updateInfoMessage() {\n this.$toast.success(\"İlgili Kayıt Düzenlendi\");\n this.closeModal();\n this.changeTab(this.selectedMenuItem);\n },\n\n createInfoMessage() {\n this.$toast.success(\"İlgili Kayıt Eklendi\");\n this.closeModal();\n this.changeTab(this.selectedMenuItem);\n },\n\n deleteSuccessMessage() {\n this.$toast.success(\"İlgili Kayıt Silindi\");\n this.$modal.hide(\"deleteModal\");\n this.changeTab(this.selectedMenuItem);\n },\n\n deleteErrorMessage() {\n this.$modal.hide(\"deleteModal\");\n this.$toast.error(\"Bir Hata oluştu\");\n this.changeTab(this.selectedMenuItem);\n },\n\n submitform(params) {\n const actionName = this.clickedNewItemBtn ? this.selectedMenuItem.actionNames[2] : this.selectedMenuItem.actionNames[1];\n this[actionName](params).then(response => {\n if (response.error) {\n this.$toast.error(response.message);\n } else {\n if (this.clickedNewItemBtn) {\n this.createInfoMessage();\n } else {\n this.updateInfoMessage();\n }\n\n this.$router.push({\n query: {\n item: this.$route.query.item\n }\n });\n }\n });\n this.$modal.hide(\"modal\");\n },\n\n selectedTabItem(id) {\n this.selectedMenuItem = this.tabMenuItems.find(x => x.id === id);\n return this.selectedMenuItem;\n },\n\n async changeTab(item) {\n await this.getData(item);\n },\n\n async getData(item) {\n this.formRender = false;\n this.selectedTab = item.id;\n this.selectedLabel = item.label;\n this.showRemoveBtn = item.showRemoveBtn;\n this.showAddBtn = item.showAddBtn;\n await this[item.actionNames[0]](item.reqParams).then(response => {\n if (item.id === 6) {\n const servers = response;\n\n for (let i = 0; i < servers.length; i++) {\n const item = servers[i];\n item.applicationName = item.application.name;\n }\n\n this.data = servers;\n } else if (item.id === 7) {\n const formatedData = response;\n /* { title: \"Piyasa\", column: \"marketName\" },\n { title: \"Tarih\", column: \"updateDate\" },*/\n\n for (let i = 0; i < formatedData.length; i++) {\n const item = formatedData[i];\n item.platformName = item.platform.name;\n item.platformId = item.platform.id;\n const marketNames = [];\n\n for (let f = 0; f < item.licences.length; f++) {\n marketNames.push(item.licences[f].name);\n }\n\n item.marketName = marketNames.toString();\n item.updateDate = this.$moment(item.updatedAt).format(\"DD.MM.YYYY\");\n }\n\n this.data = formatedData;\n } else if (item.id === 8) {\n const servers = response;\n\n for (let i = 0; i < servers.length; i++) {\n const item = servers[i];\n\n if (!item.application) {\n item.applicationName = \"Ana Ürün\";\n } else {\n item.applicationName = item.application.name;\n }\n }\n\n this.data = servers;\n } else {\n this.data = response;\n }\n });\n\n if (item.tableHeaderProp !== \"\") {\n this.tableHeader = this[item.tableHeaderProp];\n } else {\n this.tableHeader = [];\n }\n },\n\n newItem() {\n this.formReRender = false;\n this.clickedNewItemBtn = true;\n\n if (this.$route.query.item != \"8\") {\n this.selectedData = this.selectedTabItem(this.selectedTab);\n this.selectedDataId = null;\n this.selectedDataName = \"\";\n this.selectedDataDepth = null;\n this.selectedDataOrder = null;\n this.applicationId = null;\n this.selectedDataApplicationId = null;\n this.selectedDataResearchId = null;\n this.selectedforeignIndiceId = null;\n this.selectedShortContent = \"\";\n this.selectedDescription = \"\";\n this.isAgreementMandatory = false;\n this.isHighLevel = false;\n this.isExternalPurchasable = false;\n this.selectedDataPrice = null;\n this.selectedDataPriceCostMultiplier = this.costMultiplier;\n this.selectedDataScreenPrice = null;\n this.selectedDataCost = null;\n this.selectedDataFundAmount = null;\n this.selectedDataCommissionAmount = null;\n this.selectedDataVdProducrtWarnings = [];\n this.additionalWarnings = [];\n setTimeout(() => {\n this.formReRender = true;\n }, 10);\n this.openModal();\n } else {\n this.$router.push({\n query: {\n item: this.$route.query.item,\n featureSettingId: 0\n }\n });\n }\n },\n\n edit(item) {\n this.formReRender = false;\n this.clickedNewItemBtn = false;\n\n if (this.$route.query.item != \"8\") {\n this.clickedNewItemBtn = false;\n this.selectedData = this.selectedTabItem(this.selectedTab);\n this.applicationId = item.applicationId;\n this.researchId = item.researchId;\n this.selectedDataApplicationId = item.applicationId;\n this.selectedforeignIndiceId = item.foreignIndiceId;\n this.selectedDataResearchId = item.researchId;\n this.selectedDataId = item.id;\n this.selectedDataName = item.name;\n this.selectedDataDepth = item.depth ? item.depth : 0;\n this.selectedDataOrder = item.order;\n this.selectedShortContent = item.shortContent;\n this.selectedDescription = item.description;\n this.isAgreementMandatory = item.isAgreementMandatory;\n this.isHighLevel = item.isHighLevel;\n this.isExternalPurchasable = item.isExternalPurchasable;\n this.selectedDataPrice = item.price;\n this.selectedDataPriceCostMultiplier = this.costMultiplier;\n this.selectedDataScreenPrice = item.screenPrice;\n this.selectedDataCost = item.cost;\n this.selectedDataFundAmount = item.fundAmount;\n this.selectedDataCommissionAmount = item.commissionAmount;\n this.selectedDataVdProducrtWarnings = item.vdProducrtWarnings;\n this.additionalWarnings = item.vdProducrtWarnings;\n setTimeout(() => {\n this.formReRender = true;\n }, 10);\n this.openModal();\n } else {\n this.$router.push({\n query: {\n item: this.$route.query.item,\n featureSettingId: item.id,\n platformId: item.platformId\n }\n });\n }\n },\n\n changeSort(item) {\n // eslint-disable-next-line no-unused-vars\n const actionName = item.sortType === \"up\" ? this.selectedMenuItem.actionNames[4] : this.selectedMenuItem.actionNames[5]; // eslint-disable-next-line no-unused-vars\n\n const params = {};\n\n if (this.selectedMenuItem.id === 8) {\n params.id = item.researchId;\n } else {\n params.id = item.id;\n }\n\n this[actionName](params).then(response => {\n const error = response.error ? false : true;\n\n if (response.status === 200 && error) {\n this.$toast.error(\"Bir Hata oluştu\");\n } else {\n this.getData(this.selectedMenuItem);\n }\n });\n },\n\n openModal() {\n this.$modal.show(\"modal\");\n },\n\n closeModal() {\n this.$modal.hide(\"modal\");\n },\n\n removeModalC(selectedId) {\n this[this.selectedMenuItem.actionNames[3]](selectedId).then(response => {\n const error = response.error ? false : true;\n\n if (response.status === 200 && error) {\n this.deleteSuccessMessage();\n } else {\n this.deleteErrorMessage();\n }\n });\n },\n\n remove(item) {\n this.selectedData = this.selectedTabItem(this.selectedTab);\n this.selectedDeleteName = item.name;\n\n if (this.$route.query.item != \"8\") {\n this.selectedId = item.id;\n } else {\n this.selectedId = item.platform.id;\n }\n\n this.$modal.show(\"deleteModal\");\n }\n\n },\n computed: { ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])([\"allAlgorithmAndServers\", \"updateAlgorithmAndServerResponse\", \"createAlgorithmAndServerResponse\", \"deleteAlgorithmAndServerResponse\", \"allApplicationTypes\", \"updateApplicationTypeResponse\", \"createApplicationTypeResponse\", \"deleteApplicationTypeResponse\", \"allPlatforms\", \"updatePlatformResponse\", \"createPlatformResponse\", \"deletePlatformResponse\", \"allPerspectives\", \"updatePerspectiveResponse\", \"createPerspectiveResponse\", \"deletePerspectiveResponse\", \"allAKDs\", \"updateAKDResponse\", \"createAKDResponse\", \"deleteAKDResponse\", \"allMarkets\", \"updateMarketResponse\", \"createMarketResponse\", \"deleteMarketResponse\", \"getFilterList\"])\n },\n\n mounted() {\n this.selectedMenuItem = this.tabMenuItems[0];\n\n if (this.selectedMenuItem.id !== 7 && this.$route.query.featureSettingId == \"0\") {\n this.clickedNewItemBtn = true;\n } else if (this.selectedMenuItem.id !== 7 && this.$route.query.featureSettingId != \"0\") {\n this.clickedNewItemBtn = false;\n }\n\n this.fillFilter().then(() => {\n this.getSiteSettings().then(r => {\n this.costMultiplier = r.costMultiplier;\n });\n });\n this.menuItemIndex = this.$route.query.item ? this.$route.query.item : 0;\n this.selectedMenuItem = this.tabMenuItems[this.menuItemIndex];\n this.changeTab(this.selectedMenuItem);\n }\n\n});\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/ProductAndPackageManagement.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");
144
156
 
145
157
  /***/ }),
146
158
 
@@ -164,7 +176,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
164
176
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
165
177
 
166
178
  "use strict";
167
- 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\", [\n _c(\"div\", { staticClass: \"algo-form\" }, [\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _vm.selectedAppGroupOptions.length > 0\n ? _c(\"base-select\", {\n attrs: {\n id: \"application\",\n options: _vm.selectedAppGroupOptions,\n fieldLabel: \"Uygulama\",\n placeholder: \"Uygulama Seç\",\n \"selected-id\": _vm.formItems.applicationId,\n error: _vm.$v.formItems.applicationId.$error,\n },\n on: { change: _vm.changeSelectedApp },\n model: {\n value: _vm.formItems.applicationId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationId\", $$v)\n },\n expression: \"formItems.applicationId\",\n },\n })\n : _vm._e(),\n _c(\"base-input\", {\n class: { \"is-invalid\": _vm.$v.formItems.name.$error },\n attrs: { inputType: \"text\", labelText: \"Adı\" },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.name.$touch()\n },\n },\n model: {\n value: _vm.formItems.name,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"name\", $$v)\n },\n expression: \"formItems.name\",\n },\n }),\n _vm.$v.formItems.name.$error\n ? _c(\"div\", [\n _vm.$v.formItems.name.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n attrs: {\n inputType: \"hidden\",\n labelText: \"Sıra No\",\n value: \"formItems.order\",\n },\n model: {\n value: _vm.formItems.order,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"order\", $$v)\n },\n expression: \"formItems.order\",\n },\n }),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Kısa Tanım\" },\n model: {\n value: _vm.formItems.shortContent,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"shortContent\", $$v)\n },\n expression: \"formItems.shortContent\",\n },\n }),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Açıklama\" },\n model: {\n value: _vm.formItems.description,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"description\", $$v)\n },\n expression: \"formItems.description\",\n },\n }),\n _c(\"base-select\", {\n attrs: {\n id: \"isAgreementMandatory\",\n options: _vm.booleanOptions,\n fieldLabel: \"Sözleşme Kontrolü gerekli mi?\",\n placeholder: \"isAgreementMandatory Seç\",\n \"selected-id\": _vm.selectedMandatoryGroupVal.code,\n },\n on: { change: _vm.changeIsAgreementMandatoryGroup },\n model: {\n value: _vm.selectedMandatoryGroupVal,\n callback: function ($$v) {\n _vm.selectedMandatoryGroupVal = $$v\n },\n expression: \"selectedMandatoryGroupVal\",\n },\n }),\n _c(\"base-select\", {\n attrs: {\n value: _vm.selectedLevelGroupVal,\n id: \"isHighLevel\",\n options: _vm.booleanOptions,\n fieldLabel: \"Alınabilecek en yüksek paket mi?\",\n placeholder: \"isHighLevel Seç\",\n \"selected-id\": _vm.selectedLevelGroupVal.code,\n },\n on: { change: _vm.changeIsHighLevelGroup },\n model: {\n value: _vm.selectedLevelGroupVal,\n callback: function ($$v) {\n _vm.selectedLevelGroupVal = $$v\n },\n expression: \"selectedLevelGroupVal\",\n },\n }),\n _c(\"base-select\", {\n attrs: {\n value: _vm.selectedPurchasableGroupVal,\n id: \"isExternalPurchasable\",\n options: _vm.booleanOptions,\n fieldLabel: \"Harici Terminal ile alınabilir mi?\",\n placeholder: \"isExternalPurchasable Seç\",\n \"selected-id\": _vm.selectedPurchasableGroupVal.code,\n },\n on: { change: _vm.changeIsExternalPurchasableGroup },\n model: {\n value: _vm.selectedPurchasableGroupVal,\n callback: function ($$v) {\n _vm.selectedPurchasableGroupVal = $$v\n },\n expression: \"selectedPurchasableGroupVal\",\n },\n }),\n _c(\"base-input\", {\n class: { \"is-invalid\": _vm.$v.formItems.price.$error },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n id: \"algoPrice\",\n value: \"formItems.price\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.price.$touch()\n },\n },\n model: {\n value: _vm.formItems.price,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"price\", $$v)\n },\n expression: \"formItems.price\",\n },\n }),\n _vm.$v.formItems.price.$error\n ? _c(\"div\", [\n _vm.$v.formItems.price.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.priceCostMultiplier.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat Maliyet Çarpanı\",\n id: \"algoPriceCostMultiplier\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.priceCostMultiplier.$touch()\n },\n },\n model: {\n value: _vm.formItems.priceCostMultiplier,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"priceCostMultiplier\", $$v)\n },\n expression: \"formItems.priceCostMultiplier\",\n },\n }),\n _vm.$v.formItems.priceCostMultiplier.$error\n ? _c(\"div\", [\n _vm.$v.formItems.priceCostMultiplier.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.screenPrice.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Ekran Ücreti\",\n id: \"algoScreenPrice\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.screenPrice.$touch()\n },\n },\n model: {\n value: _vm.formItems.screenPrice,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"screenPrice\", $$v)\n },\n expression: \"formItems.screenPrice\",\n },\n }),\n _vm.$v.formItems.screenPrice.$error\n ? _c(\"div\", [\n _vm.$v.formItems.screenPrice.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.cost.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n id: \"algoCost\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.cost.$touch()\n },\n },\n model: {\n value: _vm.formItems.cost,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"cost\", $$v)\n },\n expression: \"formItems.cost\",\n },\n }),\n _vm.$v.formItems.cost.$error\n ? _c(\"div\", [\n _vm.$v.formItems.cost.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.fundAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fon Miktarı\",\n id: \"algoFundAmount\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.fundAmount.$touch()\n },\n },\n model: {\n value: _vm.formItems.fundAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"fundAmount\", $$v)\n },\n expression: \"formItems.fundAmount\",\n },\n }),\n _vm.$v.formItems.fundAmount.$error\n ? _c(\"div\", [\n _vm.$v.formItems.fundAmount.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.commissionAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon Miktarı\",\n id: \"algoCommissionAmount\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.commissionAmount.$touch()\n },\n },\n model: {\n value: _vm.formItems.commissionAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"commissionAmount\", $$v)\n },\n expression: \"formItems.commissionAmount\",\n },\n }),\n !_vm.$v.formItems.commissionAmount.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" })\n : _vm._e(),\n _vm._l(_vm.additionalWarnings, function (item, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"grouped-container with-button\" },\n [\n _c(\"base-input\", {\n attrs: {\n inputType: \"text\",\n labelText: \"Uyarılar\",\n id: \"algoVdProducrtWarnings\",\n },\n model: {\n value: _vm.additionalWarnings[index],\n callback: function ($$v) {\n _vm.$set(_vm.additionalWarnings, index, $$v)\n },\n expression: \"additionalWarnings[index]\",\n },\n }),\n index === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings()\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"plus-circle\" } })],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings(index)\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"close-colored\" } })],\n 1\n ),\n ],\n 1\n )\n }),\n _c(\"br\"),\n _c(\"photo-upload\", { attrs: { base64Img: _vm.setPhotoForForm } }),\n ],\n 2\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"giveUp\",\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"modal\")\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n {\n staticClass: \"add\",\n class: { disabled: _vm.$v.$invalid },\n attrs: { disabled: _vm.$v.$invalid },\n on: { click: _vm.sendForm },\n },\n [_vm._v(\"Kaydet\")]\n ),\n ],\n 1\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/AlgoDefinitionForm.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
179
+ 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\", [\n _c(\"div\", { staticClass: \"algo-form\" }, [\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _vm.selectedAppGroupOptions.length > 0\n ? _c(\"base-select\", {\n attrs: {\n id: \"application\",\n options: _vm.selectedAppGroupOptions,\n fieldLabel: \"Uygulama\",\n placeholder: \"Uygulama Seç\",\n \"selected-id\": _vm.formItems.applicationId,\n error: _vm.$v.formItems.applicationId.$error,\n },\n on: { change: _vm.changeSelectedApp },\n model: {\n value: _vm.formItems.applicationId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationId\", $$v)\n },\n expression: \"formItems.applicationId\",\n },\n })\n : _vm._e(),\n _c(\"base-input\", {\n class: { \"is-invalid\": _vm.$v.formItems.name.$error },\n attrs: { inputType: \"text\", labelText: \"Adı\" },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.name.$touch()\n },\n },\n model: {\n value: _vm.formItems.name,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"name\", $$v)\n },\n expression: \"formItems.name\",\n },\n }),\n _vm.$v.formItems.name.$error\n ? _c(\"div\", [\n _vm.$v.formItems.name.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n attrs: {\n inputType: \"hidden\",\n labelText: \"Sıra No\",\n value: \"formItems.order\",\n },\n model: {\n value: _vm.formItems.order,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"order\", $$v)\n },\n expression: \"formItems.order\",\n },\n }),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Kısa Tanım\" },\n model: {\n value: _vm.formItems.shortContent,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"shortContent\", $$v)\n },\n expression: \"formItems.shortContent\",\n },\n }),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Açıklama\" },\n model: {\n value: _vm.formItems.description,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"description\", $$v)\n },\n expression: \"formItems.description\",\n },\n }),\n _c(\"base-select\", {\n attrs: {\n id: \"isAgreementMandatory\",\n options: _vm.booleanOptions,\n fieldLabel: \"Sözleşme Kontrolü gerekli mi?\",\n placeholder: \"isAgreementMandatory Seç\",\n \"selected-id\": _vm.selectedMandatoryGroupVal.code,\n },\n on: { change: _vm.changeIsAgreementMandatoryGroup },\n model: {\n value: _vm.selectedMandatoryGroupVal,\n callback: function ($$v) {\n _vm.selectedMandatoryGroupVal = $$v\n },\n expression: \"selectedMandatoryGroupVal\",\n },\n }),\n _c(\"base-select\", {\n attrs: {\n value: _vm.selectedLevelGroupVal,\n id: \"isHighLevel\",\n options: _vm.booleanOptions,\n fieldLabel: \"Alınabilecek en yüksek paket mi?\",\n placeholder: \"isHighLevel Seç\",\n \"selected-id\": _vm.selectedLevelGroupVal.code,\n },\n on: { change: _vm.changeIsHighLevelGroup },\n model: {\n value: _vm.selectedLevelGroupVal,\n callback: function ($$v) {\n _vm.selectedLevelGroupVal = $$v\n },\n expression: \"selectedLevelGroupVal\",\n },\n }),\n _c(\"base-select\", {\n attrs: {\n value: _vm.selectedPurchasableGroupVal,\n id: \"isExternalPurchasable\",\n options: _vm.booleanOptions,\n fieldLabel: \"Harici Terminal ile alınabilir mi?\",\n placeholder: \"isExternalPurchasable Seç\",\n \"selected-id\": _vm.selectedPurchasableGroupVal.code,\n },\n on: { change: _vm.changeIsExternalPurchasableGroup },\n model: {\n value: _vm.selectedPurchasableGroupVal,\n callback: function ($$v) {\n _vm.selectedPurchasableGroupVal = $$v\n },\n expression: \"selectedPurchasableGroupVal\",\n },\n }),\n _c(\"base-input\", {\n class: { \"is-invalid\": _vm.$v.formItems.price.$error },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n id: \"algoPrice\",\n value: \"formItems.price\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.price.$touch()\n },\n },\n model: {\n value: _vm.formItems.price,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"price\", $$v)\n },\n expression: \"formItems.price\",\n },\n }),\n _vm.$v.formItems.price.$error\n ? _c(\"div\", [\n _vm.$v.formItems.price.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.priceCostMultiplier.$error,\n disabled: _vm.isDisabled,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat Maliyet Çarpanı\",\n isDisabled: true,\n id: \"algoPriceCostMultiplier\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.priceCostMultiplier.$touch()\n },\n },\n model: {\n value: _vm.formItems.priceCostMultiplier,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"priceCostMultiplier\", $$v)\n },\n expression: \"formItems.priceCostMultiplier\",\n },\n }),\n _vm.$v.formItems.priceCostMultiplier.$error\n ? _c(\"div\", [\n _vm.$v.formItems.priceCostMultiplier.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.screenPrice.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Ekran Ücreti\",\n id: \"algoScreenPrice\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.screenPrice.$touch()\n },\n },\n model: {\n value: _vm.formItems.screenPrice,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"screenPrice\", $$v)\n },\n expression: \"formItems.screenPrice\",\n },\n }),\n _vm.$v.formItems.screenPrice.$error\n ? _c(\"div\", [\n _vm.$v.formItems.screenPrice.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.cost.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n id: \"algoCost\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.cost.$touch()\n },\n },\n model: {\n value: _vm.formItems.cost,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"cost\", $$v)\n },\n expression: \"formItems.cost\",\n },\n }),\n _vm.$v.formItems.cost.$error\n ? _c(\"div\", [\n _vm.$v.formItems.cost.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.fundAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fon Miktarı\",\n id: \"algoFundAmount\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.fundAmount.$touch()\n },\n },\n model: {\n value: _vm.formItems.fundAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"fundAmount\", $$v)\n },\n expression: \"formItems.fundAmount\",\n },\n }),\n _vm.$v.formItems.fundAmount.$error\n ? _c(\"div\", [\n _vm.$v.formItems.fundAmount.$invalid\n ? _c(\"p\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.$v.formItems.commissionAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon Miktarı\",\n id: \"algoCommissionAmount\",\n },\n on: {\n input: function ($event) {\n return _vm.$v.formItems.commissionAmount.$touch()\n },\n },\n model: {\n value: _vm.formItems.commissionAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"commissionAmount\", $$v)\n },\n expression: \"formItems.commissionAmount\",\n },\n }),\n !_vm.$v.formItems.commissionAmount.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" })\n : _vm._e(),\n _vm._l(_vm.additionalWarnings, function (item, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"grouped-container with-button\" },\n [\n _c(\"base-input\", {\n attrs: {\n inputType: \"text\",\n labelText: \"Uyarılar\",\n id: \"algoVdProducrtWarnings\",\n },\n model: {\n value: _vm.additionalWarnings[index],\n callback: function ($$v) {\n _vm.$set(_vm.additionalWarnings, index, $$v)\n },\n expression: \"additionalWarnings[index]\",\n },\n }),\n index === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings()\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"plus-circle\" } })],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings(index)\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"close-colored\" } })],\n 1\n ),\n ],\n 1\n )\n }),\n _c(\"br\"),\n _c(\"photo-upload\", { attrs: { base64Img: _vm.setPhotoForForm } }),\n ],\n 2\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"giveUp\",\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"modal\")\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n {\n staticClass: \"add\",\n class: { disabled: _vm.$v.$invalid },\n attrs: { disabled: _vm.$v.$invalid },\n on: { click: _vm.sendForm },\n },\n [_vm._v(\"Kaydet\")]\n ),\n ],\n 1\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/AlgoDefinitionForm.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
168
180
 
169
181
  /***/ }),
170
182
 
@@ -180,6 +192,18 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
180
192
 
181
193
  /***/ }),
182
194
 
195
+ /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"571eca3d-vue-loader-template\"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=template&id=783e2690&scoped=true&":
196
+ /*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
197
+ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"571eca3d-vue-loader-template"}!./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!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=template&id=783e2690&scoped=true& ***!
198
+ \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
199
+ /*! exports provided: render, staticRenderFns */
200
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
201
+
202
+ "use strict";
203
+ 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\", [\n _c(\"div\", { staticClass: \"algo-form\" }, [\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _vm.selectedAppGroupOptions.length > 0\n ? _c(\"base-select\", {\n attrs: {\n id: \"application\",\n options: _vm.selectedAppGroupOptions,\n fieldLabel: \"Uygulama\",\n placeholder: \"Uygulama Seç\",\n \"selected-id\": _vm.formItems.applicationId,\n },\n on: { change: _vm.changeSelectedApp },\n model: {\n value: _vm.formItems.applicationId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationId\", $$v)\n },\n expression: \"formItems.applicationId\",\n },\n })\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.name.$error,\n },\n attrs: { inputType: \"text\", labelText: \"Adı\" },\n model: {\n value: _vm.formItems.name,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"name\", $$v)\n },\n expression: \"formItems.name\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.name.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Kısa Tanım\" },\n model: {\n value: _vm.formItems.shortContent,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"shortContent\", $$v)\n },\n expression: \"formItems.shortContent\",\n },\n }),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Açıklama\" },\n model: {\n value: _vm.formItems.description,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"description\", $$v)\n },\n expression: \"formItems.description\",\n },\n }),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.price.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n id: \"algoPrice\",\n value: \"formItems.price\",\n },\n model: {\n value: _vm.formItems.price,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"price\", $$v)\n },\n expression: \"formItems.price\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.price.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.priceCostMultiplier.$error,\n disabled: _vm.isDisabled,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat Maliyet Çarpanı\",\n id: \"algoPriceCostMultiplier\",\n isDisabled: true,\n },\n model: {\n value: _vm.formItems.priceCostMultiplier,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"priceCostMultiplier\", $$v)\n },\n expression: \"formItems.priceCostMultiplier\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.priceCostMultiplier.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.screenPrice.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Ekran Ücreti\",\n id: \"algoScreenPrice\",\n },\n model: {\n value: _vm.formItems.screenPrice,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"screenPrice\", $$v)\n },\n expression: \"formItems.screenPrice\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.screenPrice.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.cost.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n id: \"algoCost\",\n },\n model: {\n value: _vm.formItems.cost,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"cost\", $$v)\n },\n expression: \"formItems.cost\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.cost.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.fundAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fon Miktarı\",\n id: \"algoFundAmount\",\n },\n model: {\n value: _vm.formItems.fundAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"fundAmount\", $$v)\n },\n expression: \"formItems.fundAmount\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.fundAmount.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.commissionAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon Miktarı\",\n id: \"algoCommissionAmount\",\n },\n model: {\n value: _vm.formItems.commissionAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"commissionAmount\", $$v)\n },\n expression: \"formItems.commissionAmount\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.commissionAmount.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _vm._l(_vm.additionalWarnings, function (item, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"grouped-container with-button\" },\n [\n _c(\"base-input\", {\n attrs: {\n inputType: \"text\",\n labelText: \"Uyarılar\",\n id: \"algoVdProducrtWarnings\",\n },\n model: {\n value: _vm.additionalWarnings[index],\n callback: function ($$v) {\n _vm.$set(_vm.additionalWarnings, index, $$v)\n },\n expression: \"additionalWarnings[index]\",\n },\n }),\n index === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings()\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"plus-circle\" } })],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings(index)\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"close-colored\" } })],\n 1\n ),\n ],\n 1\n )\n }),\n ],\n 2\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"giveUp\",\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"modal\")\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n { staticClass: \"add\", on: { click: _vm.sendForm } },\n [_vm._v(\" Kaydet \")]\n ),\n ],\n 1\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
204
+
205
+ /***/ }),
206
+
183
207
  /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"571eca3d-vue-loader-template\"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/GenericTable.vue?vue&type=template&id=1498a7d0&scoped=true&":
184
208
  /*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
185
209
  !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"571eca3d-vue-loader-template"}!./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!./src/components/productAndPackage/GenericTable.vue?vue&type=template&id=1498a7d0&scoped=true& ***!
@@ -188,7 +212,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
188
212
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
189
213
 
190
214
  "use strict";
191
- 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: \"table-wrapper\" }, [\n _c(\n \"div\",\n { staticClass: \"button-container\" },\n [\n _vm.showAddBtn\n ? _c(\n \"base-button\",\n { staticClass: \"new-btn\", on: { click: _vm.newItem } },\n [_vm._v(_vm._s(_vm.label) + \" Ekle\")]\n )\n : _vm._e(),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"table-container\" }, [\n _c(\n \"table\",\n [\n _c(\"caption\"),\n _c(\n \"tr\",\n [\n _vm.haveSort ? _c(\"th\", [_vm._v(\"Sıra\")]) : _vm._e(),\n _vm._l(_vm.tableHeader, function (item, index) {\n return _c(\"th\", { key: index, attrs: { scope: \"col\" } }, [\n _vm._v(\" \" + _vm._s(item.title) + \" \"),\n ])\n }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"İşlem\")]),\n ],\n 2\n ),\n _vm._l(_vm.tableData, function (item, index) {\n return _c(\n \"tr\",\n { key: index },\n [\n _vm.haveSort\n ? _c(\"td\", [\n _c(\"div\", { staticClass: \"order-container\" }, [\n _c(\n \"div\",\n {\n staticClass: \"icon-container\",\n on: {\n click: function ($event) {\n return _vm.changeSortByLocal(\n \"up\",\n item,\n index,\n _vm.tableData.length - 1\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: {\n \"class-name\":\n index === 0\n ? \"sort-icon-style disabled-style\"\n : \"sort-icon-style\",\n name: \"order-arrow-up\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n {\n staticClass: \"icon-container\",\n on: {\n click: function ($event) {\n return _vm.changeSortByLocal(\n \"down\",\n item,\n index,\n _vm.tableData.length - 1\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: {\n \"class-name\":\n index === _vm.tableData.length - 1\n ? \"sort-icon-style disabled-style\"\n : \"sort-icon-style\",\n name: \"order-arrow-down\",\n },\n }),\n ],\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _vm._l(_vm.tableHeader, function (dataItem, columnIndex) {\n return _c(\n \"td\",\n { key: columnIndex, attrs: { scope: \"row\" } },\n [_vm._v(\" \" + _vm._s(item[dataItem.column]) + \" \")]\n )\n }),\n _c(\"td\", { attrs: { scope: \"row\" } }, [\n _c(\n \"div\",\n [\n _c(\n \"base-button\",\n {\n staticClass: \"little-btn\",\n on: {\n click: function ($event) {\n return _vm.edit(item)\n },\n },\n },\n [_vm._v(\"Düzenle\")]\n ),\n _vm.showRemoveBtn\n ? _c(\n \"base-button\",\n {\n staticClass: \"little-btn red\",\n on: {\n click: function ($event) {\n return _vm.remove(item)\n },\n },\n },\n [_vm._v(\"Sil\")]\n )\n : _vm._e(),\n ],\n 1\n ),\n ]),\n ],\n 2\n )\n }),\n ],\n 2\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/GenericTable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
215
+ 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: \"table-wrapper\" }, [\n _c(\n \"div\",\n { staticClass: \"button-container\" },\n [\n _vm.showAddBtn && _vm.headerParentId != 9\n ? _c(\n \"base-button\",\n { staticClass: \"new-btn\", on: { click: _vm.newItem } },\n [_vm._v(_vm._s(_vm.label) + \" Ekle\")]\n )\n : _vm._e(),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"table-container\" }, [\n _c(\n \"table\",\n [\n _c(\"caption\"),\n _c(\n \"tr\",\n [\n _vm.haveSort ? _c(\"th\", [_vm._v(\"Sıra\")]) : _vm._e(),\n _vm._l(_vm.tableHeader, function (item, index) {\n return _c(\"th\", { key: index, attrs: { scope: \"col\" } }, [\n _vm._v(\" \" + _vm._s(item.title) + \" \"),\n ])\n }),\n _c(\"th\", { attrs: { scope: \"col\" } }, [_vm._v(\"İşlem\")]),\n ],\n 2\n ),\n _vm._l(_vm.tableData, function (item, index) {\n return _c(\n \"tr\",\n { key: index },\n [\n _vm.haveSort\n ? _c(\"td\", [\n _c(\"div\", { staticClass: \"order-container\" }, [\n _c(\n \"div\",\n {\n staticClass: \"icon-container\",\n on: {\n click: function ($event) {\n return _vm.changeSortByLocal(\n \"up\",\n item,\n index,\n _vm.tableData.length - 1\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: {\n \"class-name\":\n index === 0\n ? \"sort-icon-style disabled-style\"\n : \"sort-icon-style\",\n name: \"order-arrow-up\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n {\n staticClass: \"icon-container\",\n on: {\n click: function ($event) {\n return _vm.changeSortByLocal(\n \"down\",\n item,\n index,\n _vm.tableData.length - 1\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: {\n \"class-name\":\n index === _vm.tableData.length - 1\n ? \"sort-icon-style disabled-style\"\n : \"sort-icon-style\",\n name: \"order-arrow-down\",\n },\n }),\n ],\n 1\n ),\n ]),\n ])\n : _vm._e(),\n _vm._l(_vm.tableHeader, function (dataItem, columnIndex) {\n return _c(\n \"td\",\n { key: columnIndex, attrs: { scope: \"row\" } },\n [\n dataItem.column === \"priceType\" &&\n item[dataItem.column] == \"1\"\n ? _c(\"span\", [_vm._v(\" \")])\n : dataItem.column === \"priceType\" &&\n item[dataItem.column] == \"2\"\n ? _c(\"span\", [_vm._v(\" $ \")])\n : dataItem.column === \"priceType\" &&\n item[dataItem.column] == \"3\"\n ? _c(\"span\", [_vm._v(\" € \")])\n : _c(\"span\", [\n _vm._v(\" \" + _vm._s(item[dataItem.column]) + \" \"),\n ]),\n ]\n )\n }),\n _c(\"td\", { attrs: { scope: \"row\" } }, [\n _vm.headerParentId != 9\n ? _c(\n \"div\",\n [\n _c(\n \"base-button\",\n {\n staticClass: \"little-btn\",\n on: {\n click: function ($event) {\n return _vm.edit(item)\n },\n },\n },\n [_vm._v(\"Düzenle\")]\n ),\n _vm.showRemoveBtn\n ? _c(\n \"base-button\",\n {\n staticClass: \"little-btn red\",\n on: {\n click: function ($event) {\n return _vm.remove(item)\n },\n },\n },\n [_vm._v(\"Sil\")]\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n ]),\n ],\n 2\n )\n }),\n ],\n 2\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/GenericTable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
192
216
 
193
217
  /***/ }),
194
218
 
@@ -248,7 +272,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
248
272
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
249
273
 
250
274
  "use strict";
251
- 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: \"product-describing-form\" }, [\n _c(\"div\", { staticClass: \"main-container\" }, [\n _c(\n \"form\",\n {\n on: {\n submit: function ($event) {\n $event.preventDefault()\n return _vm.submitForm()\n },\n },\n },\n [\n _c(\"div\", { staticClass: \"grid-container first\" }, [\n _c(\n \"div\",\n { staticClass: \"item\" },\n [\n _c(\"base-select\", {\n attrs: {\n id: \"applicationTypes\",\n options: _vm.applicationTypes.filter(function (x) {\n return x.code !== 3 && x.code !== 4\n }),\n fieldLabel: \"Veri Grubu\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": _vm.formItems.applicationTypeId,\n error: _vm.$v.formItems.applicationTypeId.$error,\n },\n model: {\n value: _vm.formItems.applicationTypeId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationTypeId\", $$v)\n },\n expression: \"formItems.applicationTypeId\",\n },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"item\" }, [\n !_vm.formItems.id\n ? _c(\n \"div\",\n [\n _c(\"base-select\", {\n attrs: {\n id: \"application\",\n options: _vm.applications,\n fieldLabel: \"Vendor\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": _vm.formItems.applicationId,\n error: _vm.$v.formItems.applicationId.$error,\n },\n model: {\n value: _vm.formItems.applicationId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationId\", $$v)\n },\n expression: \"formItems.applicationId\",\n },\n }),\n ],\n 1\n )\n : _c(\"div\", { staticClass: \"disable-selectbox\" }, [\n _c(\"p\", { staticClass: \"form-control-label\" }, [\n _vm._v(\"Vendor\"),\n ]),\n _c(\"ul\", [\n _c(\"li\", [\n _vm._v(\" \" + _vm._s(_vm.formItems.name) + \" \"),\n ]),\n ]),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"grouped-container\" }, [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"Platform\")]),\n _c(\"div\", { staticClass: \"input-container\" }, [\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\"div\", { staticClass: \"item\" }, [\n !_vm.formItems.id\n ? _c(\n \"div\",\n [\n _c(\"base-select\", {\n attrs: {\n options: _vm.platforms,\n fieldLabel: \"Platform\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": _vm.formItems.platform.platformId,\n error:\n _vm.$v.formItems.platform.platformId.$error,\n },\n model: {\n value: _vm.formItems.platform.platformId,\n callback: function ($$v) {\n _vm.$set(\n _vm.formItems.platform,\n \"platformId\",\n $$v\n )\n },\n expression: \"formItems.platform.platformId\",\n },\n }),\n ],\n 1\n )\n : _c(\"div\", { staticClass: \"disable-selectbox\" }, [\n _c(\"p\", [_vm._v(\"Platform\")]),\n _c(\"ul\", [\n _c(\"li\", [\n _vm._v(\n \" \" + _vm._s(_vm.formItems.platform.name) + \" \"\n ),\n ]),\n ]),\n ]),\n ]),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n cssClass: \"input-style\",\n error: _vm.$v.formItems.platform.cost.$error,\n },\n model: {\n value: _vm.formItems.platform.cost,\n callback: function ($$v) {\n _vm.$set(_vm.formItems.platform, \"cost\", $$v)\n },\n expression: \"formItems.platform.cost\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n cssClass: \"input-style\",\n error: _vm.$v.formItems.platform.price.$error,\n },\n on: {\n change: function ($event) {\n return _vm.calculate(null, null, \"platform\")\n },\n },\n model: {\n value: _vm.formItems.platform.price,\n callback: function ($$v) {\n _vm.$set(_vm.formItems.platform, \"price\", $$v)\n },\n expression: \"formItems.platform.price\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Çarpan Değeri\",\n cssClass: \"input-style\",\n error: _vm.$v.formItems.platform.priceMultiplier.$error,\n },\n model: {\n value: _vm.formItems.platform.priceMultiplier,\n callback: function ($$v) {\n _vm.$set(\n _vm.formItems.platform,\n \"priceMultiplier\",\n $$v\n )\n },\n expression: \"formItems.platform.priceMultiplier\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"BES ve FON Büyüklüğü\",\n cssClass: \"input-style\",\n error: _vm.$v.formItems.platform.fundAmount.$error,\n },\n model: {\n value: _vm.formItems.platform.fundAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems.platform, \"fundAmount\", $$v)\n },\n expression: \"formItems.platform.fundAmount\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon\",\n cssClass: \"input-style\",\n error:\n _vm.$v.formItems.platform.commissionAmount.$error,\n },\n model: {\n value: _vm.formItems.platform.commissionAmount,\n callback: function ($$v) {\n _vm.$set(\n _vm.formItems.platform,\n \"commissionAmount\",\n $$v\n )\n },\n expression: \"formItems.platform.commissionAmount\",\n },\n }),\n ],\n 1\n ),\n ]),\n ]),\n ]),\n _vm._l(_vm.licences, function (licenseData, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"grouped-container with-button\" },\n [\n _c(\"div\", { staticClass: \"title\" }, [\n _vm._v(\"Lisans Bilgileri\"),\n ]),\n _c(\"div\", { staticClass: \"input-container\" }, [\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item short\" },\n [\n _c(\"base-select\", {\n attrs: {\n options: _vm.markets,\n fieldLabel: \"Piyasa\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": licenseData.licenceId,\n error:\n _vm.$v.formItems.licences.$each[index].licenceId\n .$error,\n },\n on: {\n change: function ($event) {\n return _vm.setName(\n index,\n null,\n \"markets\",\n \"licenceId\"\n )\n },\n },\n model: {\n value: licenseData.licenceId,\n callback: function ($$v) {\n _vm.$set(licenseData, \"licenceId\", $$v)\n },\n expression: \"licenseData.licenceId\",\n },\n }),\n ],\n 1\n ),\n ]),\n ]),\n _vm._l(\n licenseData.perspectives,\n function (perspective, perspectivesIndex) {\n return _c(\n \"div\",\n {\n key: perspectivesIndex + \"-1\",\n staticClass: \"input-container\",\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"grouped-container with-button inner\",\n },\n [\n _c(\"div\", { staticClass: \"title\" }, [\n _vm._v(\"Derinlik\"),\n ]),\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item select-item\" },\n [\n _c(\"base-select\", {\n staticClass: \"item-select\",\n attrs: {\n options: _vm.perspectives,\n fieldLabel: \"Derinlik\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": perspective.perspectiveId,\n },\n on: {\n change: function ($event) {\n return _vm.setName(\n index,\n perspectivesIndex,\n \"perspectives\",\n \"perspectiveId\"\n )\n },\n },\n model: {\n value: perspective.perspectiveId,\n callback: function ($$v) {\n _vm.$set(\n perspective,\n \"perspectiveId\",\n $$v\n )\n },\n expression: \"perspective.perspectiveId\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n cssClass: \"input-style\",\n },\n model: {\n value: perspective.cost,\n callback: function ($$v) {\n _vm.$set(perspective, \"cost\", $$v)\n },\n expression: \"perspective.cost\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n cssClass: \"input-style\",\n },\n on: {\n change: function ($event) {\n return _vm.calculate(\n index,\n perspectivesIndex,\n \"perspectives\"\n )\n },\n },\n model: {\n value: perspective.price,\n callback: function ($$v) {\n _vm.$set(perspective, \"price\", $$v)\n },\n expression: \"perspective.price\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Çarpan Değeri\",\n cssClass: \"input-style\",\n },\n model: {\n value: perspective.priceMultiplier,\n callback: function ($$v) {\n _vm.$set(\n perspective,\n \"priceMultiplier\",\n $$v\n )\n },\n expression: \"perspective.priceMultiplier\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"BES ve FON Büyüklüğü\",\n cssClass: \"input-style\",\n },\n model: {\n value: perspective.fundAmount,\n callback: function ($$v) {\n _vm.$set(perspective, \"fundAmount\", $$v)\n },\n expression: \"perspective.fundAmount\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon\",\n cssClass: \"input-style\",\n },\n model: {\n value: perspective.commissionAmount,\n callback: function ($$v) {\n _vm.$set(\n perspective,\n \"commissionAmount\",\n $$v\n )\n },\n expression:\n \"perspective.commissionAmount\",\n },\n }),\n ],\n 1\n ),\n ]),\n perspectivesIndex === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemovePerspective(\n index,\n null\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: { name: \"plus-circle\" },\n }),\n ],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemovePerspective(\n index,\n perspectivesIndex\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: { name: \"close-colored\" },\n }),\n ],\n 1\n ),\n ]\n ),\n ]\n )\n }\n ),\n _c(\"hr\"),\n _vm._l(licenseData.vendors, function (vendor, vendorIndex) {\n return _c(\n \"div\",\n { key: vendorIndex, staticClass: \"input-container\" },\n [\n _c(\n \"div\",\n { staticClass: \"grouped-container with-button inner\" },\n [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"AKD\")]),\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item select-item\" },\n [\n _c(\"base-select\", {\n staticClass: \"item-select\",\n attrs: {\n options: _vm.vendors,\n fieldLabel: \"AKD\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": vendor.vendorId,\n },\n on: {\n change: function ($event) {\n return _vm.setName(\n index,\n vendorIndex,\n \"vendors\",\n \"vendorId\"\n )\n },\n },\n model: {\n value: vendor.vendorId,\n callback: function ($$v) {\n _vm.$set(vendor, \"vendorId\", $$v)\n },\n expression: \"vendor.vendorId\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n cssClass: \"input-style\",\n },\n model: {\n value: vendor.cost,\n callback: function ($$v) {\n _vm.$set(vendor, \"cost\", $$v)\n },\n expression: \"vendor.cost\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n cssClass: \"input-style\",\n },\n on: {\n change: function ($event) {\n return _vm.calculate(\n index,\n vendorIndex,\n \"vendors\"\n )\n },\n },\n model: {\n value: vendor.price,\n callback: function ($$v) {\n _vm.$set(vendor, \"price\", $$v)\n },\n expression: \"vendor.price\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Çarpan Değeri\",\n cssClass: \"input-style\",\n },\n model: {\n value: vendor.priceMultiplier,\n callback: function ($$v) {\n _vm.$set(vendor, \"priceMultiplier\", $$v)\n },\n expression: \"vendor.priceMultiplier\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"BES ve FON Büyüklüğü\",\n cssClass: \"input-style\",\n },\n model: {\n value: vendor.fundAmount,\n callback: function ($$v) {\n _vm.$set(vendor, \"fundAmount\", $$v)\n },\n expression: \"vendor.fundAmount\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon\",\n cssClass: \"input-style\",\n },\n model: {\n value: vendor.commissionAmount,\n callback: function ($$v) {\n _vm.$set(vendor, \"commissionAmount\", $$v)\n },\n expression: \"vendor.commissionAmount\",\n },\n }),\n ],\n 1\n ),\n ]),\n vendorIndex === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveVendor(index, null)\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: { name: \"plus-circle\" },\n }),\n ],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveVendor(\n index,\n vendorIndex\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: { name: \"close-colored\" },\n }),\n ],\n 1\n ),\n ]\n ),\n ]\n )\n }),\n index === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemovelicenseData()\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"plus-circle\" } })],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemovelicenseData(index)\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"close-colored\" } })],\n 1\n ),\n ],\n 2\n )\n }),\n _c(\"div\", { staticClass: \"grouped-container\" }, [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"Algoritmalar\")]),\n _c(\"div\", { staticClass: \"input-container\" }, [\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item select-item\" },\n [\n _vm.algorithms.length\n ? _c(\"base-select\", {\n attrs: {\n options: _vm.algorithms,\n fieldLabel: \"Algoritmalar\",\n placeholder: \"Seçiniz\",\n clearable: false,\n multiple: true,\n \"selected-id\": _vm.formItems.algorithmIds,\n },\n on: {\n change: function ($event) {\n return _vm.formatMultiselectValues(\n \"algorithmId\",\n \"algorithmIds\",\n \"algorithms\",\n null\n )\n },\n },\n model: {\n value: _vm.formItems.algorithmIds,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"algorithmIds\", $$v)\n },\n expression: \"formItems.algorithmIds\",\n },\n })\n : _vm._e(),\n ],\n 1\n ),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"grouped-container\" }, [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"Ek Paketler\")]),\n _c(\"div\", { staticClass: \"input-container\" }, [\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"div\", { staticClass: \"disable-selectbox multiple\" }, [\n _c(\"p\", [_vm._v(\"Araştırma ve Diğer\")]),\n _c(\n \"ul\",\n _vm._l(_vm.formItems.researchs, function (item) {\n return _c(\"li\", { key: item.id }, [\n _vm._v(\" \" + _vm._s(item.name) + \" \"),\n ])\n }),\n 0\n ),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item\" },\n [\n _vm.foreignIndices.length\n ? _c(\"base-select\", {\n attrs: {\n options: _vm.foreignIndices,\n fieldLabel: \"Yabancı Endeksler\",\n placeholder: \"Seçiniz\",\n clearable: false,\n multiple: true,\n \"selected-id\": _vm.formItems.foreignIndiceIds,\n },\n on: {\n change: function ($event) {\n return _vm.formatMultiselectValues(\n \"foreignIndiceId\",\n \"foreignIndiceIds\",\n \"foreignIndices\",\n null\n )\n },\n },\n model: {\n value: _vm.formItems.foreignIndiceIds,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"foreignIndiceIds\", $$v)\n },\n expression: \"formItems.foreignIndiceIds\",\n },\n })\n : _vm._e(),\n ],\n 1\n ),\n ]),\n ]),\n ]),\n _c(\n \"div\",\n { staticClass: \"upload-main-container\" },\n [_c(\"photo-upload\", { attrs: { base64Img: _vm.setPhotoForForm } })],\n 1\n ),\n _c(\"hr\"),\n _c(\n \"div\",\n { staticClass: \"button-container\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"ok-btn cancel\",\n attrs: { type: \"button\" },\n on: {\n click: function ($event) {\n return _vm.$router.push({\n query: { item: 7 },\n })\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n { staticClass: \"ok-btn\", attrs: { type: \"submit\" } },\n [_vm._v(\"Kaydet\")]\n ),\n ],\n 1\n ),\n ],\n 2\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ProductDescribingForm.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
275
+ 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: \"product-describing-form\" }, [\n _c(\"div\", { staticClass: \"main-container\" }, [\n _c(\n \"form\",\n {\n on: {\n submit: function ($event) {\n $event.preventDefault()\n return _vm.submitForm()\n },\n },\n },\n [\n _c(\"div\", { staticClass: \"grid-container first\" }, [\n _c(\n \"div\",\n { staticClass: \"item\" },\n [\n _c(\"base-select\", {\n attrs: {\n id: \"applicationTypes\",\n options: _vm.applicationTypes.filter(function (x) {\n return x.code !== 3 && x.code !== 4\n }),\n fieldLabel: \"Veri Grubu\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": _vm.formItems.applicationTypeId,\n error: _vm.$v.formItems.applicationTypeId.$error,\n },\n model: {\n value: _vm.formItems.applicationTypeId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationTypeId\", $$v)\n },\n expression: \"formItems.applicationTypeId\",\n },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"item\" }, [\n !_vm.formItems.id\n ? _c(\n \"div\",\n [\n _c(\"base-select\", {\n attrs: {\n id: \"application\",\n options: _vm.applications,\n fieldLabel: \"Vendor\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": _vm.formItems.applicationId,\n error: _vm.$v.formItems.applicationId.$error,\n },\n model: {\n value: _vm.formItems.applicationId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationId\", $$v)\n },\n expression: \"formItems.applicationId\",\n },\n }),\n ],\n 1\n )\n : _c(\"div\", { staticClass: \"disable-selectbox\" }, [\n _c(\"p\", { staticClass: \"form-control-label\" }, [\n _vm._v(\"Vendor\"),\n ]),\n _c(\"ul\", [\n _c(\"li\", [\n _vm._v(\" \" + _vm._s(_vm.formItems.name) + \" \"),\n ]),\n ]),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"grouped-container\" }, [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"Platform\")]),\n _c(\"div\", { staticClass: \"input-container\" }, [\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\"div\", { staticClass: \"item\" }, [\n !_vm.formItems.id\n ? _c(\n \"div\",\n [\n _c(\"base-select\", {\n attrs: {\n options: _vm.platforms,\n fieldLabel: \"Platform\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": _vm.formItems.platform.platformId,\n error:\n _vm.$v.formItems.platform.platformId.$error,\n },\n model: {\n value: _vm.formItems.platform.platformId,\n callback: function ($$v) {\n _vm.$set(\n _vm.formItems.platform,\n \"platformId\",\n $$v\n )\n },\n expression: \"formItems.platform.platformId\",\n },\n }),\n ],\n 1\n )\n : _c(\"div\", { staticClass: \"disable-selectbox\" }, [\n _c(\"p\", [_vm._v(\"Platform\")]),\n _c(\"ul\", [\n _c(\"li\", [\n _vm._v(\n \" \" + _vm._s(_vm.formItems.platform.name) + \" \"\n ),\n ]),\n ]),\n ]),\n ]),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n cssClass: \"input-style\",\n error: _vm.$v.formItems.platform.cost.$error,\n },\n model: {\n value: _vm.formItems.platform.cost,\n callback: function ($$v) {\n _vm.$set(_vm.formItems.platform, \"cost\", $$v)\n },\n expression: \"formItems.platform.cost\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n cssClass: \"input-style\",\n error: _vm.$v.formItems.platform.price.$error,\n },\n on: {\n change: function ($event) {\n return _vm.calculate(null, null, \"platform\")\n },\n },\n model: {\n value: _vm.formItems.platform.price,\n callback: function ($$v) {\n _vm.$set(_vm.formItems.platform, \"price\", $$v)\n },\n expression: \"formItems.platform.price\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"text\",\n labelText: \"Çarpan Değeri\",\n cssClass: \"input-style\",\n isDisabled: true,\n },\n model: {\n value: _vm.priceMultiplier,\n callback: function ($$v) {\n _vm.priceMultiplier = $$v\n },\n expression: \"priceMultiplier\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"BES ve FON Büyüklüğü\",\n cssClass: \"input-style\",\n error: _vm.$v.formItems.platform.fundAmount.$error,\n },\n model: {\n value: _vm.formItems.platform.fundAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems.platform, \"fundAmount\", $$v)\n },\n expression: \"formItems.platform.fundAmount\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon\",\n cssClass: \"input-style\",\n error:\n _vm.$v.formItems.platform.commissionAmount.$error,\n },\n model: {\n value: _vm.formItems.platform.commissionAmount,\n callback: function ($$v) {\n _vm.$set(\n _vm.formItems.platform,\n \"commissionAmount\",\n $$v\n )\n },\n expression: \"formItems.platform.commissionAmount\",\n },\n }),\n ],\n 1\n ),\n ]),\n ]),\n ]),\n _vm._l(_vm.licences, function (licenseData, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"grouped-container with-button\" },\n [\n _c(\"div\", { staticClass: \"title\" }, [\n _vm._v(\"Lisans Bilgileri\"),\n ]),\n _c(\"div\", { staticClass: \"input-container\" }, [\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item short\" },\n [\n _c(\"base-select\", {\n attrs: {\n options: _vm.markets,\n fieldLabel: \"Piyasa\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": licenseData.licenceId,\n error:\n _vm.$v.formItems.licences.$each[index].licenceId\n .$error,\n },\n on: {\n change: function ($event) {\n return _vm.setName(\n index,\n null,\n \"markets\",\n \"licenceId\"\n )\n },\n },\n model: {\n value: licenseData.licenceId,\n callback: function ($$v) {\n _vm.$set(licenseData, \"licenceId\", $$v)\n },\n expression: \"licenseData.licenceId\",\n },\n }),\n ],\n 1\n ),\n ]),\n ]),\n _vm._l(\n licenseData.perspectives,\n function (perspective, perspectivesIndex) {\n return _c(\n \"div\",\n {\n key: perspectivesIndex + \"-1\",\n staticClass: \"input-container\",\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"grouped-container with-button inner\",\n },\n [\n _c(\"div\", { staticClass: \"title\" }, [\n _vm._v(\"Derinlik\"),\n ]),\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item select-item\" },\n [\n _c(\"base-select\", {\n staticClass: \"item-select\",\n attrs: {\n options: _vm.perspectives,\n fieldLabel: \"Derinlik\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": perspective.perspectiveId,\n },\n on: {\n change: function ($event) {\n return _vm.setName(\n index,\n perspectivesIndex,\n \"perspectives\",\n \"perspectiveId\"\n )\n },\n },\n model: {\n value: perspective.perspectiveId,\n callback: function ($$v) {\n _vm.$set(\n perspective,\n \"perspectiveId\",\n $$v\n )\n },\n expression: \"perspective.perspectiveId\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n cssClass: \"input-style\",\n },\n model: {\n value: perspective.cost,\n callback: function ($$v) {\n _vm.$set(perspective, \"cost\", $$v)\n },\n expression: \"perspective.cost\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n cssClass: \"input-style\",\n },\n on: {\n change: function ($event) {\n return _vm.calculate(\n index,\n perspectivesIndex,\n \"perspectives\"\n )\n },\n },\n model: {\n value: perspective.price,\n callback: function ($$v) {\n _vm.$set(perspective, \"price\", $$v)\n },\n expression: \"perspective.price\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"text\",\n labelText: \"Çarpan Değeri\",\n isDisabled: true,\n cssClass: \"input-style\",\n },\n model: {\n value: _vm.priceMultiplier,\n callback: function ($$v) {\n _vm.priceMultiplier = $$v\n },\n expression: \"priceMultiplier\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"BES ve FON Büyüklüğü\",\n cssClass: \"input-style\",\n },\n model: {\n value: perspective.fundAmount,\n callback: function ($$v) {\n _vm.$set(perspective, \"fundAmount\", $$v)\n },\n expression: \"perspective.fundAmount\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon\",\n cssClass: \"input-style\",\n },\n model: {\n value: perspective.commissionAmount,\n callback: function ($$v) {\n _vm.$set(\n perspective,\n \"commissionAmount\",\n $$v\n )\n },\n expression:\n \"perspective.commissionAmount\",\n },\n }),\n ],\n 1\n ),\n ]),\n perspectivesIndex === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemovePerspective(\n index,\n null\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: { name: \"plus-circle\" },\n }),\n ],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemovePerspective(\n index,\n perspectivesIndex\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: { name: \"close-colored\" },\n }),\n ],\n 1\n ),\n ]\n ),\n ]\n )\n }\n ),\n _c(\"hr\"),\n _vm._l(licenseData.vendors, function (vendor, vendorIndex) {\n return _c(\n \"div\",\n { key: vendorIndex, staticClass: \"input-container\" },\n [\n _c(\n \"div\",\n { staticClass: \"grouped-container with-button inner\" },\n [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"AKD\")]),\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item select-item\" },\n [\n _c(\"base-select\", {\n staticClass: \"item-select\",\n attrs: {\n options: _vm.vendors,\n fieldLabel: \"AKD\",\n placeholder: \"Seçiniz\",\n clearable: false,\n \"selected-id\": vendor.vendorId,\n },\n on: {\n change: function ($event) {\n return _vm.setName(\n index,\n vendorIndex,\n \"vendors\",\n \"vendorId\"\n )\n },\n },\n model: {\n value: vendor.vendorId,\n callback: function ($$v) {\n _vm.$set(vendor, \"vendorId\", $$v)\n },\n expression: \"vendor.vendorId\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n cssClass: \"input-style\",\n },\n model: {\n value: vendor.cost,\n callback: function ($$v) {\n _vm.$set(vendor, \"cost\", $$v)\n },\n expression: \"vendor.cost\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n cssClass: \"input-style\",\n },\n on: {\n change: function ($event) {\n return _vm.calculate(\n index,\n vendorIndex,\n \"vendors\"\n )\n },\n },\n model: {\n value: vendor.price,\n callback: function ($$v) {\n _vm.$set(vendor, \"price\", $$v)\n },\n expression: \"vendor.price\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"text\",\n labelText: \"Çarpan Değeri\",\n isDisabled: true,\n cssClass: \"input-style\",\n },\n model: {\n value: _vm.priceMultiplier,\n callback: function ($$v) {\n _vm.priceMultiplier = $$v\n },\n expression: \"priceMultiplier\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"BES ve FON Büyüklüğü\",\n cssClass: \"input-style\",\n },\n model: {\n value: vendor.fundAmount,\n callback: function ($$v) {\n _vm.$set(vendor, \"fundAmount\", $$v)\n },\n expression: \"vendor.fundAmount\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"item input-item\" },\n [\n _c(\"base-input\", {\n staticClass: \"item-input-container\",\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon\",\n cssClass: \"input-style\",\n },\n model: {\n value: vendor.commissionAmount,\n callback: function ($$v) {\n _vm.$set(vendor, \"commissionAmount\", $$v)\n },\n expression: \"vendor.commissionAmount\",\n },\n }),\n ],\n 1\n ),\n ]),\n vendorIndex === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveVendor(index, null)\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: { name: \"plus-circle\" },\n }),\n ],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveVendor(\n index,\n vendorIndex\n )\n },\n },\n },\n [\n _c(\"base-icon\", {\n attrs: { name: \"close-colored\" },\n }),\n ],\n 1\n ),\n ]\n ),\n ]\n )\n }),\n index === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemovelicenseData()\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"plus-circle\" } })],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemovelicenseData(index)\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"close-colored\" } })],\n 1\n ),\n ],\n 2\n )\n }),\n _c(\"div\", { staticClass: \"grouped-container\" }, [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"Algoritmalar\")]),\n _c(\"div\", { staticClass: \"input-container\" }, [\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item select-item\" },\n [\n _vm.algorithms.length\n ? _c(\"base-select\", {\n attrs: {\n options: _vm.algorithms,\n fieldLabel: \"Algoritmalar\",\n placeholder: \"Seçiniz\",\n clearable: false,\n multiple: true,\n \"selected-id\": _vm.formItems.algorithmIds,\n },\n on: {\n change: function ($event) {\n return _vm.formatMultiselectValues(\n \"algorithmId\",\n \"algorithmIds\",\n \"algorithms\",\n null\n )\n },\n },\n model: {\n value: _vm.formItems.algorithmIds,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"algorithmIds\", $$v)\n },\n expression: \"formItems.algorithmIds\",\n },\n })\n : _vm._e(),\n ],\n 1\n ),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"grouped-container\" }, [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"Ek Paketler\")]),\n _c(\"div\", { staticClass: \"input-container\" }, [\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\"div\", { staticClass: \"item\" }, [\n _c(\"div\", { staticClass: \"disable-selectbox multiple\" }, [\n _c(\"p\", [_vm._v(\"Araştırma ve Diğer\")]),\n _c(\n \"ul\",\n _vm._l(_vm.formItems.researchs, function (item) {\n return _c(\"li\", { key: item.id }, [\n _vm._v(\" \" + _vm._s(item.name) + \" \"),\n ])\n }),\n 0\n ),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"grid-container\" }, [\n _c(\n \"div\",\n { staticClass: \"item\" },\n [\n _vm.foreignIndices.length\n ? _c(\"base-select\", {\n attrs: {\n options: _vm.foreignIndices,\n fieldLabel: \"Yabancı Endeksler\",\n placeholder: \"Seçiniz\",\n clearable: false,\n multiple: true,\n \"selected-id\": _vm.formItems.foreignIndiceIds,\n },\n on: {\n change: function ($event) {\n return _vm.formatMultiselectValues(\n \"foreignIndiceId\",\n \"foreignIndiceIds\",\n \"foreignIndices\",\n null\n )\n },\n },\n model: {\n value: _vm.formItems.foreignIndiceIds,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"foreignIndiceIds\", $$v)\n },\n expression: \"formItems.foreignIndiceIds\",\n },\n })\n : _vm._e(),\n ],\n 1\n ),\n ]),\n ]),\n ]),\n _c(\n \"div\",\n { staticClass: \"upload-main-container\" },\n [_c(\"photo-upload\", { attrs: { base64Img: _vm.setPhotoForForm } })],\n 1\n ),\n _c(\"hr\"),\n _c(\n \"div\",\n { staticClass: \"button-container\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"ok-btn cancel\",\n attrs: { type: \"button\" },\n on: {\n click: function ($event) {\n return _vm.$router.push({\n query: { item: 7 },\n })\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n { staticClass: \"ok-btn\", attrs: { type: \"submit\" } },\n [_vm._v(\"Kaydet\")]\n ),\n ],\n 1\n ),\n ],\n 2\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ProductDescribingForm.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
252
276
 
253
277
  /***/ }),
254
278
 
@@ -260,7 +284,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
260
284
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
261
285
 
262
286
  "use strict";
263
- 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\", [\n _c(\"div\", { staticClass: \"algo-form\" }, [\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _vm.selectedAppGroupOptions.length > 0\n ? _c(\"base-select\", {\n attrs: {\n id: \"application\",\n options: _vm.selectedAppGroupOptions,\n fieldLabel: \"Uygulama\",\n placeholder: \"Uygulama Seç\",\n \"selected-id\": _vm.formItems.applicationId,\n },\n on: { change: _vm.changeSelectedApp },\n model: {\n value: _vm.formItems.applicationId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationId\", $$v)\n },\n expression: \"formItems.applicationId\",\n },\n })\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.name.$error,\n },\n attrs: { inputType: \"text\", labelText: \"Adı\" },\n model: {\n value: _vm.formItems.name,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"name\", $$v)\n },\n expression: \"formItems.name\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.name.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Kısa Tanım\" },\n model: {\n value: _vm.formItems.shortContent,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"shortContent\", $$v)\n },\n expression: \"formItems.shortContent\",\n },\n }),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Açıklama\" },\n model: {\n value: _vm.formItems.description,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"description\", $$v)\n },\n expression: \"formItems.description\",\n },\n }),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.price.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n id: \"algoPrice\",\n value: \"formItems.price\",\n },\n model: {\n value: _vm.formItems.price,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"price\", $$v)\n },\n expression: \"formItems.price\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.price.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.priceCostMultiplier.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat Maliyet Çarpanı\",\n id: \"algoPriceCostMultiplier\",\n },\n model: {\n value: _vm.formItems.priceCostMultiplier,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"priceCostMultiplier\", $$v)\n },\n expression: \"formItems.priceCostMultiplier\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.priceCostMultiplier.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.screenPrice.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Ekran Ücreti\",\n id: \"algoScreenPrice\",\n },\n model: {\n value: _vm.formItems.screenPrice,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"screenPrice\", $$v)\n },\n expression: \"formItems.screenPrice\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.screenPrice.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.cost.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n id: \"algoCost\",\n },\n model: {\n value: _vm.formItems.cost,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"cost\", $$v)\n },\n expression: \"formItems.cost\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.cost.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.fundAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fon Miktarı\",\n id: \"algoFundAmount\",\n },\n model: {\n value: _vm.formItems.fundAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"fundAmount\", $$v)\n },\n expression: \"formItems.fundAmount\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.fundAmount.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.commissionAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon Miktarı\",\n id: \"algoCommissionAmount\",\n },\n model: {\n value: _vm.formItems.commissionAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"commissionAmount\", $$v)\n },\n expression: \"formItems.commissionAmount\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.commissionAmount.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _vm._l(_vm.additionalWarnings, function (item, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"grouped-container with-button\" },\n [\n _c(\"base-input\", {\n attrs: {\n inputType: \"text\",\n labelText: \"Uyarılar\",\n id: \"algoVdProducrtWarnings\",\n },\n model: {\n value: _vm.additionalWarnings[index],\n callback: function ($$v) {\n _vm.$set(_vm.additionalWarnings, index, $$v)\n },\n expression: \"additionalWarnings[index]\",\n },\n }),\n index === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings()\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"plus-circle\" } })],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings(index)\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"close-colored\" } })],\n 1\n ),\n ],\n 1\n )\n }),\n _c(\"br\"),\n _c(\"photo-upload\", { attrs: { base64Img: _vm.setPhotoForForm } }),\n ],\n 2\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"giveUp\",\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"modal\")\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n { staticClass: \"add\", on: { click: _vm.sendForm } },\n [_vm._v(\" Kaydet \")]\n ),\n ],\n 1\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ResearchDefinitionForm.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
287
+ 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\", [\n _c(\"div\", { staticClass: \"algo-form\" }, [\n _c(\n \"div\",\n { staticClass: \"modal-body\" },\n [\n _vm.selectedAppGroupOptions.length > 0\n ? _c(\"base-select\", {\n attrs: {\n id: \"application\",\n options: _vm.selectedAppGroupOptions,\n fieldLabel: \"Uygulama\",\n placeholder: \"Uygulama Seç\",\n \"selected-id\": _vm.formItems.applicationId,\n },\n on: { change: _vm.changeSelectedApp },\n model: {\n value: _vm.formItems.applicationId,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"applicationId\", $$v)\n },\n expression: \"formItems.applicationId\",\n },\n })\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.name.$error,\n },\n attrs: { inputType: \"text\", labelText: \"Adı\" },\n model: {\n value: _vm.formItems.name,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"name\", $$v)\n },\n expression: \"formItems.name\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.name.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Kısa Tanım\" },\n model: {\n value: _vm.formItems.shortContent,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"shortContent\", $$v)\n },\n expression: \"formItems.shortContent\",\n },\n }),\n _c(\"base-input\", {\n attrs: { inputType: \"text\", labelText: \"Açıklama\" },\n model: {\n value: _vm.formItems.description,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"description\", $$v)\n },\n expression: \"formItems.description\",\n },\n }),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.price.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat\",\n id: \"algoPrice\",\n value: \"formItems.price\",\n },\n model: {\n value: _vm.formItems.price,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"price\", $$v)\n },\n expression: \"formItems.price\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.price.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.priceCostMultiplier.$error,\n disabled: _vm.isDisabled,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fiyat Maliyet Çarpanı\",\n id: \"algoPriceCostMultiplier\",\n isDisabled: true,\n },\n model: {\n value: _vm.formItems.priceCostMultiplier,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"priceCostMultiplier\", $$v)\n },\n expression: \"formItems.priceCostMultiplier\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.priceCostMultiplier.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.screenPrice.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Ekran Ücreti\",\n id: \"algoScreenPrice\",\n },\n model: {\n value: _vm.formItems.screenPrice,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"screenPrice\", $$v)\n },\n expression: \"formItems.screenPrice\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.screenPrice.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.cost.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Maliyet\",\n id: \"algoCost\",\n },\n model: {\n value: _vm.formItems.cost,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"cost\", $$v)\n },\n expression: \"formItems.cost\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.cost.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\": _vm.submitted && _vm.$v.formItems.fundAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Fon Miktarı\",\n id: \"algoFundAmount\",\n },\n model: {\n value: _vm.formItems.fundAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"fundAmount\", $$v)\n },\n expression: \"formItems.fundAmount\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.fundAmount.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _c(\"base-input\", {\n class: {\n \"is-invalid\":\n _vm.submitted && _vm.$v.formItems.commissionAmount.$error,\n },\n attrs: {\n inputType: \"number\",\n labelText: \"Komisyon Miktarı\",\n id: \"algoCommissionAmount\",\n },\n model: {\n value: _vm.formItems.commissionAmount,\n callback: function ($$v) {\n _vm.$set(_vm.formItems, \"commissionAmount\", $$v)\n },\n expression: \"formItems.commissionAmount\",\n },\n }),\n _vm.submitted && !_vm.$v.formItems.commissionAmount.required\n ? _c(\"div\", { staticClass: \"invalid-feedback\" }, [\n _vm._v(\" \" + _vm._s(_vm.invalidMessage) + \" \"),\n ])\n : _vm._e(),\n _vm._l(_vm.additionalWarnings, function (item, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"grouped-container with-button\" },\n [\n _c(\"base-input\", {\n attrs: {\n inputType: \"text\",\n labelText: \"Uyarılar\",\n id: \"algoVdProducrtWarnings\",\n },\n model: {\n value: _vm.additionalWarnings[index],\n callback: function ($$v) {\n _vm.$set(_vm.additionalWarnings, index, $$v)\n },\n expression: \"additionalWarnings[index]\",\n },\n }),\n index === 0\n ? _c(\n \"div\",\n {\n staticClass: \"add-button\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings()\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"plus-circle\" } })],\n 1\n )\n : _c(\n \"div\",\n {\n staticClass: \"add-button remove\",\n on: {\n click: function ($event) {\n $event.preventDefault()\n return _vm.addRemoveAdditionalWarnings(index)\n },\n },\n },\n [_c(\"base-icon\", { attrs: { name: \"close-colored\" } })],\n 1\n ),\n ],\n 1\n )\n }),\n _c(\"br\"),\n _c(\"photo-upload\", { attrs: { base64Img: _vm.setPhotoForForm } }),\n ],\n 2\n ),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"giveUp\",\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"modal\")\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n { staticClass: \"add\", on: { click: _vm.sendForm } },\n [_vm._v(\" Kaydet \")]\n ),\n ],\n 1\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ResearchDefinitionForm.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
264
288
 
265
289
  /***/ }),
266
290
 
@@ -284,7 +308,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
284
308
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
285
309
 
286
310
  "use strict";
287
- 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: \"product-managements-container\" },\n [\n _c(\n \"div\",\n { staticClass: \"menu-tabs\" },\n _vm._l(_vm.tabMenuItems, function (item, index) {\n return _c(\n \"div\",\n {\n key: index,\n staticClass: \"tab\",\n class: _vm.selectedTab === item.id ? \"is-tab-selected\" : \"\",\n on: {\n click: function ($event) {\n return _vm.$router.push({\n query: { item: index },\n })\n },\n },\n },\n [_vm._v(\" \" + _vm._s(item.name) + \" \")]\n )\n }),\n 0\n ),\n _vm.$route.query.featureSettingId === undefined\n ? _c(\n \"div\",\n [\n _vm.tableHeader.length > 0\n ? _c(\"generic-table\", {\n attrs: {\n tableHeader: _vm.tableHeader,\n tableData: _vm.data,\n edit: _vm.edit,\n showRemoveBtn: _vm.showRemoveBtn,\n showAddBtn: _vm.showAddBtn,\n remove: _vm.remove,\n label: _vm.selectedLabel,\n newItem: _vm.newItem,\n haveSort: _vm.selectedMenuItem.haveSort,\n changeSort: _vm.changeSort,\n },\n })\n : _vm._e(),\n ],\n 1\n )\n : _c(\n \"div\",\n [\n _c(\"product-describing-form\", {\n attrs: {\n clickedNewItemBtn: _vm.clickedNewItemBtn,\n fullData: _vm.data,\n \"selectbox-items\": _vm.getFilterList,\n \"cost-multiplier\": _vm.costMultiplier,\n },\n on: { \"submit-form\": _vm.submitform },\n }),\n ],\n 1\n ),\n _c(\n \"modal\",\n { staticClass: \"modal\", attrs: { height: \"auto\", name: \"modal\" } },\n [\n _c(\"div\", { staticClass: \"modal-heading\" }, [\n _c(\"div\", { staticClass: \"modal-title\" }, [\n _vm.clickedNewItemBtn\n ? _c(\"h5\", [_vm._v(_vm._s(_vm.selectedData.name) + \" EKLE\")])\n : _c(\"h5\", [\n _vm._v(_vm._s(_vm.selectedData.name) + \" DÜZENLE\"),\n ]),\n ]),\n _c(\n \"a\",\n { on: { click: _vm.closeModal } },\n [\n _c(\"base-icon\", {\n staticClass: \"close\",\n attrs: { name: \"close-circle\" },\n }),\n ],\n 1\n ),\n ]),\n _vm.selectedMenuItem !== null && _vm.formReRender\n ? _c(_vm.selectedMenuItem.formName, {\n tag: \"component\",\n attrs: {\n clickedNewItemBtn: _vm.clickedNewItemBtn,\n selectedDataApplicationId: _vm.selectedDataApplicationId,\n selectedDataResearchId: _vm.selectedDataResearchId,\n selectedDataId: _vm.selectedDataId,\n selectedDataName: _vm.selectedDataName,\n selectedDataDepth: _vm.selectedDataDepth,\n selectedDataOrder: _vm.selectedDataOrder,\n selectedShortContent: _vm.selectedShortContent,\n selectedDescription: _vm.selectedDescription,\n isAgreementMandatory: _vm.isAgreementMandatory,\n isHighLevel: _vm.isHighLevel,\n isExternalPurchasable: _vm.isExternalPurchasable,\n selectedDataPrice: _vm.selectedDataPrice,\n selectedDataPriceCostMultiplier:\n _vm.selectedDataPriceCostMultiplier,\n selectedDataScreenPrice: _vm.selectedDataScreenPrice,\n selectedDataCost: _vm.selectedDataCost,\n selectedDataFundAmount: _vm.selectedDataFundAmount,\n selectedDataCommissionAmount:\n _vm.selectedDataCommissionAmount,\n selectedDataVdProducrtWarnings:\n _vm.selectedDataVdProducrtWarnings,\n additionalWarnings: _vm.additionalWarnings,\n },\n on: { \"submit-form\": _vm.submitform },\n })\n : _vm._e(),\n ],\n 1\n ),\n _c(\n \"modal\",\n {\n staticClass: \"modal\",\n attrs: { height: \"auto\", name: \"deleteModal\" },\n },\n [\n _c(\"div\", { staticClass: \"modal-heading\" }, [\n _c(\"div\", { staticClass: \"modal-title\" }, [\n _c(\"h5\", [_vm._v(_vm._s(_vm.selectedDeleteName))]),\n ]),\n _c(\n \"a\",\n {\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"deleteModal\")\n },\n },\n },\n [\n _c(\"base-icon\", {\n staticClass: \"close\",\n attrs: { name: \"close-circle\" },\n }),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"modal-body\" }, [\n _vm._v(\" \" + _vm._s(_vm.deleteInfoText) + \" \"),\n ]),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"giveUp\",\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"deleteModal\")\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n {\n staticClass: \"delete red\",\n on: {\n click: function ($event) {\n return _vm.removeModalC(_vm.selectedId)\n },\n },\n },\n [_vm._v(\"Sil\")]\n ),\n ],\n 1\n ),\n ]\n ),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/ProductAndPackageManagement.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
311
+ 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: \"product-managements-container\" },\n [\n _c(\n \"div\",\n { staticClass: \"menu-tabs\" },\n _vm._l(_vm.tabMenuItems, function (item, index) {\n return _c(\n \"div\",\n {\n key: index,\n staticClass: \"tab\",\n class: _vm.selectedTab === item.id ? \"is-tab-selected\" : \"\",\n on: {\n click: function ($event) {\n return _vm.$router.push({\n query: { item: index },\n })\n },\n },\n },\n [_vm._v(\" \" + _vm._s(item.name) + \" \")]\n )\n }),\n 0\n ),\n _vm.$route.query.featureSettingId === undefined\n ? _c(\n \"div\",\n [\n _vm.tableHeader.length > 0\n ? _c(\"generic-table\", {\n attrs: {\n tableHeader: _vm.tableHeader,\n tableData: _vm.data,\n edit: _vm.edit,\n showRemoveBtn: _vm.showRemoveBtn,\n showAddBtn: _vm.showAddBtn,\n remove: _vm.remove,\n label: _vm.selectedLabel,\n newItem: _vm.newItem,\n haveSort: _vm.selectedMenuItem.haveSort,\n changeSort: _vm.changeSort,\n headerParentId: _vm.tabMenuItems[_vm.menuItemIndex].id,\n },\n })\n : _vm._e(),\n ],\n 1\n )\n : _c(\n \"div\",\n [\n _c(\"product-describing-form\", {\n attrs: {\n clickedNewItemBtn: _vm.clickedNewItemBtn,\n fullData: _vm.data,\n \"selectbox-items\": _vm.getFilterList,\n \"cost-multiplier\": _vm.costMultiplier,\n },\n on: { \"submit-form\": _vm.submitform },\n }),\n ],\n 1\n ),\n _c(\n \"modal\",\n { staticClass: \"modal\", attrs: { height: \"auto\", name: \"modal\" } },\n [\n _c(\"div\", { staticClass: \"modal-heading\" }, [\n _c(\"div\", { staticClass: \"modal-title\" }, [\n _vm.clickedNewItemBtn\n ? _c(\"h5\", [_vm._v(_vm._s(_vm.selectedData.name) + \" EKLE\")])\n : _c(\"h5\", [\n _vm._v(_vm._s(_vm.selectedData.name) + \" DÜZENLE\"),\n ]),\n ]),\n _c(\n \"a\",\n { on: { click: _vm.closeModal } },\n [\n _c(\"base-icon\", {\n staticClass: \"close\",\n attrs: { name: \"close-circle\" },\n }),\n ],\n 1\n ),\n ]),\n _vm.selectedMenuItem !== null && _vm.formReRender\n ? _c(_vm.selectedMenuItem.formName, {\n tag: \"component\",\n attrs: {\n clickedNewItemBtn: _vm.clickedNewItemBtn,\n selectedDataApplicationId: _vm.selectedDataApplicationId,\n selectedDataResearchId: _vm.selectedDataResearchId,\n selectedDataId: _vm.selectedDataId,\n selectedDataName: _vm.selectedDataName,\n selectedDataDepth: _vm.selectedDataDepth,\n selectedDataOrder: _vm.selectedDataOrder,\n selectedShortContent: _vm.selectedShortContent,\n selectedDescription: _vm.selectedDescription,\n isAgreementMandatory: _vm.isAgreementMandatory,\n isHighLevel: _vm.isHighLevel,\n isExternalPurchasable: _vm.isExternalPurchasable,\n selectedDataPrice: _vm.selectedDataPrice,\n selectedDataPriceCostMultiplier:\n _vm.selectedDataPriceCostMultiplier,\n selectedDataScreenPrice: _vm.selectedDataScreenPrice,\n selectedDataCost: _vm.selectedDataCost,\n selectedDataFundAmount: _vm.selectedDataFundAmount,\n selectedDataCommissionAmount:\n _vm.selectedDataCommissionAmount,\n selectedDataVdProducrtWarnings:\n _vm.selectedDataVdProducrtWarnings,\n selectedforeignIndiceId: _vm.selectedforeignIndiceId,\n additionalWarnings: _vm.additionalWarnings,\n },\n on: { \"submit-form\": _vm.submitform },\n })\n : _vm._e(),\n ],\n 1\n ),\n _c(\n \"modal\",\n {\n staticClass: \"modal\",\n attrs: { height: \"auto\", name: \"deleteModal\" },\n },\n [\n _c(\"div\", { staticClass: \"modal-heading\" }, [\n _c(\"div\", { staticClass: \"modal-title\" }, [\n _c(\"h5\", [_vm._v(_vm._s(_vm.selectedDeleteName))]),\n ]),\n _c(\n \"a\",\n {\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"deleteModal\")\n },\n },\n },\n [\n _c(\"base-icon\", {\n staticClass: \"close\",\n attrs: { name: \"close-circle\" },\n }),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"modal-body\" }, [\n _vm._v(\" \" + _vm._s(_vm.deleteInfoText) + \" \"),\n ]),\n _c(\n \"div\",\n { staticClass: \"modal-bottom\" },\n [\n _c(\n \"base-button\",\n {\n staticClass: \"giveUp\",\n on: {\n click: function ($event) {\n return _vm.$modal.hide(\"deleteModal\")\n },\n },\n },\n [_vm._v(\"Vazgeç\")]\n ),\n _c(\n \"base-button\",\n {\n staticClass: \"delete red\",\n on: {\n click: function ($event) {\n return _vm.removeModalC(_vm.selectedId)\n },\n },\n },\n [_vm._v(\"Sil\")]\n ),\n ],\n 1\n ),\n ]\n ),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/views/ProductAndPackageManagement.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22571eca3d-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");
288
312
 
289
313
  /***/ }),
290
314
 
@@ -332,6 +356,28 @@ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../.
332
356
 
333
357
  /***/ }),
334
358
 
359
+ /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true&":
360
+ /*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
361
+ !*** ./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true& ***!
362
+ \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
363
+ /*! no static exports found */
364
+ /***/ (function(module, exports, __webpack_require__) {
365
+
366
+ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".product-managements-container .modal-body .grouped-container[data-v-783e2690] {\\n position: relative;\\n}\\n.product-managements-container .modal-body .grouped-container.with-button[data-v-783e2690] {\\n width: 100%;\\n}\\n.product-managements-container .modal-body .grouped-container.with-button .add-button[data-v-783e2690] {\\n position: absolute;\\n right: -14px;\\n top: calc(50% - 10px);\\n width: 35px;\\n height: 35px;\\n padding: 6px;\\n border-radius: 4px;\\n background-color: #242424;\\n box-sizing: border-box;\\n cursor: pointer;\\n color: white;\\n}\\n.product-managements-container .modal-body .grouped-container.with-button .add-button.remove[data-v-783e2690] {\\n background-color: #dc3545;\\n color: white;\\n}\\n.product-managements-container .modal-body .grouped-container .title[data-v-783e2690] {\\n position: absolute;\\n top: -9px;\\n left: 30px;\\n font-family: \\\"Roboto\\\", sans-serif;\\n font-weight: bold;\\n font-size: 14px;\\n color: #242424;\\n background-color: white;\\n padding: 0 8px;\\n}\\n.product-managements-container .modal-body .upload-container[data-v-783e2690] {\\n padding: 10px 10px;\\n display: flex;\\n flex-flow: row wrap;\\n justify-content: space-around;\\n}\\n.product-managements-container .modal-body .upload-container input[data-v-783e2690] {\\n display: none;\\n}\\n.product-managements-container .modal-body .upload-container .content-item .dummy-image[data-v-783e2690] {\\n width: 58px;\\n height: 58px;\\n border-radius: 3px;\\n background-color: #f3f3f3;\\n background-position: center center;\\n background-size: cover;\\n padding: 17px 17px;\\n box-sizing: border-box;\\n cursor: pointer;\\n}\\n.product-managements-container .modal-body .upload-container .content-item .dummy-image .plus[data-v-783e2690] {\\n color: #b9b9b9;\\n}\\n.product-managements-container .modal-body .form-group[data-v-783e2690] {\\n width: 93%;\\n margin-left: 10px;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
367
+
368
+ /***/ }),
369
+
370
+ /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss&":
371
+ /*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
372
+ !*** ./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss& ***!
373
+ \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
374
+ /*! no static exports found */
375
+ /***/ (function(module, exports, __webpack_require__) {
376
+
377
+ eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".invalid-feedback {\\n color: red;\\n font-size: 12px;\\n margin-top: 5px;\\n padding-left: 10px;\\n}\\n.is-invalid input {\\n border: 1px solid red !important;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
378
+
379
+ /***/ }),
380
+
335
381
  /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/GenericTable.vue?vue&type=style&index=0&id=1498a7d0&lang=scss&scoped=true&":
336
382
  /*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
337
383
  !*** ./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/productAndPackage/GenericTable.vue?vue&type=style&index=0&id=1498a7d0&lang=scss&scoped=true& ***!
@@ -497,6 +543,28 @@ eval("// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// lo
497
543
 
498
544
  /***/ }),
499
545
 
546
+ /***/ "./node_modules/vue-style-loader/index.js?!./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true&":
547
+ /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
548
+ !*** ./node_modules/vue-style-loader??ref--9-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true& ***!
549
+ \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
550
+ /*! no static exports found */
551
+ /***/ (function(module, exports, __webpack_require__) {
552
+
553
+ eval("// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src??ref--9-oneOf-1-2!../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true& */ \"./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true&\");\nif(content.__esModule) content = content.default;\nif(typeof content === 'string') content = [[module.i, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = __webpack_require__(/*! ../../../node_modules/vue-style-loader/lib/addStylesClient.js */ \"./node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"59218ca2\", content, false, {\"sourceMap\":false,\"shadowMode\":false});\n// Hot Module Replacement\nif(false) {}\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?./node_modules/vue-style-loader??ref--9-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
554
+
555
+ /***/ }),
556
+
557
+ /***/ "./node_modules/vue-style-loader/index.js?!./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss&":
558
+ /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
559
+ !*** ./node_modules/vue-style-loader??ref--9-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss& ***!
560
+ \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
561
+ /*! no static exports found */
562
+ /***/ (function(module, exports, __webpack_require__) {
563
+
564
+ eval("// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src??ref--9-oneOf-1-2!../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss& */ \"./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss&\");\nif(content.__esModule) content = content.default;\nif(typeof content === 'string') content = [[module.i, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = __webpack_require__(/*! ../../../node_modules/vue-style-loader/lib/addStylesClient.js */ \"./node_modules/vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"5d0a1620\", content, false, {\"sourceMap\":false,\"shadowMode\":false});\n// Hot Module Replacement\nif(false) {}\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?./node_modules/vue-style-loader??ref--9-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options");
565
+
566
+ /***/ }),
567
+
500
568
  /***/ "./node_modules/vue-style-loader/index.js?!./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/GenericTable.vue?vue&type=style&index=0&id=1498a7d0&lang=scss&scoped=true&":
501
569
  /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
502
570
  !*** ./node_modules/vue-style-loader??ref--9-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/productAndPackage/GenericTable.vue?vue&type=style&index=0&id=1498a7d0&lang=scss&scoped=true& ***!
@@ -774,6 +842,66 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
774
842
 
775
843
  /***/ }),
776
844
 
845
+ /***/ "./src/components/productAndPackage/ForeignIndicesForm.vue":
846
+ /*!*****************************************************************!*\
847
+ !*** ./src/components/productAndPackage/ForeignIndicesForm.vue ***!
848
+ \*****************************************************************/
849
+ /*! exports provided: default */
850
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
851
+
852
+ "use strict";
853
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _ForeignIndicesForm_vue_vue_type_template_id_783e2690_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ForeignIndicesForm.vue?vue&type=template&id=783e2690&scoped=true& */ \"./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=template&id=783e2690&scoped=true&\");\n/* harmony import */ var _ForeignIndicesForm_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ForeignIndicesForm.vue?vue&type=script&lang=js& */ \"./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=script&lang=js&\");\n/* empty/unused harmony star reexport *//* harmony import */ var _ForeignIndicesForm_vue_vue_type_style_index_0_id_783e2690_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true& */ \"./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true&\");\n/* harmony import */ var _ForeignIndicesForm_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss& */ \"./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss&\");\n/* harmony import */ var _node_modules_vue_cli_service_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib/runtime/componentNormalizer.js */ \"./node_modules/@vue/cli-service/node_modules/vue-loader/lib/runtime/componentNormalizer.js\");\n\n\n\n\n\n\n\n/* normalize component */\n\nvar component = Object(_node_modules_vue_cli_service_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(\n _ForeignIndicesForm_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _ForeignIndicesForm_vue_vue_type_template_id_783e2690_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _ForeignIndicesForm_vue_vue_type_template_id_783e2690_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"783e2690\",\n null\n \n)\n\n/* hot reload */\nif (false) { var api; }\ncomponent.options.__file = \"src/components/productAndPackage/ForeignIndicesForm.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?");
854
+
855
+ /***/ }),
856
+
857
+ /***/ "./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=script&lang=js&":
858
+ /*!******************************************************************************************!*\
859
+ !*** ./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=script&lang=js& ***!
860
+ \******************************************************************************************/
861
+ /*! exports provided: default */
862
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
863
+
864
+ "use strict";
865
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_ref_13_0_node_modules_vue_cli_plugin_babel_node_modules_babel_loader_lib_index_js_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../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!./ForeignIndicesForm.vue?vue&type=script&lang=js& */ \"./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=script&lang=js&\");\n/* empty/unused harmony star reexport */ /* harmony default export */ __webpack_exports__[\"default\"] = (_node_modules_cache_loader_dist_cjs_js_ref_13_0_node_modules_vue_cli_plugin_babel_node_modules_babel_loader_lib_index_js_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[\"default\"]); \n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?");
866
+
867
+ /***/ }),
868
+
869
+ /***/ "./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true&":
870
+ /*!***************************************************************************************************************************!*\
871
+ !*** ./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true& ***!
872
+ \***************************************************************************************************************************/
873
+ /*! no static exports found */
874
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
875
+
876
+ "use strict";
877
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_0_id_783e2690_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../node_modules/vue-style-loader??ref--9-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src??ref--9-oneOf-1-2!../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true& */ \"./node_modules/vue-style-loader/index.js?!./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=0&id=783e2690&lang=scss&scoped=true&\");\n/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_0_id_783e2690_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_0_id_783e2690_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_0_id_783e2690_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__) if([\"default\"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_0_id_783e2690_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?");
878
+
879
+ /***/ }),
880
+
881
+ /***/ "./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss&":
882
+ /*!***************************************************************************************************!*\
883
+ !*** ./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss& ***!
884
+ \***************************************************************************************************/
885
+ /*! no static exports found */
886
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
887
+
888
+ "use strict";
889
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../node_modules/vue-style-loader??ref--9-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src??ref--9-oneOf-1-2!../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss& */ \"./node_modules/vue-style-loader/index.js?!./node_modules/css-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=style&index=1&lang=scss&\");\n/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_0__) if([\"default\"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _node_modules_vue_style_loader_index_js_ref_9_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_9_oneOf_1_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_9_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_9_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_1_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_style_index_1_lang_scss___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?");
890
+
891
+ /***/ }),
892
+
893
+ /***/ "./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=template&id=783e2690&scoped=true&":
894
+ /*!************************************************************************************************************!*\
895
+ !*** ./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=template&id=783e2690&scoped=true& ***!
896
+ \************************************************************************************************************/
897
+ /*! exports provided: render, staticRenderFns */
898
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
899
+
900
+ "use strict";
901
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_571eca3d_vue_loader_template_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_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_template_id_783e2690_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"571eca3d-vue-loader-template\"}!../../../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!./ForeignIndicesForm.vue?vue&type=template&id=783e2690&scoped=true& */ \"./node_modules/cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"571eca3d-vue-loader-template\\\"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/index.js?!./src/components/productAndPackage/ForeignIndicesForm.vue?vue&type=template&id=783e2690&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_571eca3d_vue_loader_template_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_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_template_id_783e2690_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_571eca3d_vue_loader_template_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_index_js_vue_loader_options_ForeignIndicesForm_vue_vue_type_template_id_783e2690_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack://OsmanliPackage/./src/components/productAndPackage/ForeignIndicesForm.vue?");
902
+
903
+ /***/ }),
904
+
777
905
  /***/ "./src/components/productAndPackage/GenericTable.vue":
778
906
  /*!***********************************************************!*\
779
907
  !*** ./src/components/productAndPackage/GenericTable.vue ***!