|
@@ -113,9 +113,26 @@
|
|
|
.public-tab.table>tbody>tr>td a{
|
|
.public-tab.table>tbody>tr>td a{
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+ .public-tab.table>tbody>tr>td a.brand-type{
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ width: 80%;
|
|
|
|
|
+ color: #333;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ }
|
|
|
.public-tab.table>tbody>tr>td span{
|
|
.public-tab.table>tbody>tr>td span{
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+ .public-tab.table>tbody>tr>td span.brand-type{
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ width: 80%;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ }
|
|
|
.public-tab.table>tbody>tr>td span:hover span {
|
|
.public-tab.table>tbody>tr>td span:hover span {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
background: #5078cb;
|
|
background: #5078cb;
|
|
@@ -1520,7 +1537,7 @@
|
|
|
<div class="wanted_list01">
|
|
<div class="wanted_list01">
|
|
|
<!--在售产品-->
|
|
<!--在售产品-->
|
|
|
<div class="tab">
|
|
<div class="tab">
|
|
|
- <table class="public-tab table" style="table-layout: auto">
|
|
|
|
|
|
|
+ <table class="public-tab table">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th width="80">序号</th>
|
|
<th width="80">序号</th>
|
|
@@ -1558,8 +1575,8 @@
|
|
|
<span ng-if="!material.kind" ng-bind="material.kinden || '-'" title="{{material.kinden || '-'}}"></span>
|
|
<span ng-if="!material.kind" ng-bind="material.kinden || '-'" title="{{material.kinden || '-'}}"></span>
|
|
|
</td>
|
|
</td>
|
|
|
<td>
|
|
<td>
|
|
|
- <a ng-if="material.cmpUuId" ng-href="product/component/{{material.cmpUuId}}/" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}" style="color: #333;"></a>
|
|
|
|
|
- <span ng-if="!material.cmpUuId" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}"></span>
|
|
|
|
|
|
|
+ <a class="brand-type" ng-if="material.cmpUuId" ng-href="product/component/{{material.cmpUuId}}/" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}" target="_blank"></a>
|
|
|
|
|
+ <span class="brand-type" ng-if="!material.cmpUuId" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}"></span>
|
|
|
</td>
|
|
</td>
|
|
|
<td>
|
|
<td>
|
|
|
<div class="ellipsis-div" ng-if="material.pbranden" ng-bind="material.pbranden" title="{{material.pbranden}}"></div>
|
|
<div class="ellipsis-div" ng-if="material.pbranden" ng-bind="material.pbranden" title="{{material.pbranden}}"></div>
|
|
@@ -1590,7 +1607,9 @@
|
|
|
<tr id="define-content">
|
|
<tr id="define-content">
|
|
|
<td colspan="10">
|
|
<td colspan="10">
|
|
|
<div class="code">产品编码 : <span ng-bind="goods.prodNum">247823589235</span></div>
|
|
<div class="code">产品编码 : <span ng-bind="goods.prodNum">247823589235</span></div>
|
|
|
- <div class="labelling"><em>*</em>自定义标签 : <input maxlength="20" type="text" ng-model="goods.editTag" ng-blur="blurTag(goods)" ng-change="changeTag(goods)" placeholder="请设置产品标签"></div>
|
|
|
|
|
|
|
+ <div class="labelling">
|
|
|
|
|
+ <!--<em>*</em>-->
|
|
|
|
|
+ 自定义标签 : <input maxlength="20" type="text" ng-model="goods.editTag" ng-blur="blurTag(goods)" ng-change="changeTag(goods)" placeholder="请设置产品标签"></div>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr class="edit-content edits" >
|
|
<tr class="edit-content edits" >
|
|
@@ -1711,7 +1730,9 @@
|
|
|
<tr class="define defines" ng-if="!goods.edit">
|
|
<tr class="define defines" ng-if="!goods.edit">
|
|
|
<td colspan="10">
|
|
<td colspan="10">
|
|
|
<div class="code">产品编码 : <span ng-bind="goods.prodNum || '-'">247823589235</span></div>
|
|
<div class="code">产品编码 : <span ng-bind="goods.prodNum || '-'">247823589235</span></div>
|
|
|
- <div class="labelling"><em>*</em>自定义标签 : <span ng-bind="goods.tag">散装出售</span></div>
|
|
|
|
|
|
|
+ <div class="labelling">
|
|
|
|
|
+ <!--<em>*</em>-->
|
|
|
|
|
+ 自定义标签 : <span ng-bind="goods.tag">散装出售</span></div>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr class="edit-content edit-contents" ng-if="!goods.edit">
|
|
<tr class="edit-content edit-contents" ng-if="!goods.edit">
|
|
@@ -1768,7 +1789,9 @@
|
|
|
<tr id="define-content" ng-if="goods.edit">
|
|
<tr id="define-content" ng-if="goods.edit">
|
|
|
<td colspan="10">
|
|
<td colspan="10">
|
|
|
<div class="code">产品编码 : <span ng-bind="goods.prodNum">247823589235</span></div>
|
|
<div class="code">产品编码 : <span ng-bind="goods.prodNum">247823589235</span></div>
|
|
|
- <div class="labelling"><em>*</em>自定义标签 : <input maxlength="20" type="text" ng-model="goods.editTag" ng-blur="blurTag(goods)" ng-change="changeTag(goods)" placeholder="请设置产品标签"></div>
|
|
|
|
|
|
|
+ <div class="labelling">
|
|
|
|
|
+ <!--<em>*</em>-->
|
|
|
|
|
+ 自定义标签 : <input maxlength="20" type="text" ng-model="goods.editTag" ng-blur="blurTag(goods)" ng-change="changeTag(goods)" placeholder="请设置产品标签"></div>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr class="edit-content edits" ng-if="goods.edit">
|
|
<tr class="edit-content edits" ng-if="goods.edit">
|