|
@@ -1100,7 +1100,7 @@
|
|
|
.edit-contents td .bg{
|
|
.edit-contents td .bg{
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 100px;
|
|
|
|
|
|
|
+ height: 132px;
|
|
|
}
|
|
}
|
|
|
.edit-contents .content{
|
|
.edit-contents .content{
|
|
|
text-align: left;
|
|
text-align: left;
|
|
@@ -1122,7 +1122,7 @@
|
|
|
}
|
|
}
|
|
|
.edit-contents .content .title span:first-child {
|
|
.edit-contents .content .title span:first-child {
|
|
|
float: left;
|
|
float: left;
|
|
|
- width: 70px;
|
|
|
|
|
|
|
+ width: 78px;
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
}
|
|
}
|
|
|
.edit-contents .content .title span:last-child {
|
|
.edit-contents .content .title span:last-child {
|
|
@@ -1999,7 +1999,7 @@
|
|
|
</label>
|
|
</label>
|
|
|
</th>
|
|
</th>
|
|
|
<th width="50">序号</th>
|
|
<th width="50">序号</th>
|
|
|
- <th width="140">产品名称(类目)</th>
|
|
|
|
|
|
|
+ <th width="140">类目(产品名称)</th>
|
|
|
<th width="170">产品型号</th>
|
|
<th width="170">产品型号</th>
|
|
|
<th width="120">品牌</th>
|
|
<th width="120">品牌</th>
|
|
|
<th width="100">单位</th>
|
|
<th width="100">单位</th>
|
|
@@ -2135,12 +2135,15 @@
|
|
|
ng-model="goods.editReserve" maxlength="9" ng-blur="setPriceMaxAmount(goods, false)" ng-class="{'error' : goods.editReserveInvalid}" oninput="if(value.length>9)value=value.slice(0,9)"/>
|
|
ng-model="goods.editReserve" maxlength="9" ng-blur="setPriceMaxAmount(goods, false)" ng-class="{'error' : goods.editReserveInvalid}" oninput="if(value.length>9)value=value.slice(0,9)"/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="input-list">
|
|
<div class="input-list">
|
|
|
- <span class="tit">起订量:</span><input type="number" class="wid70 form-control" name="minBuyQty" title="起拍" placeholder="数量"
|
|
|
|
|
|
|
+ <span class="tit">最小起订量:</span><input type="number" class="wid70 form-control" name="minBuyQty" title="起拍" placeholder="数量"
|
|
|
maxlength="6" oninput="if(value.length>6)value=value.slice(0,6)" ng-model="goods.editMinBuyQty" ng-blur="setPriceMinAmount(goods, false)" ng-change="updateStartNumber(goods)" ng-class="{'error' : goods.editMinBuyQtyInValid}"/>
|
|
maxlength="6" oninput="if(value.length>6)value=value.slice(0,6)" ng-model="goods.editMinBuyQty" ng-blur="setPriceMinAmount(goods, false)" ng-change="updateStartNumber(goods)" ng-class="{'error' : goods.editMinBuyQtyInValid}"/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="input-list">
|
|
<div class="input-list">
|
|
|
- <span class="tit">包装数量:</span><input type="number" maxlength="6" oninput="if(value.length>6)value=value.slice(0,6)" class="wid70 form-control" name="minPackQty" title="包装数量" placeholder="数量" ng-model="goods.editMinPackQty" ng-blur="setPriceMinPackAmount(goods)" ng-class="{'error' : goods.editMinPackQtyInValid}" style="width: 70px;"/>
|
|
|
|
|
|
|
+ <span class="tit">最小包装数:</span><input type="number" maxlength="6" oninput="if(value.length>6)value=value.slice(0,6)" class="wid70 form-control" name="minPackQty" title="最小包装数" placeholder="数量" ng-model="goods.editMinPackQty" ng-blur="setPriceMinPackAmount(goods)" ng-class="{'error' : goods.editMinPackQtyInValid}" style="width: 70px;"/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="input-list">
|
|
|
|
|
+ <span class="tit">规格:</span><input type="number" maxlength="6" oninput="if(value.length>6)value=value.slice(0,6)" class="wid70 form-control" name="minPackQty" title="最小包装数" placeholder="数量" ng-model="goods.editMinPackQty" ng-blur="setPriceMinPackAmount(goods)" ng-class="{'error' : goods.editMinPackQtyInValid}" style="width: 70px;"/>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
<p class="title height24">梯度/pcs</p>
|
|
<p class="title height24">梯度/pcs</p>
|
|
@@ -2238,8 +2241,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content width130">
|
|
<div class="content width130">
|
|
|
<p class="title"><span>库存:</span><span ng-bind="goods.reserve">9023492</span></p>
|
|
<p class="title"><span>库存:</span><span ng-bind="goods.reserve">9023492</span></p>
|
|
|
- <p class="title"><span>起订量:</span><span ng-bind="goods.minBuyQty">90492</span></p>
|
|
|
|
|
- <p class="title"><span>包装数量:</span><span ng-bind="goods.minPackQty">980</span></p>
|
|
|
|
|
|
|
+ <p class="title"><span>最小起订量:</span><span ng-bind="goods.minBuyQty">90492</span></p>
|
|
|
|
|
+ <p class="title"><span>最小包装数:</span><span ng-bind="goods.minPackQty">980</span></p>
|
|
|
|
|
+ <p class="title"><span>规格:</span><span ng-bind="goods.minPackQty">980</span></p>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content width150">
|
|
<div class="content width150">
|
|
|
<div class="title-price">
|
|
<div class="title-price">
|
|
@@ -2332,14 +2336,14 @@
|
|
|
ng-class="{'error' : goods.editReserveInvalid}"/>
|
|
ng-class="{'error' : goods.editReserveInvalid}"/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="input-list">
|
|
<div class="input-list">
|
|
|
- <span class="tit">起订量:</span><input type="number" class="wid70 form-control" name="minBuyQty"
|
|
|
|
|
|
|
+ <span class="tit">最小起订量:</span><input type="number" class="wid70 form-control" name="minBuyQty"
|
|
|
maxlength="6"
|
|
maxlength="6"
|
|
|
oninput="if(value.length>6)value=value.slice(0,6)"
|
|
oninput="if(value.length>6)value=value.slice(0,6)"
|
|
|
title="起订" placeholder="数量" ng-model="goods.editMinBuyQty" ng-change="updateStartNumber(goods)"
|
|
title="起订" placeholder="数量" ng-model="goods.editMinBuyQty" ng-change="updateStartNumber(goods)"
|
|
|
ng-blur="setPriceMinAmount(goods, true)" ng-class="{'error' : goods.editMinBuyQtyInValid}"/>
|
|
ng-blur="setPriceMinAmount(goods, true)" ng-class="{'error' : goods.editMinBuyQtyInValid}"/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="input-list">
|
|
<div class="input-list">
|
|
|
- <span class="tit">包装数量:</span><input type="number" class="width70 form-control" name="minPackQty" title="包装数量" placeholder="数量" ng-model="goods.editMinPackQty" ng-blur="setPriceMinPackAmount(goods)"
|
|
|
|
|
|
|
+ <span class="tit">最小包装数:</span><input type="number" class="width70 form-control" name="minPackQty" title="最小包装数" placeholder="数量" ng-model="goods.editMinPackQty" ng-blur="setPriceMinPackAmount(goods)"
|
|
|
maxlength="6" oninput="if(value.length>6)value=value.slice(0,6)"
|
|
maxlength="6" oninput="if(value.length>6)value=value.slice(0,6)"
|
|
|
ng-class="{'error' : goods.editMinPackQtyInValid}"
|
|
ng-class="{'error' : goods.editMinPackQtyInValid}"
|
|
|
style="width: 70px;"/>
|
|
style="width: 70px;"/>
|
|
@@ -2531,7 +2535,7 @@
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th width="60">序号</th>
|
|
<th width="60">序号</th>
|
|
|
- <th width="120">产品名称(类目)</th>
|
|
|
|
|
|
|
+ <th width="120">类目(产品名称)</th>
|
|
|
<th width="120">品牌</th>
|
|
<th width="120">品牌</th>
|
|
|
<th width="100">型号</th>
|
|
<th width="100">型号</th>
|
|
|
<!--<th width="100">封装</th>-->
|
|
<!--<th width="100">封装</th>-->
|
|
@@ -2703,14 +2707,14 @@
|
|
|
<div class="detail">
|
|
<div class="detail">
|
|
|
<div class="detail-title">包装:<span ng-bind="goods.packaging">盘装</span></div>
|
|
<div class="detail-title">包装:<span ng-bind="goods.packaging">盘装</span></div>
|
|
|
<div class="detail-title">库存:<span ng-bind="goods.reserve">9023492</span></div>
|
|
<div class="detail-title">库存:<span ng-bind="goods.reserve">9023492</span></div>
|
|
|
- <div class="detail-title">起订量:<span ng-bind="goods.minBuyQty">90492</span></div>
|
|
|
|
|
|
|
+ <div class="detail-title">最小起订量:<span ng-bind="goods.minBuyQty">90492</span></div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="detail distance">
|
|
<div class="detail distance">
|
|
|
<div class="detail-title">交期(天):
|
|
<div class="detail-title">交期(天):
|
|
|
<span ng-if="goods.maxDelivery == goods.minDelivery">{{goods.minDelivery}}</span>
|
|
<span ng-if="goods.maxDelivery == goods.minDelivery">{{goods.minDelivery}}</span>
|
|
|
<span ng-if="goods.maxDelivery != goods.minDelivery">{{goods.minDelivery}}-{{goods.maxDelivery}}</span>
|
|
<span ng-if="goods.maxDelivery != goods.minDelivery">{{goods.minDelivery}}-{{goods.maxDelivery}}</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="detail-title">包装数量:<span ng-bind="goods.minPackQty">980</span></div>
|
|
|
|
|
|
|
+ <div class="detail-title">最小包装数:<span ng-bind="goods.minPackQty">980</span></div>
|
|
|
<div class="detail-title">生产日期:<span ng-bind="goods.produceDate">20160123</span></div>
|
|
<div class="detail-title">生产日期:<span ng-bind="goods.produceDate">20160123</span></div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="detail">
|
|
<div class="detail">
|