From a44eaa7b5d004ee041a53305511b9aff809b356c Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 12 十一月 2024 10:13:08 +0800
Subject: [PATCH] 1.递交
---
src/views/statistic/storageRecord.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/statistic/storageRecord.vue b/src/views/statistic/storageRecord.vue
index 8fa59d1..8a9b0f0 100644
--- a/src/views/statistic/storageRecord.vue
+++ b/src/views/statistic/storageRecord.vue
@@ -542,6 +542,7 @@
if (row.create_date) { // 璇存槑鐐瑰嚮鐨勬椂 鍗曡鍒犻櫎
data = [
{
+ 'repoid': row.repoid,
'hbillno': row.hbillno,
'salecode': row.salecode,
'mo_no': row.mo_no,
@@ -558,6 +559,7 @@
} else { // 璇存槑鏄壒閲忓垹闄�
this.multipleSelection.forEach(row => {
data.push({
+ 'repoid': row.repoid,
'hbillno': row.hbillno,
'salecode': row.salecode,
'mo_no': row.mo_no,
--
Gitblit v1.9.3