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))}`)
}
-
}
}