Commit 709770a2 authored by 我在何方's avatar 我在何方

新增商品异常修复

parent 6e205331
......@@ -691,8 +691,13 @@
this.$redirect('/product/product-list?prodId=' + this.handlerParams.productId)
return
}
if(this.productId1){
this.handlerParams.productId = this.productId1
if(this.orderExceptionData.orderExceptionType=='goods_add_exception'&&this.handlerParams.orderExceptionHandlerResult=='goods_exists'){
if(this.productId1){
this.handlerParams.productId = this.productId1
}else{
this.$modal.msgError(this.$t('请选择产品'));
return
}
}
handlerExceptionByExceptionId(this.handlerParams).then(res=>{
this.$modal.msgSuccess(this.$t('提交成功'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment