|
|
@@ -86,21 +86,21 @@
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-3 name" style="color: #333"><em style="color: #ea0e0e">*</em>品牌:</div>
|
|
|
- <div class="col-sm-9" style="position: relative;" ng-show="!item.brandId">
|
|
|
- <input id="brannameid" type="text" ng-blur="onBrandBlur(keyword)" ng-change="onBrandChange(keyword)" placeholder="请输入品牌名字" ng-model="keyword" class="form-control" style="width: 240px;height: 28px" />
|
|
|
+ <div class="col-sm-9" style="position: relative;" ng-show="!Showbrand">
|
|
|
+ <input id="brannameid" type="text" ng-blur="onBrandBlur(keyword)" ng-change="onBrandChange(keyword)" placeholder="请选择品牌名称" ng-model="keyword" class="form-control" style="width: 240px;height: 28px" />
|
|
|
<ul class="listUl" ng-if="BrandList.value.length > 0">
|
|
|
<li ng-repeat="item in BrandList.value" ng-click="setBrand(item.nameEn,item.id)">
|
|
|
{{item.nameEn}}
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div class="col-sm-9" style="position: relative;" ng-if="item.brandId">
|
|
|
+ <div class="col-sm-9" style="position: relative;" ng-if="Showbrand">
|
|
|
{{item.brand.nameEn}}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-3 name" style="color: #333"><em style="color: #ea0e0e">*</em>商城类目:</div>
|
|
|
- <div class="col-sm-9" ng-if="!item.kindId">
|
|
|
+ <div class="col-sm-9" ng-if="!ShowKind">
|
|
|
<div class="col-sm-4" style="padding: 0px;">
|
|
|
<select class="form-control"
|
|
|
ng-model="kindPojo.first"
|
|
|
@@ -125,7 +125,7 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-sm-9" ng-if="item.kindId">
|
|
|
+ <div class="col-sm-9" ng-if="ShowKind">
|
|
|
{{item.kind.nameCn}}
|
|
|
</div>
|
|
|
</div>
|