diff --git a/src/api/system/goodsOrder.js b/src/api/system/goodsOrder.js
index 825c18e..5dfa2a9 100644
--- a/src/api/system/goodsOrder.js
+++ b/src/api/system/goodsOrder.js
@@ -9,20 +9,37 @@ export function listGoodsOrder(query) {
})
}
-// 查询商品订单详细
+// 查询商品订单
export function getGoodsOrder(id) {
return request({
url: '/system/goodsOrder/' + id,
method: 'get'
})
}
-
+// 查看商品详细信息
export function getGoodsOrderlist(id) {
return request({
url: `/system/goodsOrder/goodsOrderByOrder`+`?orderNo=${id}`,
method: 'get'
})
}
+// 退款
+export function goodsOrderRefundinfo(id) {
+ return request({
+ url: `/system/goodsOrder/goodsOrderRefund`+`?goodsOrderId=${id}`,
+ method: 'get',
+ })
+}
+
+// 物流信息
+export function editExpressNo(data) {
+ return request({
+ url: '/system/goodsOrder/editExpressNo',
+ method: 'post',
+ data: data
+ })
+}
+
// 新增商品订单
export function addGoodsOrder(data) {
return request({
diff --git a/src/assets/images/bg.png b/src/assets/images/bg.png
new file mode 100644
index 0000000..4bf10bd
Binary files /dev/null and b/src/assets/images/bg.png differ
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 8be99f2..46e0b3b 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -35,7 +35,7 @@ export default {
},
data() {
return {
- title: '幼儿园体质检测管理系统',
+ title: '泉医到家护理站管理平台',
logo: logoImg
}
}
diff --git a/src/views/login.vue b/src/views/login.vue
index 32e9c9a..ab67a86 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -196,6 +196,7 @@ export default {
width: 33%;
height: 38px;
float: right;
+ margin-right: 30px;
img {
cursor: pointer;
vertical-align: middle;
@@ -216,4 +217,18 @@ export default {
.login-code-img {
height: 38px;
}
+// .el-button{
+// background-image: linear-gradient(to right , #90C8DF, #4CA8CD);
+// border-radius: -33px;
+// border: none;
+// height: 50px;
+// color: #FFFFFF;
+// border-radius: 20px;
+
+// }
+// .el-button--primary {
+// color: #FFFFFF;
+// // background-color: #1890ff;
+// // border-color: #1890ff;
+// }
diff --git a/src/views/register.vue b/src/views/register.vue
index f439a14..c4b6ab6 100644
--- a/src/views/register.vue
+++ b/src/views/register.vue
@@ -151,7 +151,7 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
- background-image: url("../assets/images/login-background.jpg");
+ background-image: url("../assets/images/bg.png");
background-size: cover;
}
.title {
diff --git a/src/views/system/goodsCategoryAcatar/index.vue b/src/views/system/goodsCategoryAcatar/index.vue
new file mode 100644
index 0000000..b272437
--- /dev/null
+++ b/src/views/system/goodsCategoryAcatar/index.vue
@@ -0,0 +1,262 @@
+
+
+
+
![点击上传头像]()
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+ 选择
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提 交
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue
index 54dbe00..9b622d5 100644
--- a/src/views/system/goodsOrder/index.vue
+++ b/src/views/system/goodsOrder/index.vue
@@ -8,22 +8,6 @@
v-show="showSearch"
label-width="68px"
>
-
-
-
-
+
+
+
+
+
-
-
-
{{ scope.row.orderStatus == "WAIT_PAY" ? "待付款" : "" }}
{{ scope.row.orderStatus == "PAY" ? "已付款" : "" }}
{{ scope.row.orderStatus == "CANCEL" ? "已取消" : "" }}
- {{ scope.row.orderStatus == "WAIT_RECEIVED" ? "待收货" : "" }}
- {{ scope.row.orderStatus == "RECEIVED" ? "已收货" : "" }}
- {{ scope.row.orderStatus == "WAIT_REFUND" ? "待退款" : "" }}
-
+ {{ scope.row.orderStatus == "WAIT_RECEIVED_GOODS" ? "待收货" : "" }}
+ {{ scope.row.orderStatus == "RECEIVED_GOODS" ? "已收货" : "" }}
+ {{ scope.row.orderStatus == "WAIT_REFUND" ? "退款中" : "" }}
{{ scope.row.orderStatus == "REFUNDED" ? "已退款" : "" }}
- {{ scope.row.orderStatus == "WAIT_RETURNED" ? "待退货" : "" }}
- {{ scope.row.orderStatus == "RETURNED" ? "已退货" : "" }}
+ {{ scope.row.orderStatus == "WAIT_RETURNED_GOODS" ? "待退货" : "" }}
+ {{ scope.row.orderStatus == "RETURNED_GOODS" ? "已退货" : "" }}
@@ -128,11 +82,8 @@
prop="orderTime"
width="180"
/>
-
+
+
{{ scope.row.orderChannel == "MOBILE_APP" ? "手机APP" : "" }}
{{ scope.row.orderChannel == "WECHAT_APPLET" ? "微信小程序" : "" }}
{{ scope.row.orderChannel == "ALI_PAY_APPLET" ? "支付宝" : "" }}
@@ -145,14 +96,50 @@
class-name="small-padding fixed-width"
>
- 查看查看商品信息
+ 录入物流单号
+
+ 确认退款
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 确认
-
+ 取消
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+