|
@@ -49,6 +49,7 @@
|
|
<!-- 售后条例 -->
|
|
<!-- 售后条例 -->
|
|
<seller-regulations ref="regulations"
|
|
<seller-regulations ref="regulations"
|
|
:regulaDatas="regulationsData"
|
|
:regulaDatas="regulationsData"
|
|
|
|
+ :clauseId = "claData"
|
|
@showregulaAlert="handregulaAlertShow">
|
|
@showregulaAlert="handregulaAlertShow">
|
|
</seller-regulations>
|
|
</seller-regulations>
|
|
<regula-alert v-if="isregulaTip" ref="csPhone"></regula-alert>
|
|
<regula-alert v-if="isregulaTip" ref="csPhone"></regula-alert>
|
|
@@ -128,6 +129,7 @@
|
|
depositIds : [6060,6061,6062,6063,6064,6065,6066,6067,6068,6069],//定金&充值余额商品ID
|
|
depositIds : [6060,6061,6062,6063,6064,6065,6066,6067,6068,6069],//定金&充值余额商品ID
|
|
isIphoneX:this.$store.state.isIphoneX,
|
|
isIphoneX:this.$store.state.isIphoneX,
|
|
regulationsData:[],
|
|
regulationsData:[],
|
|
|
|
+ clauseId:''
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad(option){//商品数据
|
|
onLoad(option){//商品数据
|
|
@@ -248,6 +250,9 @@
|
|
this.attributePallPrice()
|
|
this.attributePallPrice()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ handregulaAlertShow(id){
|
|
|
|
+ this.clauseId = id
|
|
|
|
+ },
|
|
checkedBalabce(){//勾选使用余额
|
|
checkedBalabce(){//勾选使用余额
|
|
if(this.userMoney > 0){
|
|
if(this.userMoney > 0){
|
|
this.ischecked = !this.ischecked
|
|
this.ischecked = !this.ischecked
|
|
@@ -332,8 +337,10 @@
|
|
orderShouldPayFee:this.payAllPrice.toFixed(2),//提交的总价
|
|
orderShouldPayFee:this.payAllPrice.toFixed(2),//提交的总价
|
|
balancePayFlag:this.balanceDeductionFlag,//余额抵扣的状态
|
|
balancePayFlag:this.balanceDeductionFlag,//余额抵扣的状态
|
|
freight:parseInt(this.freightData.freight).toFixed(2),//邮费
|
|
freight:parseInt(this.freightData.freight).toFixed(2),//邮费
|
|
- freePostFlag:parseInt(this.freightData.freePostFlag)//运费形式
|
|
|
|
|
|
+ freePostFlag:parseInt(this.freightData.freePostFlag),//运费形式
|
|
|
|
+ clauseId:this.clauseId//售后条款
|
|
}
|
|
}
|
|
|
|
+ console.log(this.payInfo)
|
|
let params = {
|
|
let params = {
|
|
orderSource:6, //提交来源
|
|
orderSource:6, //提交来源
|
|
clubUserId:this.clubUserId, //机构UserID
|
|
clubUserId:this.clubUserId, //机构UserID
|