Commit 64b37c7d authored by Mac's avatar Mac

修改品牌验证

parent b0b8dfc7
...@@ -93,13 +93,13 @@ ...@@ -93,13 +93,13 @@
<template> <template>
<view class="brandInformation"> <view class="brandInformation">
<view class="bottom-border" v-if="datas.CompanyStatus==-1"> <!-- <view class="bottom-border" v-if="datas.CompanyStatus==-1">
<view class="label-text">关联品牌</view> <view class="label-text">关联品牌</view>
<view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;" @click="disabled==false? gobrandsearch():''"> <view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;" @click="disabled==false? gobrandsearch():''">
<input type="text" v-model="glBrandName" :disabled="true" style="padding: 10px 0;width: 1px;flex:1" placeholder="请选择关联品牌" placeholder-style="color:#CECECE;"> <input type="text" v-model="glBrandName" :disabled="true" style="padding: 10px 0;width: 1px;flex:1" placeholder="请选择关联品牌" placeholder-style="color:#CECECE;">
<u-icon name="arrow" color="#A5A4AC" size="30" ></u-icon> <u-icon name="arrow" color="#A5A4AC" size="30" ></u-icon>
</view> </view>
</view> </view> -->
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">品牌分类<span style='color: #E54D42;' >*</span></view> <view class="label-text">品牌分类<span style='color: #E54D42;' >*</span></view>
<view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;" @click="disabled || disabled3?'':showTypeStatus= true"> <view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;" @click="disabled || disabled3?'':showTypeStatus= true">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment