From 4963aa4888fc1bcfa6de0c392ee26a134a460cfe Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 05 六月 2024 14:55:43 +0800
Subject: [PATCH] 货盘运输移库数量预填写

---
 src/views/common/document.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/common/document.vue b/src/views/common/document.vue
index c844f82..25c7a1c 100644
--- a/src/views/common/document.vue
+++ b/src/views/common/document.vue
@@ -50,7 +50,7 @@
       :prelang="prelang"
       :options="options"
       :ajaxFun="ajaxFun"
-      :bottomOffset="350"
+      :bottomOffset="150"
       :fixedHeight="tableFixHeight"
       ref="documentTable"
       :paramObj="queryParam"
@@ -61,7 +61,7 @@
       <el-button @click="innerVisible = false">鍙� 娑�</el-button>
       <el-button type="primary" @click="saveSelectRow">纭� 瀹�</el-button>
     </div>
-    <DocumentDetail :currshowlist.sync="showDocument" :docId="documentId">
+    <DocumentDetail :currshowlist.sync="showDocument" :docId="Number(documentId)">
     </DocumentDetail>
   </el-dialog>
 </template>

--
Gitblit v1.9.3