浏览代码

Merge remote-tracking branch 'origin/developerB' into developerB

zhengjinyi 4 年之前
父节点
当前提交
c47461fc65

+ 27 - 3
src/main/java/com/caimei/www/controller/authorized/supplier/SupplierPageController.java

@@ -20,6 +20,12 @@ public class SupplierPageController extends BaseController {
 	private static final String ORDER_DETAIL = "supplier-center/order/detail";
     /** 物流 */
 	private static final String LOGISTICS = "supplier-center/order/logistics";
+    /** 物流详情 */
+	private static final String LOGISTICS_DETAIL = "supplier-center/order/logistics-detail";
+    /** 添加物流 */
+	private static final String LOGISTICS_ADD = "supplier-center/order/logistics-add";
+    /** 售货清单 */
+	private static final String SALES_LIST = "supplier-center/order/sales-list";
     /** 发货 */
 	private static final String DELIVERY = "supplier-center/order/delivery";
     /** 发货记录 */
@@ -72,19 +78,37 @@ public class SupplierPageController extends BaseController {
         return SETTLEMENT_LIST;
     }
 
-    /** 结算管理 */
+    /** 物流 */
     @GetMapping("/supplier/order/logistics.html")
     public String logistics() {
         return LOGISTICS;
     }
 
-    /** 结算管理 */
+    /** 物流详情 */
+    @GetMapping("/supplier/order/logistics/detail.html")
+    public String logisticsDetail() {
+        return LOGISTICS_DETAIL;
+    }
+
+    /** 添加物流 */
+    @GetMapping("/supplier/order/logistics/add.html")
+    public String logisticsAdd() {
+        return LOGISTICS_ADD;
+    }
+
+    /** 售货清单 */
+    @GetMapping("/supplier/order/sales.html")
+    public String salesList() {
+        return SALES_LIST;
+    }
+
+    /** 发货 */
     @GetMapping("/supplier/order/delivery.html")
     public String delivery() {
         return DELIVERY;
     }
 
-    /** 结算管理 */
+    /** 发货记录 */
     @GetMapping("/supplier/order/delivery_record.html")
     public String deliveryRecord() {
         return DELIVERY_RECORD;

+ 9 - 9
src/main/java/com/caimei/www/controller/authorized/user/UserPageController.java

@@ -27,7 +27,7 @@ public class UserPageController extends BaseController {
     /** 申请维修 */
 	private static final String REPAIR_FORM = "user-center/repair/form";
     /** 申请维修 */
-	private static final String REPAIR_ADDFORM = "user-center/repair/addform";
+	private static final String REPAIR_FORM_USER = "user-center/repair/form-user";
     /** 地址管理 */
 	private static final String ADDRESS_LIST = "user-center/address/list";
     /** 添加地址 */
@@ -71,22 +71,22 @@ public class UserPageController extends BaseController {
         return OPERATION_DETAIL;
     }
 
-    /** 维修列表 */
+    /** 用户维修列表 */
     @GetMapping("/user/repair/list.html")
     public String repairList() {
         return REPAIR_LIST;
     }
 
-    /** 申请维修 */
+    /** 用户申请维修 */
     @GetMapping("/user/repair/form.html")
-    public String repairForm() {
-        return REPAIR_FORM;
+    public String repairFormUser() {
+        return REPAIR_FORM_USER;
     }
 
-    /** 用户申请维修 */
-    @GetMapping("/user/repair/addform.html")
-    public String repairAddForm() {
-        return REPAIR_ADDFORM;
+    /** 申请维修(未登录) */
+    @GetMapping("/repair/form.html")
+    public String repairForm() {
+        return REPAIR_FORM;
     }
 
     /** 地址管理 */

+ 442 - 167
src/main/resources/static/css/supplier-center/detail.css

@@ -1,183 +1,458 @@
-
- .crumbs {
+@media screen and (min-width:768px) {
+    .crumbs {
         padding-left: 220px;
         font-size: 16px;
         color: #22272e
     }
-.right {
+
+    .right {
         width: 968px;
         float: right;
     }
- .userinfo {
-    padding: 5px 20px;
-    background: #fff;
-    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
-}
 
-.info {
-    height: 56px;
-    line-height: 56px;
-    border-bottom: solid 1px #e2e7ef;
-    font-size: 16px;
-    color: #22272e;
-    overflow: hidden
-}
+    .userinfo {
+        padding: 5px 20px;
+        background: #fff;
+        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
+    }
 
-.comback {
-    width: 90px;
-    height: 36px;
-    background-color: #ffe6dc;
-    border-radius: 2px;
-    border: solid 1px #e15616;
-    float: right;
-    line-height: 36px;
-    margin-top: 10px;
-    cursor: pointer;
-    color: #e15616;
-}
+    .info {
+        height: 56px;
+        line-height: 56px;
+        border-bottom: solid 1px #e2e7ef;
+        font-size: 16px;
+        color: #22272e;
+        overflow: hidden
+    }
 
-.userinfo .user p {
-    display: inline-block;
-    color: #627386;
-    margin: 15px 45px 15px 0px;
-}
+    .comback {
+        width: 90px;
+        height: 36px;
+        background-color: #ffe6dc;
+        border-radius: 2px;
+        border: solid 1px #e15616;
+        float: right;
+        line-height: 36px;
+        margin-top: 10px;
+        cursor: pointer;
+        color: #e15616;
+    }
 
-.userinfo .user p span {
-    color: #22272e;
-}
+    .userinfo .user p {
+        display: inline-block;
+        color: #627386;
+        margin: 15px 45px 15px 0px;
+    }
 
-.address {
-    margin-bottom: 15px;
-    color: #627386;
-}
+    .userinfo .user p span {
+        color: #22272e;
+    }
 
-.address span {
-    color: #22272e;
-}
-.product-info{
-    margin-top: 20px;
-}
-.price{
-    overflow: hidden;
-}
-.protitle {
-    color: #22272e;
-    font-size: 16px;
-    padding: 15px;
-    float: left;
-}
-.price-right{
-    float: right;
-    padding: 15px;
-    color: #22272e;
-}
-.red{
-    color: #f94b4b;
-}
-.product{
-    background: #fff;
-    padding:10px 15px;
-    box-shadow: 0px 3px 6px 0px
-		rgba(0, 0, 0, 0.07);
-}
-.product-title{
-    border-bottom: solid 1px #e2e7ef;
-    height: 54px;
-    line-height: 54px
-}
-.product-title li{
-    display: inline-block;
-    list-style: none;
-    color: #627386;
-    width: 17%;
-    text-align: center;
+    .address {
+        margin-bottom: 15px;
+        color: #627386;
+    }
 
+    .address span {
+        color: #22272e;
+    }
+
+    .product-info {
+        margin-top: 20px;
+    }
+
+    .price {
+        overflow: hidden;
+    }
+
+    .protitle {
+        color: #22272e;
+        font-size: 16px;
+        padding: 15px;
+        float: left;
+    }
+
+    .price-right {
+        float: right;
+        padding: 15px;
+        color: #22272e;
+    }
+
+    .red {
+        color: #f94b4b;
+    }
+
+    .product {
+        background: #fff;
+        padding: 10px 15px;
+        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
+    }
+
+    .product-title {
+        border-bottom: solid 1px #e2e7ef;
+        height: 54px;
+        line-height: 54px
+    }
+
+    .product-title li {
+        display: inline-block;
+        list-style: none;
+        color: #627386;
+        width: 17%;
+        text-align: center;
+
+    }
+
+    .product-title li:nth-child(1) {
+        width: 46%;
+        text-align: left
+    }
+
+    .pro-information li {
+        list-style: none;
+    }
+
+    .pro-information li {
+        width: 100%;
+        padding: 10px 0;
+    }
+
+    .pro-information li div {
+        display: inline-block;
+        width: 17%;
+        text-align: center;
+        color: #627386;
+    }
+
+    .pro-information li div.product-img {
+        width: 46%;
+        text-align: left;
+    }
+
+    .product-img img {
+        width: 70px;
+        height: 70px;
+        border: solid 1px #e2e7ef;
+    }
+
+    .product-img h3 {
+        display: inline-block;
+        width: 300px;
+        margin-left: 10px;
+        font-size: 16px;
+        letter-spacing: 1px;
+        color: #22272e
+    }
+
+    .info-title {
+        color: #22272e;
+        font-size: 16px;
+        padding: 15px;
+    }
+
+    .title-name {
+        color: #22272e;
+        margin-bottom: 20px
+    }
+
+    .title-time {
+        float: right;
+        color: #9aa5b5;
+    }
+
+    .order-item {
+        display: flex
+    }
+
+    .order-item p {
+        margin-bottom: 20px;
+        display: inline-block;
+        color: #627386;
+        width: 25%
+    }
+
+    .red {
+        color: #f94b4b;
+    }
+
+    .order-info {
+        margin-top: 20px;
+    }
+
+    .order-info .content {
+        background: #fff;
+        padding: 15px;
+        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
+    }
+
+    .order-item.pay span {
+        color: #e15616;
+    }
+
+    .sett-re {
+        margin-top: 20px
+    }
+
+    .sett-re div:nth-child(1) {
+        color: #22272e;
+        font-size: 16px;
+        padding: 15px
+    }
+
+    .sett-re div:nth-child(2) {
+        background: #fff;
+        height: 60px;
+        line-height: 60px;
+        padding-left: 15px;
+        color: #22272e
+    }
+
+    .sett-re div:nth-child(2) p {
+        display: inline-block;
+        margin-right: 15px
+    }
 }
-.product-title li:nth-child(1){
-    width: 46%;
-    text-align: left
-}
-.pro-information li{
-    list-style: none;
-}
-.pro-information li {
-    width: 100%;
-    padding: 10px 0;
-}
-.pro-information li div {
-    display: inline-block;
-    width: 17%;
-    text-align: center;
-}
-.pro-information li div.product-img {
-    width: 46%;
-    text-align: left;
-}
-.product-img img {
-    width: 70px;
-    height: 70px;
-    border: solid 1px #e2e7ef;
-}
-.product-img h3 {
-    display: inline-block;
-    width: 300px;
-    margin-left: 10px;
-    font-size: 16px;
-    letter-spacing: 1px;
-}
-.info-title{
-    color: #22272e;
-    font-size: 16px;
-    padding: 15px;
-}
-.title-name{
-    color: #22272e;
-    margin-bottom: 20px
-}
-.title-time{
-    float: right;
-    color: #9aa5b5;
-}
-.order-item{
-    display: flex
-}
-.order-item p{
-    margin-bottom: 20px;
-    display: inline-block;
-    color: #627386;
-    width: 25%
-}
-.red{
-    color: #f94b4b;
-}
-.order-info{
-    margin-top: 20px;
-}
-.order-info .content{
-    background: #fff;
-    padding: 15px;
-    box-shadow: 0px 3px 6px 0px
-		rgba(0, 0, 0, 0.07);
-}
-.order-item.pay span{
-    color: #e15616;
-}
-.sett-re{
-    margin-top: 20px
-}
-.sett-re div:nth-child(1){
-    color: #22272e;
-    font-size: 16px;
-    padding: 15px
-}
- .sett-re div:nth-child(2){
-    background: #fff;
-    height: 60px;
-    line-height: 60px;
-    padding-left: 15px;
-    color: #22272e
- }
-.sett-re div:nth-child(2) p{
-    display: inline-block;
-    margin-right: 15px
+
+
+/*移动*/
+@media screen and (max-width:768px) {
+    .wrap_tittle {
+        height: 10.6vw;
+        line-height: 10.6vw;
+        background: #fff;
+        padding: 0 2.7vw;
+        font-size: 3.4vw;
+        color: #22272e;
+        border-bottom: solid .27vw #e2e7ef;
+    }
+    .mIcon.wrap_tittle:before {
+        width: 6.7vw;
+        height: 6.7vw;
+        background-position: -50.7vw -51.5vw;
+        position: absolute;
+        top: 28vw;
+        }
+        .mIcon.open:before {
+        width: 10.6vw;
+        height: 11.2vw;
+        float: right;
+        background-position: -48.8vw 2.7vw;
+        }
+    .right{
+        width: 100%;
+    }
+
+    .userinfo {
+        padding: 5px 20px;
+        background: #fff;
+        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
+    }
+
+    .info {
+        height: 13vw;
+        line-height: 13vw;
+        font-size: 3.4vw;
+        color: #22272e;
+        overflow: hidden
+    }
+
+    .comback {
+        width: 22.4vw;
+        height: 7.2vw;
+        background-color: #ffe6dc;
+        border-radius: 4.8vw;
+        border: solid .27vw #e15616;
+        float: right;
+        line-height: 7.2vw;
+        margin-top: 2.7vw;
+        cursor: pointer;
+        color: #e15616
+    }
+    .userinfo .user p:nth-child(1){
+        width: 100%;
+    }
+    .userinfo .user p {
+        display: inline-block;
+        color: #627386;
+        margin: 0 10px 10px 0;
+    }
+
+    .userinfo .user p span {
+        color: #22272e;
+    }
+
+    .address {
+        margin-bottom: 15px;
+        color: #627386;
+    }
+
+    .address span {
+        color: #22272e;
+    }
+
+    .product-info {
+       margin-top: 4vw;
+        background: #fff
+    }
+
+    .price {
+        overflow: hidden;
+    }
+
+    .protitle {
+        color: #22272e;
+        font-size: 3.4vw;
+        padding: 4vw;
+        float: left
+    }
+
+    .price-right {
+        float: right;
+        padding: 4vw;
+        color: #22272e
+    }
+
+    .red {
+        color: #f94b4b;
+    }
+
+    .product {
+        background: #fff;
+        padding: 0 4vw;
+        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
+        position: relative;
+        height: 45vw
+    }
+
+    .product-title {
+        height: 5.3vw;
+        line-height: 5.3vw;
+        position: relative;
+         width: 100%
+    }
+
+    .product-title li {
+        display: inline-block;
+        list-style: none;
+        color: #627386;
+        position: relative;
+        top: 20vw;
+        width: 30%;
+        text-align: center
+    }
+
+    .product-title li:nth-child(1) {
+        width: 100%;
+        text-align: left;
+        top: 0
+    }
+     .product-title li:nth-child(2) {
+        text-align: left
+    }
+
+    .pro-information li {
+        width: 100%;
+        padding: 10px 0;
+        list-style: none;
+    }
+
+    .pro-information li div {
+        display: inline-block;
+        text-align: center;
+        top: 9.6vw;
+        width: 30%;
+        position: relative
+    }
+
+    .pro-information li div.product-img {
+        width: 100%;
+        text-align: left;
+        top: 0
+    }
+    .pro-information li div:nth-child(2){
+        text-align: left;
+    }
+    .product-img img {
+        width: 15vw;
+        height: 15vw;
+        border: solid 1px #e2e7ef
+    }
+
+    .product-img h3 {
+        display: inline-block;
+        width: 78%;
+        font-size:3.4vw;
+        letter-spacing: .27vw;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap
+    }
+
+    .info-title {
+        color: #22272e;
+        font-size: 16px;
+        padding: 15px;
+    }
+
+    .title-name {
+        color: #22272e;
+        margin-bottom: 20px
+    }
+
+    .title-time {
+        float: right;
+        color: #9aa5b5;
+    }
+
+    .order-item {
+        display: flex
+    }
+
+    .order-item p {
+        margin-bottom: 20px;
+        display: inline-block;
+        color: #627386;
+        width: 25%
+    }
+
+    .red {
+        color: #f94b4b;
+    }
+
+    .order-info {
+        margin-top: 20px;
+    }
+
+    .order-info .content {
+        background: #fff;
+        padding: 15px;
+        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
+    }
+
+    .order-item.pay span {
+        color: #e15616;
+    }
+
+    .sett-re {
+        margin-top: 20px
+    }
+
+    .sett-re div:nth-child(1) {
+        color: #22272e;
+        font-size: 16px;
+        padding: 15px
+    }
+
+    .sett-re div:nth-child(2) {
+        background: #fff;
+        height: 60px;
+        line-height: 60px;
+        padding-left: 15px;
+        color: #22272e
+    }
+
+    .sett-re div:nth-child(2) p {
+        display: inline-block;
+        margin-right: 15px
+    }
 }

+ 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;
         }

+ 7 - 4
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:{
@@ -26,13 +27,15 @@ var seeDetail = new Vue({
                 }
             }
          })
-        }
+        },
+       opentittle:function(){
+       var _this = this
+           _this.open = !_this.open;
+    },
     },
     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;

+ 2 - 2
src/main/resources/templates/single-page/repair.html

@@ -15,12 +15,12 @@
     <div class="wrap">
         <h1 class="title">
             <span>采美仪器维修介绍</span>
-            <a href="/user/repair/form.html" class="btn">申请维修</a>
+            <a href="/repair/form.html" class="btn">申请维修</a>
         </h1>
         <div class="content">
             <img src="/img/repair/repair.jpg" alt="采美仪器维修介绍">
             <div class="btnBox">
-                <a href="/user/repair/form.html" class="fixedBtn">申请维修</a>
+                <a href="/repair/form.html" class="fixedBtn">申请维修</a>
             </div>
         </div>
     </div>

+ 4 - 1
src/main/resources/templates/supplier-center/order/delivery-record.html

@@ -4,7 +4,7 @@
 <head>
     <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
     <template th:replace="components/head-link"></template>
-    <link th:href="@{/css/supplier-center/tableft.css(v=${version})}" rel="stylesheet" type="text/css">
+    <link th:href="@{/css/base/center.css(v=${version})}" rel="stylesheet" type="text/css">
     <link th:href="@{/css/supplier-center/record.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>
 <body>
@@ -21,6 +21,9 @@
             <span>&gt;</span>
             <span>发货记录</span>
         </div>
+        <div v-else class="wrap_tittle mIcon" @click="opentittle">
+            <i class="mIcon open"></i><span style="margin-left: 25px;">发货</span>
+        </div>
         <div class="wrap clear">
             <!--左侧面包屑-->
 <!--            <div v-show="open">-->

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

@@ -4,7 +4,7 @@
 <head>
     <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
     <template th:replace="components/head-link"></template>
-    <link th:href="@{/css/supplier-center/tableft.css(v=${version})}" rel="stylesheet" type="text/css">
+    <link th:href="@{/css/base/center.css(v=${version})}" rel="stylesheet" type="text/css">
     <link th:href="@{/css/supplier-center/delivery.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>
 <body>

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

@@ -4,7 +4,7 @@
 <head>
     <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
     <template th:replace="components/head-link"></template>
-    <link th:href="@{/css/supplier-center/tableft.css(v=${version})}" rel="stylesheet" type="text/css">
+    <link th:href="@{/css/base/center.css(v=${version})}" rel="stylesheet" type="text/css">
     <link th:href="@{/css/supplier-center/detail.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>
 <body>
@@ -21,6 +21,9 @@
             <span>&gt;</span>
             <span>发货记录</span>
         </div>
+        <div v-else class="wrap_tittle mIcon" @click="opentittle">
+            <i class="mIcon open"></i><span style="margin-left: 25px;">我的订单</span>
+        </div>
         <div class="wrap clear">
             <!--左侧面包屑-->
             <div v-show="open">

+ 4 - 4
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">
@@ -98,9 +98,9 @@
                                 <div class="order-botton">
                                    <div>
                                         <a class="btn" href="javascript: void(0);" v-if="order.sendOutStatus!=3" :value="order.shopOrderID" @click="delivery(order.shopOrderID)">发货</a>
-                                        <a class="btn" href="javascript: void(0);"  >发货记录</a>
-                                        <a class="btn" href="javascript: void(0);" >售货清单</a>
-                                        <a class="btn deatil" href="javascript: void(0);" >查看详情</a>
+                                        <a class="btn" href="javascript: void(0);" @click="record(order.shopOrderID)">发货记录</a>
+                                        <a class="btn" href="javascript: void(0);" @click="Checklist(order.shopOrderID)">售货清单</a>
+                                        <a class="btn deatil" href="javascript: void(0);" @click="seedetail(order.shopOrderID)" >查看详情</a>
                                    </div>
 
                                 </div>

+ 24 - 0
src/main/resources/templates/supplier-center/order/logistics-add.html

@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="https://www.thymeleaf.org ">
+<head>
+    <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
+    <template th:replace="components/head-link"></template>
+
+</head>
+<body>
+<!-- 引用头部 -->
+<template th:replace="components/header"></template>
+
+<!-- 我的采美 -->
+<div>
+    <h1>添加物流</h1>
+
+</div>
+
+<!-- 引入底部 -->
+<template th:replace="components/footer"></template>
+<template th:replace="components/foot-link"></template>
+
+</body>
+</html>

+ 24 - 0
src/main/resources/templates/supplier-center/order/logistics-detail.html

@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="https://www.thymeleaf.org ">
+<head>
+    <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
+    <template th:replace="components/head-link"></template>
+
+</head>
+<body>
+<!-- 引用头部 -->
+<template th:replace="components/header"></template>
+
+<!-- 我的采美 -->
+<div>
+    <h1>查看物流</h1>
+
+</div>
+
+<!-- 引入底部 -->
+<template th:replace="components/footer"></template>
+<template th:replace="components/foot-link"></template>
+
+</body>
+</html>

+ 0 - 0
src/main/resources/templates/supplier-center/order/saleslist.html → src/main/resources/templates/supplier-center/order/sales-list.html


+ 0 - 0
src/main/resources/templates/user-center/repair/addform.html → src/main/resources/templates/user-center/repair/form-user.html