|
|
@@ -571,6 +571,7 @@ export default {
|
|
|
that.$service.order.orderCreate(params).then(data => {
|
|
|
if(data.respondType && data.respondType == 'priceError'){
|
|
|
that.diffList = data.diff ? data.diff : []
|
|
|
+ that.noStockPlay()
|
|
|
that.$message({message: '请确认修改的价格',type: 'warning'})
|
|
|
}else{
|
|
|
that.$nextTick(()=>{
|