|
@@ -1,7 +1,9 @@
|
|
|
<template>
|
|
|
<view class="add-page white-wrap">
|
|
|
<view class="section white-wrap">
|
|
|
- <view class="section-title require">归属公司</view>
|
|
|
+ <view class="section-title require">归属公司
|
|
|
+ <span class="tip">(归属公司:申请用章公司)</span>
|
|
|
+ </view>
|
|
|
<view class="section-select-box" :style="{color:belongCompany?'#333':'#999'}" @click="showBelongCompanyPop=true">{{belongCompany?belongCompany:'请选择'}}</view>
|
|
|
</view>
|
|
|
|
|
@@ -275,7 +277,6 @@
|
|
|
this.ServiceType=e.ContractType
|
|
|
this.UseCompanyName=e.ContractBusinessType=='代付合同'?e.UseCompanyName:e.CompanyName
|
|
|
this.ContractId=e.ContractId
|
|
|
- this.belongCompany=e.AffiliatedCompany
|
|
|
// this.ContractfileUrl=e.FileUrl
|
|
|
this.handleFile([e.FileUrl])
|
|
|
// 关闭搜索弹窗
|
|
@@ -432,6 +433,10 @@
|
|
|
.section-title{
|
|
|
font-size: 16px;
|
|
|
margin-bottom: 20rpx;
|
|
|
+ .tip {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999;
|
|
|
+ }
|
|
|
}
|
|
|
.require::before{
|
|
|
content: '*';
|