Administrator před 4 roky
rodič
revize
a5e6c25010

+ 2 - 0
src/main/resources/static/css/supplier-center/detail.css

@@ -121,6 +121,7 @@
         display: inline-block;
         width: 17%;
         text-align: center;
+        color: #627386;
     }
 
     .pro-information li div.product-img {
@@ -140,6 +141,7 @@
         margin-left: 10px;
         font-size: 16px;
         letter-spacing: 1px;
+        color: #22272e
     }
 
     .info-title {

+ 2 - 4
src/main/resources/static/js/supplier-center/delivergoods.js

@@ -1,4 +1,5 @@
 var isPC = ($(window).width() > 768);
+jqMultipleShow("click", ".navList", ".tab", ".con");
 var delivergoods = new Vue({
     el: '#delivergoods',
     data: {
@@ -90,10 +91,7 @@ var delivergoods = new Vue({
     },
     mounted: function () {
         var _this = this;
-        if (globalUserData) {
-            _this.ShopID = globalUserData.shopId;
-        }
-        console.log()
+        _this.ShopID=CAIMEI.getUrlParam('shopOrderID');
         if (isPC) {
             _this.open = true;
         }

+ 2 - 3
src/main/resources/static/js/supplier-center/detail.js

@@ -1,4 +1,5 @@
 var isPC = ($(window).width()>768);
+jqMultipleShow("click", ".navList", ".tab", ".con");
 var seeDetail = new Vue({
     el:'#seeDetail',
     data:{
@@ -34,9 +35,7 @@ var seeDetail = new Vue({
     },
     mounted:function () {
        var _self = this;
-        if(globalUserData){
-            _self.shopID = globalUserData.shopId;
-        }
+        _self.shopID=CAIMEI.getUrlParam('shopOrderID');
         _self.seeshopDetails();
 
         if(isPC){

+ 3 - 2
src/main/resources/static/js/supplier-center/orderlist.js

@@ -1,4 +1,5 @@
 var isPC = ($(window).width()>768);
+jqMultipleShow("click", ".navList", ".tab", ".con");
 var orderList = new Vue({
     el:'#orderList',
     data:{
@@ -15,7 +16,7 @@ var orderList = new Vue({
             {name:'已结算',value:'3'},
         ],
         params:{
-            ShopID:10100,
+            ShopID:'',
             pageNum: 1,
             pageSize: 10,
             sendOutStatus: '',//发货状态
@@ -119,10 +120,10 @@ var orderList = new Vue({
     },
     mounted:function () {
         var _self = this;
-       _self.MyOrderList();
         if(globalUserData){
             _self.params.ShopID = globalUserData.shopId;
         }
+       _self.MyOrderList();
         if(isPC){
             _self.open=true;
         }

+ 2 - 3
src/main/resources/static/js/supplier-center/record.js

@@ -1,4 +1,5 @@
 var isPC = ($(window).width()>768);
+jqMultipleShow("click", ".navList", ".tab", ".con");
 var deliveryRecode = new Vue({
     el:'#deliveryRecode',
     data:{
@@ -71,9 +72,7 @@ var deliveryRecode = new Vue({
     },
     mounted:function () {
         var _self = this;
-        if (globalUserData) {
-            _self.params.shopOrderId = globalUserData.shopId;
-        }
+         _self.params.shopOrderId=CAIMEI.getUrlParam('shopOrderID');
          _self.shipmentsRecord();
           if(isPC){
             _self.open=true;

+ 1 - 1
src/main/resources/templates/supplier-center/order/list.html

@@ -24,7 +24,7 @@
         </div>
         <div class="wrap clear">
             <!--左侧导航-->
-            <template th:replace="user-center/components/tableft"></template>
+            <template th:replace="supplier-center/components/tableft"></template>
 
             <div class="right">
                 <div class="new-s-item">