|
|
@@ -530,7 +530,7 @@
|
|
|
@click="submitForm">提交</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :visible.sync="bfyzVisible" fullscreen=true>
|
|
|
+ <el-dialog :visible.sync="bfyzVisible" :fullscreen="true">
|
|
|
<premium-factor ref="premiumfactor"></premium-factor>
|
|
|
<!-- <el-form ref="CostfactorForm" :model="CostfactorForm" label-width="100px" :size="overSize">
|
|
|
<el-card class="box-card">
|
|
|
@@ -849,7 +849,7 @@
|
|
|
import Cookies from "js-cookie";
|
|
|
import tree from "@/components/ztree.vue";
|
|
|
import KtCommonTable from "@/views/Core/KtCommonTable.vue"; //表格组件
|
|
|
-import PremiumFactor from "./components/PremiumFactor.vue";
|
|
|
+import PremiumFactor from "./components/PremiumFactor.vue";
|
|
|
import KtButton from "@/views/Core/KtButton";
|
|
|
import CommonUtil from "@/utils/comutil.js";
|
|
|
import citydata from "@/assets/js/citydata.js";
|
|
|
@@ -1784,7 +1784,7 @@ export default {
|
|
|
this.$message({
|
|
|
type: 'info',
|
|
|
message: '已取消删除'
|
|
|
- });
|
|
|
+ });
|
|
|
});
|
|
|
},
|
|
|
//删除产品方案
|
|
|
@@ -1823,6 +1823,7 @@ export default {
|
|
|
},
|
|
|
//添加产品
|
|
|
pruductChange(event, item) {
|
|
|
+ console.log(event,item)
|
|
|
if (event) {
|
|
|
this.costform.scheme.push({
|
|
|
name: item.dictTag,
|