提交 6f82c3de authored 作者: huaxinzhu's avatar huaxinzhu

优化,打包测试

上级 a7e56ef1
......@@ -521,7 +521,7 @@
}
//
if (!isContinue) {
this.$message({type:'warning',message:'所选商品中有部分不是申请上架状态,请重新勾选'});
this.$message({type:'warning',message:'所选商品中有部分未申请上架,请重新勾选'});
return
}
......
......@@ -387,6 +387,10 @@
this.isShowRefundStatusText = true;
this.refundStatusText = '已发货仅退款成功'
}
if(refundType == 2 && goodsStatus == 1) {
this.isShowRefundStatusText = true;
this.refundStatusText = '已发货退货退款成功'
}
if(refundType == 2 && goodsStatus == 2) {
this.isShowRefundStatusText = true;
this.refundStatusText = '已完成退货退款成功'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论