diff --git a/combining.html b/combining.html index b89eccf..f039788 100644 --- a/combining.html +++ b/combining.html @@ -474,6 +474,8 @@ self.isOKLength = product_all.length - errLength.length; self.isErrLength = errLength.length; self.goods.send_status = 4; + } else{ + self.goods.send_status = 3; } self.popMsg = true; diff --git a/packkey/combining.html b/packkey/combining.html index 3be42a0..d929969 100644 --- a/packkey/combining.html +++ b/packkey/combining.html @@ -476,6 +476,8 @@ self.isOKLength = product_all.length - errLength.length; self.isErrLength = errLength.length; self.goods.send_status = 4; + } else { + self.goods.send_status = 3; } self.popMsg = true;