Commit c2a686b9 by 王勇飞

pp

parent 3c5c2c8b
...@@ -414,8 +414,8 @@ ...@@ -414,8 +414,8 @@
remark: d_order.remark remark: d_order.remark
}; };
this.tmStatus = d_tm.tmStatus; that.tmStatus = d_tm.tmStatus;
console.log('商标状态: ', this.tmStatus); console.log('商标状态: ', that.tmStatus);
console.log('前端打印接收后端的数据: ', JSON.stringify(d_apply)); console.log('前端打印接收后端的数据: ', JSON.stringify(d_apply));
var apply = { var apply = {
...@@ -895,7 +895,8 @@ ...@@ -895,7 +895,8 @@
return false; return false;
} }
if (!that.channelOrder.remainder || that.channelOrder.remainder < 0) { if (!that.channelOrder.remainder || that.channelOrder.remainder < 0) {
if (this.tmStatus != '12' || this.tmStatus != '13') {
if (that.tmStatus != "12" && that.tmStatus != "13") {
that.$message.warning(`渠道订单产品数量异常`); that.$message.warning(`渠道订单产品数量异常`);
return false; return false;
} }
......
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