首次进入报错

This commit is contained in:
zhangguoping 2024-10-29 16:28:41 +08:00
parent 64a145c11a
commit af0dcf5446
7 changed files with 7 additions and 7 deletions

View File

@ -502,7 +502,7 @@
this.form.confirm = this.goods.account || '';
// send_status 1发放中2全部成功 3全部失败4部分失败 5未领取
this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? this.goods.account ? false : true : false;
this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
// 部分失败
if (res.data.send_status === 4) {

View File

@ -504,7 +504,7 @@
this.form.confirm = this.goods.account || '';
// 支付宝组合商品
// send_status 1发放中2全部成功 3全部失败4部分失败 5未领取
this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? this.goods.account ? false : true : false;
this.popMsg = res.data.send_status === 2 || res.data.send_status === 3 || res.data.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
// 部分失败
if (res.data.send_status === 4) {

View File

@ -342,7 +342,7 @@
this.form.confirm = this.goods.account || '';
// send_status 1发放中2全部成功 3全部失败4部分失败 5未领取
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
// 部分失败
if (self.goods.send_status === 4) {

View File

@ -341,7 +341,7 @@
this.form.confirm = this.goods.account || '';
// send_status 1发放中2全部成功 3全部失败4部分失败 5未领取
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
// 部分失败
if (self.goods.send_status === 4) {

View File

@ -341,7 +341,7 @@
this.form.confirm = this.goods.account || '';
// send_status 1发放中2全部成功 3全部失败4部分失败 5未领取
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
// 部分失败
if (self.goods.send_status === 4) {

View File

@ -341,7 +341,7 @@
this.form.confirm = this.goods.account || '';
// send_status 1发放中2全部成功 3全部失败4部分失败 5未领取
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
// 部分失败
if (self.goods.send_status === 4) {

View File

@ -340,7 +340,7 @@
this.form.confirm = this.goods.account || '';
// send_status 1发放中2全部成功 3全部失败4部分失败 5未领取
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.account ? false : true : false;
self.popMsg = self.goods.send_status === 2 || self.goods.send_status === 3 || self.goods.send_status === 4 ? this.goods.period_type == 2 || this.goods.period_type == 3 ? false : true : false;
// 部分失败
if (self.goods.send_status === 4) {