From e457e335c98fdd07b514d04346196acbafee028a Mon Sep 17 00:00:00 2001
From: wangweidong <850489345@qq.com>
Date: Wed, 19 Nov 2025 16:51:08 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8B=A3=E8=B4=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/Warehouse/api/lunpan.js | 35 +++-
pages/Warehouse/components/equiment.vue | 1 +
pages/Warehouse/picking.vue | 233 +++++++++++++++++++-----
3 files changed, 225 insertions(+), 44 deletions(-)
diff --git a/pages/Warehouse/api/lunpan.js b/pages/Warehouse/api/lunpan.js
index 62cc4a9..93b9388 100644
--- a/pages/Warehouse/api/lunpan.js
+++ b/pages/Warehouse/api/lunpan.js
@@ -175,4 +175,37 @@ export const pickingInfo = (params) => {
method: 'post',
data: params
})
-}
\ No newline at end of file
+}
+
+//(业务)查询随行单照片集合
+export const querySxdList = (params) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/api/pad/invoicing/querySxdList`,
+ method: 'get',
+ data: params
+ })
+}
+//(业务)查询随行单照片集合
+export const addSxd = (params) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/api/pad/invoicing/addSxd`,
+ method: 'post',
+ data: params
+ })
+}
+
+export const queryJhzpList = (params) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/api/pad/invoicing/queryJhzpList`,
+ method: 'get',
+ data: params
+ })
+}
+// (业务)采购单拣货记录
+export const queryPickingRecordList = (params) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/api/pad/invoicing/queryPickingRecordList`,
+ method: 'get',
+ data: params
+ })
+}
diff --git a/pages/Warehouse/components/equiment.vue b/pages/Warehouse/components/equiment.vue
index cfd9567..f5b0573 100644
--- a/pages/Warehouse/components/equiment.vue
+++ b/pages/Warehouse/components/equiment.vue
@@ -90,6 +90,7 @@
z-index: 21;
padding: 0 10%;
z-index: 999;
+ border: 1px solid #999;
}
.zhezhao {
position: fixed;
diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue
index c4877f9..2deecb6 100644
--- a/pages/Warehouse/picking.vue
+++ b/pages/Warehouse/picking.vue
@@ -333,20 +333,21 @@
采购单号:
- 10120251024012
+ {{plsbuy[lefttarget]?.cgdNo}}
-
-
-
+
+
+
上传时间:
- 2025.10.11 10:12:56
+ {{item.createTime}}
@@ -354,13 +355,37 @@
上传人:
- 赵晓璇
+ {{item.createBy}}
+
+
+
+
+
+
+
+
+
+ 上传时间:
+
+
+ {{item.createTime}}
+
+
+
+
+ 上传人:
+
+
+ {{item.createBy}}
-
+
+
+
+
+
@@ -907,7 +936,7 @@
- 留置针敷贴(医用...
+ {{showvalue.wlName}}
@@ -915,31 +944,31 @@
- 100
+ {{showvalue.purchaseQuantity}}
-
- 片
+ {{showvalue.wlUnits}}
-
+
+ style=" display: inline-block;width: 45%;height: 180rpx;background-color: #F9F9F9;border-radius: 30rpx;margin-right: 2%;margin-top: 20rpx;padding: 0 30rpx;color: #888888;"
+ v-for="(item,index) in lhjlarr" :key="index">
拣货数量:
- 20
+ {{item.crkNum}}
- 片
+ {{showvalue.wlUnits}}
- {{ index?`销账`:`入库` }}
+ {{ item.crkStatus_dictText}}
@@ -947,14 +976,14 @@
采购单价:
- ¥1.50
+ ¥{{item.oldPrice}}
拣货人:
- 梁嘉豪
+ {{item.createBy}}
@@ -962,26 +991,27 @@
到货单价:
-
- ¥1.50
+ ¥{{item.newPrice}}
- 2025.10.03 10:10:30
+ {{item.createTime}}
-
- 点击加载更多
+ 上划加载更多
+ 已加载全部~
+ 加载中~
-
+
@@ -1055,12 +1085,13 @@
+