|
|
@@ -150,6 +150,15 @@
|
|
|
.add_category .sale-label input[type="radio"] {
|
|
|
display: none;
|
|
|
}
|
|
|
+ .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;
|
|
|
@@ -401,6 +410,57 @@
|
|
|
.com-del-box .operate a {
|
|
|
color: #5078cb;
|
|
|
}
|
|
|
+ .type-remind-box {
|
|
|
+ width: 289px;
|
|
|
+ height: 132px;
|
|
|
+ -webkit-box-shadow: none;
|
|
|
+ -moz-box-shadow: none;
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
+ .type-remind-box .title {
|
|
|
+ height: 23px;
|
|
|
+ line-height: 23px;
|
|
|
+ }
|
|
|
+ .type-remind-box .result {
|
|
|
+ width: 239px;
|
|
|
+ height: 37px;
|
|
|
+ margin: 16px auto 18px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #666;
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
+ .type-remind-box .result span {
|
|
|
+ color: #e83825;
|
|
|
+ }
|
|
|
+ .type-remind-box .operate {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .type-remind-box .operate a {
|
|
|
+ display: inline-block;
|
|
|
+ width: 90px;
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
+ text-align: center;
|
|
|
+ background: #5078cb;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 14px;
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+ .type-remind-box .operate a:first-child {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .type-remind-box .operate a:last-child {
|
|
|
+ background: #fff;
|
|
|
+ color: #5078cb;
|
|
|
+ border: 1px solid #5078cb;
|
|
|
+ }
|
|
|
+ .type-remind-box .operate a:first-child:hover {
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+ .type-remind-box .operate a:last-child:hover{
|
|
|
+ border-bottom: 1px solid #5078cb !important;
|
|
|
+ color: #5078cb !important;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user_right fr">
|
|
|
<!--货品管理-->
|
|
|
@@ -429,9 +489,9 @@
|
|
|
<em class="open-icon" ng-click="open02=!open02" ng-class="{'active': !open02}"></em>
|
|
|
</p>
|
|
|
<div class="add_category" ng-if="!open02">
|
|
|
- <div ng-if="$$productOn.tab == 'bathOn'">1、请选择是店铺自营还是优软代售</div>
|
|
|
+ <div ng-if="$$productOn.tab == 'bathOn'">1、请选择销售方式:</div>
|
|
|
<div class="sale-label" style="margin-top: -10px;" ng-if="$$productOn.tab == 'bathOn'">
|
|
|
- <label class="sellType">
|
|
|
+ <!-- <label class="sellType">
|
|
|
<input ng-click="sellType('UAS')" type="radio" name="487" id="sellbyUAS" ng-model="batch.sellType" ng-checked="batch.sellType == 'UAS'">
|
|
|
<label for="sellbyUAS"></label>
|
|
|
<span>优软代售</span>
|
|
|
@@ -440,7 +500,15 @@
|
|
|
<input ng-click="sellType('self')" type="radio" name="487" id="sellbyself" ng-model="batch.sellType" ng-checked="batch.sellType == 'self'">
|
|
|
<label for="sellbyself" ng-disabled="!batch.selfSellEabled"></label>
|
|
|
<span ng-disabled="!batch.selfSellEabled">店铺自营</span>
|
|
|
- </label>
|
|
|
+ </label>-->
|
|
|
+ <span>
|
|
|
+ <img ng-show="batch.sellType == 'self'" src="static/img/upload/daishou-default.png" alt="" ng-click="sellType('UAS')">
|
|
|
+ <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-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">
|
|
|
@@ -587,6 +655,18 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="com-modal-wrap" ng-if="showSelfSellRemindBox">
|
|
|
+ <div class="type-remind-box com-mall-del-box">
|
|
|
+ <div class="title">
|
|
|
+ <i ng-click="setShowSelfSellRemindBox(false, 'no')"></i>
|
|
|
+ </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>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|