|
@@ -1354,8 +1354,6 @@ export default {
|
|
|
show(data) {
|
|
|
this.typeRestriction = true
|
|
|
const {contractRes, filterData, refundRes, res, returnInfo, returnRes, audit} = data
|
|
|
- console.log(77777777777)
|
|
|
- console.log(contractRes)
|
|
|
setTimeout(() => {
|
|
|
// 已提交订单一些数据
|
|
|
// 已提交过的原订单状态 res.orderStatus
|
|
@@ -1580,7 +1578,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.startDate1(res.vip_starttime)
|
|
|
}, 200);
|
|
|
- if (productType == "5") {
|
|
|
+ if (productType == "5" && !this.readonly) {
|
|
|
this.checkVip(1)
|
|
|
}
|
|
|
if(this.others.buySubject=='2'){ //购买主体为企业 禁用 产品类型和付费类型
|