|
|
|
@ -30,24 +30,24 @@ |
|
|
|
<view slot="header" class="text-gray">公司地址</view> |
|
|
|
<view slot="footer" style="width:500rpx">{{companyAddress}}</view> |
|
|
|
</wux-cell> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='numberMoon' data-tag='打包厂名' bind:click="showDialog"> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='numberMoon' data-tag='打包厂名'> |
|
|
|
<view slot="header" class="text-gray">工厂名</view> |
|
|
|
<view slot="footer" class="{{userInfo.packageFactoryName? 'text-black':'text-gray'}}">{{userInfo.packageFactoryName || '点击修改打包厂名'}}</view> |
|
|
|
</wux-cell> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='numberMoon' data-tag='打包厂占地面积' bind:click="showDialog"> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='numberMoon' data-tag='打包厂占地面积'> |
|
|
|
<view slot="header" class="text-gray">打包厂占地面积</view> |
|
|
|
<view slot="footer" class="{{userInfo.packageFactoryArea? 'text-black':'text-gray'}}">{{userInfo.packageFactoryArea || '点击修改打包厂占地面积'}}</view> |
|
|
|
</wux-cell> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='numberMoon' data-tag='工厂人数' bind:click="showDialog"> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='numberMoon' data-tag='工厂人数'> |
|
|
|
<view slot="header" class="text-gray">工厂人数</view> |
|
|
|
<view slot="footer" class="{{userInfo.numberOfEmployee? 'text-black':'text-gray'}}">{{userInfo.numberOfEmployee || '点击修改工厂人数'}}</view> |
|
|
|
</wux-cell> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='numberMoon' data-tag='打包机数' bind:click="showDialog"> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='numberMoon' data-tag='打包机数'> |
|
|
|
<view slot="header" class="text-gray">打包机数</view> |
|
|
|
<view slot="footer" class="{{userInfo.numberOfPackageMachine? 'text-black':'text-gray'}}">{{userInfo.numberOfPackageMachine || '点击修改工厂打包机数'}}</view> |
|
|
|
</wux-cell> |
|
|
|
|
|
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='numberMoon' data-tag='营业执照' bind:click="toBusinessLicense"> |
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='numberMoon' data-tag='营业执照'> |
|
|
|
<view slot="header" class="text-gray">营业执照</view> |
|
|
|
<view slot="footer" class="{{userInfo.businessLicenseUrl? 'text-black':'text-gray'}}">{{userInfo.businessLicenseUrl==null?'未上传':'查看'}}</view> |
|
|
|
</wux-cell> |
|
|
|
|