|
@@ -662,8 +662,7 @@
|
|
return y + "-" + m + "-" + d;
|
|
return y + "-" + m + "-" + d;
|
|
},
|
|
},
|
|
xiajia1(e, i) {
|
|
xiajia1(e, i) {
|
|
- console.log(e)
|
|
|
|
- if (this.GetDateStr(2) != e.playDate && !e.status) {
|
|
|
|
|
|
+ if (e.goodsType==1&&this.GetDateStr(2) != e.playDate && !e.status) {
|
|
return this.$showToast("日期已过期");
|
|
return this.$showToast("日期已过期");
|
|
}
|
|
}
|
|
this.lsdata = e;
|
|
this.lsdata = e;
|