提交 0d314a9a authored 作者: 王天霸's avatar 王天霸

Merge branch 'test' of http://120.27.146.32:8888/wangfulong/shop-new into test

差异被折叠。
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -280,8 +280,8 @@ ...@@ -280,8 +280,8 @@
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
if(this.total >= 50) { if(this.total >= 500) {
this.$message({ message: '您已经有50个运费模板了,暂时不再支持更多!',type: 'warning'}); this.$message({ message: '您已经有500个运费模板了,暂时不再支持更多!',type: 'warning'});
return; return;
} }
this.reset(); this.reset();
......
...@@ -456,7 +456,8 @@ ...@@ -456,7 +456,8 @@
this.$forceUpdate() this.$forceUpdate()
}, },
// 添加参数 // 添加参数
addparameter(){ // 添加参数
addparameter(){
let obj = { let obj = {
title:'', title:'',
value:'' value:''
...@@ -464,8 +465,10 @@ ...@@ -464,8 +465,10 @@
this.goodsAfterSaleForm.params.push(obj) this.goodsAfterSaleForm.params.push(obj)
this.$forceUpdate()//点编辑过来的时候,因为多层嵌套组件,照成视图没有更新,调用这个方法,(分析的应该是这样) this.$forceUpdate()//点编辑过来的时候,因为多层嵌套组件,照成视图没有更新,调用这个方法,(分析的应该是这样)
}, },
deleteparameter(index){ deleteparameter(index){
this.goodsAfterSaleForm.params.splice(index, 1) this.goodsAfterSaleForm.params.splice(index, 1)
this.$forceUpdate()
}, },
/** 售后服务数据 初始化 */ /** 售后服务数据 初始化 */
initInfo() { initInfo() {
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
</div> </div>
<div class="textFont shoop_goods"> <div class="textFont shoop_goods">
<div class="shoop_goods_number"> <div class="shoop_goods_number">
商家货号:<span class="textColor">{{ goodsinfor.out_goods_id }}</span> 商家货号:<span class="textColor">{{ goodsinfor.goods_id }}</span>
</div> </div>
<div class="shoop_goods_number"> <div class="shoop_goods_number">
品牌:<span class="textColor">{{ goodsinfor.goods_brand }}</span> 品牌:<span class="textColor">{{ goodsinfor.goods_brand }}</span>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论