|
|
@ -95,6 +95,22 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- //实物配置 --> |
|
|
|
|
|
|
|
<view class="width94 backcorfff mart10" v-if="couponList.wherePost"> |
|
|
|
|
|
|
|
<view class="width94 alijusstart height50 font14 fcor666 bor-botm1"> |
|
|
|
|
|
|
|
<view class="width40 fcor333 fontwig6 font16" style="padding-left: 2%;">联系人</view> |
|
|
|
|
|
|
|
<input class="width60 fotrt font15" v-model="contactPepole" placeholder="请输入联系人" /> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="width94 alijusstart height50 font14 fcor666 bor-botm1"> |
|
|
|
|
|
|
|
<view class="width40 fcor333 fontwig6 font16" style="padding-left: 2%;">联系电话</view> |
|
|
|
|
|
|
|
<input class="width60 fotrt font15" v-model="contactPhone" placeholder="请输入联系电话" /> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="width94 alijusstart height50 font14 fcor666"> |
|
|
|
|
|
|
|
<view class="width40 fcor333 fontwig6 font16" style="padding-left: 2%;">联系地址</view> |
|
|
|
|
|
|
|
<input class="width60 fotrt font15" v-model="contactAddress" placeholder="请输入联系地址" /> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="width94 comorder mart10"> |
|
|
|
<view class="width94 comorder mart10"> |
|
|
|
<view class="height50 width100 backcorfff"> |
|
|
|
<view class="height50 width100 backcorfff"> |
|
|
|
<view class="width100 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
|
<view class="width100 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
@ -247,7 +263,10 @@ |
|
|
|
isDiscont: false, |
|
|
|
isDiscont: false, |
|
|
|
coupondiscountid: '', |
|
|
|
coupondiscountid: '', |
|
|
|
typeId: '', |
|
|
|
typeId: '', |
|
|
|
identificationCode: '' //渠道商 |
|
|
|
identificationCode: '' ,//渠道商 |
|
|
|
|
|
|
|
contactPepole: '', //联系人 |
|
|
|
|
|
|
|
contactPhone: '', //联系电话 |
|
|
|
|
|
|
|
contactAddress: '' //联系地址 |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
@ -440,7 +459,12 @@ |
|
|
|
"goodsId": this.couponId, |
|
|
|
"goodsId": this.couponId, |
|
|
|
"saleCount": 1, |
|
|
|
"saleCount": 1, |
|
|
|
"storeId": this.storeId |
|
|
|
"storeId": this.storeId |
|
|
|
}] |
|
|
|
}], |
|
|
|
|
|
|
|
"postData": { |
|
|
|
|
|
|
|
"address": this.contactAddress, |
|
|
|
|
|
|
|
"user": this.contactPepole, |
|
|
|
|
|
|
|
"phone": this.contactPhone |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
addOrder(goods).then(res => { |
|
|
|
addOrder(goods).then(res => { |
|
|
|
if (res.return_code == '000000') { |
|
|
|
if (res.return_code == '000000') { |
|
|
|