| | |
| | | </view> |
| | | <view class="t2 flex " style="align-items: center; justify-content: start;" > |
| | | <view>{{ currentInfo.supplierSub.phone || currentInfo.tel || '暂无电话' }}</view> |
| | | <view v-if="selftype === 'supplier'"> |
| | | <!-- <view v-if="selftype === 'supplier' && $hasPermission('supplier:workbench:common:functions:sub:account') "> |
| | | <view v-if="currentInfo.isSubSupplier" class="account_sub m-l-a m-r-0" >子账号</view> |
| | | <view v-else class="account_sub m-l-a m-r-0" >主账号</view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | <view class="t2" v-if="currentInfo.partnerDTO && currentInfo.partnerDTO.id"> |
| | | ID: {{ currentInfo.partnerDTO.id }} |
| | |
| | | </view> |
| | | |
| | | |
| | | <view class="nav row margin-tb function-item " |
| | | <!-- <view class="nav row margin-tb function-item " |
| | | v-if="(selftype === 'supplier' && $hasPermission('supplier:workbench:common:functions:sub:account'))" |
| | | @click="goto('/sub_pages/supplier/sub-account/sub-account-list', true)"> |
| | | <view class="img-c"> |
| | |
| | | mode="scaleToFill" /> |
| | | </view> |
| | | <view class="order-desc syst">子账号</view> |
| | | </view> |
| | | </view> --> |
| | | <!-- <view class="nav row margin-tb function-item "></view> --> |
| | | </view> |
| | | </view> |
| | |
| | | var that = this; |
| | | wx.getBluetoothAdapterState({ |
| | | success: (result) => { |
| | | // debugger; |
| | | console.log('b s', result) |
| | | console.log("蓝牙状态:\n" + result.errMsg) |
| | | if (result.adapterState.available) { |