From a5e1e583a63877dbfb304805ae2daaa10ddd1c1b Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Mon, 9 Sep 2024 16:49:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD2024/7/20=2015:27:09?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/request2.js | 4 +
src/common/style/new_style.css | 9 +-
.../package/PackageAndItemCard.vue | 4 +-
src/mycomponents/qty/countQtyEdit.vue | 36 +-
src/pages/count/job/countJob.vue | 10 +-
src/pages/count/job/fuzzyCountDetail.vue | 317 +++++++++++-------
src/pages/count/job/fuzzyCountJob.vue | 8 +-
.../productReceipt/job/productReceiptJob.vue | 18 +-
8 files changed, 249 insertions(+), 157 deletions(-)
diff --git a/src/api/request2.js b/src/api/request2.js
index 478889b6..411c89d3 100644
--- a/src/api/request2.js
+++ b/src/api/request2.js
@@ -1000,6 +1000,10 @@ export function inventoryMoveRecordSubmit(params) {
export function getCountJobList(params) {
return http.post("/wms/count-job-main/senior" ,params)
}
+//获取盲盘任务列表
+export function getFuzzyCountJobList(data) {
+ return http.post("/wms/count-job-main/senior-pda",data)
+}
/**
* 盘点 获取任务明细
* @param {*} id 任务id
diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css
index 3348c592..a1104795 100644
--- a/src/common/style/new_style.css
+++ b/src/common/style/new_style.css
@@ -2660,7 +2660,14 @@ button[disabled] {
border: 1px solid rgb(220, 211, 211);
padding: 5rpx;
}
-
+.desc_input {
+ height: 100rpx;
+ font-size: 10rpx;
+ color: #000000;
+ text-align: left;
+ border: 1px solid rgb(220, 211, 211);
+ padding: 5rpx;
+}
.qty_inspect_input {
width: 150rpx;
height: 60rpx;
diff --git a/src/mycomponents/package/PackageAndItemCard.vue b/src/mycomponents/package/PackageAndItemCard.vue
index 5fec15fa..e2893581 100644
--- a/src/mycomponents/package/PackageAndItemCard.vue
+++ b/src/mycomponents/package/PackageAndItemCard.vue
@@ -3,11 +3,11 @@
-
+
-
+
diff --git a/src/mycomponents/qty/countQtyEdit.vue b/src/mycomponents/qty/countQtyEdit.vue
index 47ad3e7b..46dd8f56 100644
--- a/src/mycomponents/qty/countQtyEdit.vue
+++ b/src/mycomponents/qty/countQtyEdit.vue
@@ -40,19 +40,33 @@
-
-
- 库存数量 :
-
- {{ Number(dataContent.balanceQty) }}
-
+
+
+
+ 库存数量 :
+
+ {{ Number(dataContent.balanceQty) }}
+
+
-
-
- 库存状态 :
-
-
+
+
+
+
+ 库存状态 :
+
+
+
+
+
+
+
+
+ 描述 :
+
+
+
diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue
index e93b6538..26001469 100644
--- a/src/pages/count/job/countJob.vue
+++ b/src/pages/count/job/countJob.vue
@@ -135,11 +135,11 @@ const getList = (type) => {
action: '==',
value: 'locationCode'
})
- filters.push({
- column: 'accept_user_id',
- action: '==',
- value: store.id
- })
+ // filters.push({
+ // column: 'accept_user_id',
+ // action: '==',
+ // value: store.id
+ // })
const params = {
filters,
pageNo: pageNo.value,
diff --git a/src/pages/count/job/fuzzyCountDetail.vue b/src/pages/count/job/fuzzyCountDetail.vue
index e73d01a7..e13615dc 100644
--- a/src/pages/count/job/fuzzyCountDetail.vue
+++ b/src/pages/count/job/fuzzyCountDetail.vue
@@ -3,39 +3,42 @@
-
+
-
-
-
-
-
-
+
+
-
-
+
+
-