From de283ee0fde08ec18a84977263e80135ef4d0260 Mon Sep 17 00:00:00 2001
From: liudan <18634735655@163.com>
Date: Thu, 8 Feb 2024 20:26:33 +0800
Subject: [PATCH] 1
---
api/newFun.js | 6 +++-
pages/news3/sendOutGoods.vue | 53 ++++++++++++++++++++++++-----
pages/news3/shopOrder.vue | 30 ++---------------
pages/news3/updatePrice.vue | 64 +++++++++++++++++++++++++++---------
4 files changed, 101 insertions(+), 52 deletions(-)
diff --git a/api/newFun.js b/api/newFun.js
index 5a1afb8..c7a7e2c 100644
--- a/api/newFun.js
+++ b/api/newFun.js
@@ -148,4 +148,8 @@ export const sendGoods = (param) => {
//店长==物流列表
export const wuliuList = (param) => {
return request.post('storeKeeper/expressAll', param)
-}
\ No newline at end of file
+}
+//店长 修改价格
+export const updatePrice = (param) => {
+ return request.post('storeKeeper/updatePrice', param)
+}
diff --git a/pages/news3/sendOutGoods.vue b/pages/news3/sendOutGoods.vue
index 0a15b4a..5f4437d 100644
--- a/pages/news3/sendOutGoods.vue
+++ b/pages/news3/sendOutGoods.vue
@@ -37,12 +37,12 @@
-->
-
-
+
-
+
确认发货
@@ -68,6 +68,7 @@
@@ -285,4 +315,8 @@ page{
}
}
+::v-deep .u-input{
+ width:100rpx;
+ text-align: right;
+}
\ No newline at end of file