提交 c10b35c9 authored 作者: huaxinzhu's avatar huaxinzhu

Merge branch 'M_2.5_1122' into test

...@@ -396,7 +396,7 @@ export default { ...@@ -396,7 +396,7 @@ export default {
slPriceNum = jsPriceVal slPriceNum = jsPriceVal
} }
if (this.cateFee > 0) { if (this.cateFee > 0) {
slPriceNum = (10000 - this.cateFee) * jsPriceVal /10000 slPriceNum = (1000 - this.cateFee) * (jsPriceVal * 1000) /1000000
} }
}else if (jsPriceVal == 0) { }else if (jsPriceVal == 0) {
slPriceNum = 0; slPriceNum = 0;
......
...@@ -555,6 +555,7 @@ ...@@ -555,6 +555,7 @@
getDetails(data).then(res => { getDetails(data).then(res => {
if(res.code == 1) { if(res.code == 1) {
this.isOpen = true; this.isOpen = true;
this.reset('brandForm')
this.brandTitle = '品牌信息详情'; this.brandTitle = '品牌信息详情';
this.brandForm = res.data; this.brandForm = res.data;
// 品牌审核状态 // 品牌审核状态
...@@ -648,6 +649,7 @@ ...@@ -648,6 +649,7 @@
}, },
/** 取消、关闭 新增,编辑 */ /** 取消、关闭 新增,编辑 */
handleCancel() { handleCancel() {
this.reset('brandForm')
this.isOpen = false; this.isOpen = false;
}, },
/** 提交審核 */ /** 提交審核 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论