协议更新

This commit is contained in:
jia 2023-10-13 18:35:37 +08:00
parent b1afe0e384
commit fbcd367cc6

View File

@ -218,10 +218,15 @@
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</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>
</view>
<view class="contenta" v-else>
<jyf-parser :html="detail.mer_supply_agree" ref="article" :tag-style="tagStyle"></jyf-parser>
</view>
<view class="setAgCountbtn">
<button class="setAgCountbtna" @click="refuse">
拒绝
@ -604,7 +609,7 @@
this.mer_storeType = this.storeTypeArr[idx]['type_name']
console.log(this.storeTypeArr[idx]['type_code'] == "TypeStore")
if(this.storeTypeArr[idx]['type_code']== 'TypeStore'&&this.merchantData.mer_type){
this.shoplist('sys_intention_agree')
this.shoplist('mer_services_agree')
}else{
this.shoplist('mer_supply_agree')