@@ -242,6 +242,9 @@ console.log(options)
this.$api.msg('当前客户的' + this.goodsName + '送粮量达到上限')
}
+ else if(res.data.code == 11019){
+ this.$api.msg('未认证粮商身份')
+ }
})
},
getTime() {