|
|
@@ -145,9 +145,15 @@
|
|
|
.add_category .sale-label input[type="radio"] {
|
|
|
display: none;
|
|
|
}
|
|
|
- .add_category .sale-label a:first-child {
|
|
|
+ .add_category .sale-label span {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .add_category .sale-label span:first-child {
|
|
|
margin-right: 15px;
|
|
|
}
|
|
|
+ .add_category .sale-label span[disabled] {
|
|
|
+ cursor: not-allowed;
|
|
|
+ }
|
|
|
.user_right a.blue-bg{
|
|
|
color: #fff !important;
|
|
|
margin-top: 5px;
|
|
|
@@ -411,10 +417,12 @@
|
|
|
line-height: 23px;
|
|
|
}
|
|
|
.type-remind-box .result {
|
|
|
- width: 197px;
|
|
|
+ width: 239px;
|
|
|
height: 37px;
|
|
|
margin: 16px auto 18px;
|
|
|
font-size: 14px;
|
|
|
+ color: #666;
|
|
|
+ line-height: 20px;
|
|
|
}
|
|
|
.type-remind-box .result span {
|
|
|
color: #e83825;
|
|
|
@@ -488,14 +496,14 @@
|
|
|
<label for="sellbyself" ng-disabled="!batch.selfSellEabled"></label>
|
|
|
<span ng-disabled="!batch.selfSellEabled">店铺自营</span>
|
|
|
</label>-->
|
|
|
- <a>
|
|
|
+ <span>
|
|
|
<img ng-show="batch.sellType == 'self'" src="static/img/upload/daishou-default.png" alt="" ng-click="sellType('UAS')">
|
|
|
- <img ng-show="batch.sellType == 'UAS'" src="static/img/upload/daishou-active.png" alt="">
|
|
|
- </a>
|
|
|
- <a ng-disabled="!batch.selfSellEabled">
|
|
|
+ <img ng-hide="batch.sellType == 'self'" src="static/img/upload/daishou-active.png" alt="">
|
|
|
+ </span>
|
|
|
+ <span ng-disabled="!batch.selfSellEabled">
|
|
|
<img ng-show="batch.sellType == 'UAS'" src="static/img/upload/ziying-default.png" alt="" ng-click="sellType('self')">
|
|
|
- <img ng-show="batch.sellType == 'self'" src="static/img/upload/ziying-active.png" alt="">
|
|
|
- </a>
|
|
|
+ <img ng-hide="batch.sellType == 'UAS'" src="static/img/upload/ziying-active.png" alt="">
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div><span ng-if="$$productOn.tab == 'bathOn'">2、</span>请上传已经编辑好的库存表格,选择好上传的文件之后,点击确认上传</div>
|
|
|
<div class="upload">
|
|
|
@@ -647,7 +655,7 @@
|
|
|
<div class="title">
|
|
|
<i ng-click="setShowSelfSellRemindBox(false, 'no')"></i>
|
|
|
</div>
|
|
|
- <div class="result"><span>选择寄售,</span>产品将由优软统一售卖,不会出现在您的自营店铺。</div>
|
|
|
+ <div class="result"><span>选择寄售,</span>产品将由优软统一售卖,不会出现在您的自营店铺,是否切换?</div>
|
|
|
<div class="operate">
|
|
|
<a href="javascript:void(0)" ng-click="setShowSelfSellRemindBox(false)">是</a>
|
|
|
<a href="javascript:void(0)" ng-click="setShowSelfSellRemindBox(false, 'no')">否</a>
|