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) {