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