소스 검색

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

chao 4 년 전
부모
커밋
184d220b74

+ 0 - 0
src/main/resources/templates/supplier-center/order/deliver-goods.html → src/main/resources/templates/supplier-center/order/delivergoods.html


+ 0 - 0
src/main/resources/templates/supplier-center/order/deliveryRecord.html


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

@@ -12,7 +12,7 @@
 
 <!-- 我的采美 -->
 <div>
-
+    <h1></h1>
 </div>
 
 <!-- 引入底部 -->

+ 24 - 0
src/main/resources/templates/supplier-center/order/record.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>