协议更新
This commit is contained in:
parent
b1afe0e384
commit
fbcd367cc6
@ -218,10 +218,15 @@
|
|||||||
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
|
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
|
||||||
<view style="margin: 20rpx 0;">机构代码:{{organization_code?organization_code:"暂无公司信息"}}</view>
|
<view style="margin: 20rpx 0;">机构代码:{{organization_code?organization_code:"暂无公司信息"}}</view>
|
||||||
|
|
||||||
<view class="contenta">
|
<view class="contenta" v-if="detail.mer_services_agree">
|
||||||
<jyf-parser :html="detail.mer_services_agree" ref="article" :tag-style="tagStyle"></jyf-parser>
|
<jyf-parser :html="detail.mer_services_agree" ref="article" :tag-style="tagStyle"></jyf-parser>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
<view class="contenta" v-else>
|
||||||
|
<jyf-parser :html="detail.mer_supply_agree" ref="article" :tag-style="tagStyle"></jyf-parser>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
|
||||||
<view class="setAgCountbtn">
|
<view class="setAgCountbtn">
|
||||||
<button class="setAgCountbtna" @click="refuse">
|
<button class="setAgCountbtna" @click="refuse">
|
||||||
拒绝
|
拒绝
|
||||||
@ -604,7 +609,7 @@
|
|||||||
this.mer_storeType = this.storeTypeArr[idx]['type_name']
|
this.mer_storeType = this.storeTypeArr[idx]['type_name']
|
||||||
console.log(this.storeTypeArr[idx]['type_code'] == "TypeStore")
|
console.log(this.storeTypeArr[idx]['type_code'] == "TypeStore")
|
||||||
if(this.storeTypeArr[idx]['type_code']== 'TypeStore'&&this.merchantData.mer_type){
|
if(this.storeTypeArr[idx]['type_code']== 'TypeStore'&&this.merchantData.mer_type){
|
||||||
this.shoplist('sys_intention_agree')
|
this.shoplist('mer_services_agree')
|
||||||
}else{
|
}else{
|
||||||
this.shoplist('mer_supply_agree')
|
this.shoplist('mer_supply_agree')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user