From 612236f72f91d5fd5dc1ad71ff863213eef53f91 Mon Sep 17 00:00:00 2001
From: Amjacks <1932302177@qq.com>
Date: Thu, 27 Mar 2025 16:40:07 +0800
Subject: [PATCH] =?UTF-8?q?feat=20=E8=B0=83=E6=95=B4=E5=85=A5=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/stockIn/StockInByCharge/index.vue | 30 ++++++++++++---------
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/src/views/stockIn/StockInByCharge/index.vue b/src/views/stockIn/StockInByCharge/index.vue
index e3e85b4..46eca3a 100644
--- a/src/views/stockIn/StockInByCharge/index.vue
+++ b/src/views/stockIn/StockInByCharge/index.vue
@@ -23,14 +23,10 @@
入库单详细信息
+
+ highlight-current-row row-key="id">
-
-
-
-
-
@@ -45,6 +41,11 @@
+
+
+
+
+
-
+
+
+
+
+
-
-
-
@@ -699,7 +701,9 @@ async function sendToERP() {
return
}
PurInSendERPByCharge({
- materialreceiveAct: state.MATERIALPACKINGLIST[0],
+ // materialreceiveAct: state.MATERIALPACKINGLIST[0],
+ siteName: 'SDK',
+ receiveRequestName: state.queryParams.params.RECEIVEREQUESTNAME,
user: localStorage.get('userId'),
commitDate: state.commitDate,
opcode: state.OpCode
@@ -738,7 +742,7 @@ async function sendToERP() {
})
}
-function handle(row: any, event: any, column: any) {
+/*function handle(row: any, event: any, column: any) {
if (areAllNotEmpty(row.ERPFACTORY)) {
getERPLocation(row.ERPFACTORY)
} else {
@@ -767,7 +771,7 @@ function handle(row: any, event: any, column: any) {
confirmButtonText: 'OK'
})
})
-}
+}*/
/**************************************************公共方法************************************************/
function getStorageSpec(value: any) {