From 00cebf6da400a4b76bdf02206330b23832502dfe Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Sun, 1 Sep 2024 10:30:12 +0800
Subject: [PATCH] uu
---
pages/deliveryDeal/storage.vue | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/pages/deliveryDeal/storage.vue b/pages/deliveryDeal/storage.vue
index d87a4d9..d310587 100644
--- a/pages/deliveryDeal/storage.vue
+++ b/pages/deliveryDeal/storage.vue
@@ -76,7 +76,7 @@
进仓登记
- 货齐开单
@@ -165,8 +165,13 @@
this.submitParam = {}
this.billInfo = {}
this.inNo = ''
+ },
+ handleKaiDan(){
+ let cpData = JSON.parse(JSON.stringify({
+ warehouseInNo: this.submitParam.inNo
+ }))
+ this.goto(`post/openorder?billCode=${this.billInfo.billCode}&defaultSubParams=${encodeURIComponent(JSON.stringify(cpData))}`)
}
-
}
}