Compare commits

..

No commits in common. "84df2ba8ddb27ecac6eb2192600eb27a49b499c2" and "13f4d57e7cd1048c365e147595eb12151bff04ad" have entirely different histories.

1 changed files with 17 additions and 13 deletions

View File

@ -11,11 +11,11 @@
<u-cell-group :border="false">
<u-cell>
<view slot="title" class="title">分公司名称</view>
<view slot="value">{{ form.corp_name }}</view>
<view slot="value">{{ form.CORP_NAME }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">登录账号</view>
<view slot="value">{{ form.corp_name }}</view>
<view slot="value">{{ form.CORP_NAME }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">属地</view>
@ -29,7 +29,7 @@
</u-cell>
<u-cell>
<view slot="title" class="title">统一社会信用代码</view>
<view slot="value">{{ form.code }}</view>
<view slot="value">{{ form.CODE }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">分公司状态</view>
@ -41,15 +41,15 @@
</u-cell>
<u-cell>
<view slot="title" class="title">成立日期</view>
<view slot="value">{{ form.create_date }}</view>
<view slot="value">{{ form.CREATE_DATE }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">占地面积</view>
<view slot="value">{{ form.area_covered }}</view>
<view slot="value">{{ form.AREA_COVERED }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">注册资金</view>
<view slot="value">{{ form.regcapital }}万元</view>
<view slot="value">{{ form.REGCAPITAL }}万元</view>
</u-cell>
<u-cell>
<view slot="title" class="title">资产总额</view>
@ -57,16 +57,20 @@
</u-cell>
<u-cell>
<view slot="title" class="title">职工人数</view>
<view slot="value">{{ form.totalassets }}</view>
<view slot="value">{{ form.EMPLOYEES }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">经度/纬度</view>
<view slot="value" v-if="form.longitude">{{ form.longitude }} - {{ form.latitude }}</view>
<view slot="value" v-if="form.LONGITUDE">{{ form.LONGITUDE }} - {{ form.LATITUDE }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">企业经济类型</view>
<view slot="value">{{ form.ECO_TYPE_NAME }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">企业角色组</view>
<view slot="value">{{ form.ROLENAME }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">隶属关系</view>
<view slot="value">{{ form.SUBORDINATION_VAL }}</view>
@ -77,7 +81,7 @@
</u-cell>
<u-cell>
<view slot="title" class="title">是否规模以上</view>
<view slot="value">{{ form.scale_type == 0 ? '否' : '是' }}</view>
<view slot="value">{{ form.SCALE_TYPE == 0 ? '否' : '是' }}</view>
</u-cell>
</u-cell-group>
</view>
@ -90,11 +94,11 @@
<u-cell-group :border="false">
<u-cell>
<view slot="title" class="title">姓名</view>
<view slot="value">{{ form.lr_name }}</view>
<view slot="value">{{ form.LR_NAME }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">手机号码</view>
<view slot="value">{{ form.lr_mobile }}</view>
<view slot="value">{{ form.LR_PHONE }}</view>
</u-cell>
</u-cell-group>
</view>
@ -107,11 +111,11 @@
<u-cell-group :border="false">
<u-cell>
<view slot="title" class="title">姓名</view>
<view slot="value">{{ form.contacts }}</view>
<view slot="value">{{ form.CONTACTS }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">手机号码</view>
<view slot="value">{{ form.contacts_phone }}</view>
<view slot="value">{{ form.CONTACTS_PHONE }}</view>
</u-cell>
</u-cell-group>
</view>