From 155911063c36e96e98602b007514a6e0a4712bc6 Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Sat, 31 Aug 2024 23:45:43 +0800
Subject: [PATCH] uu
---
pages/deliveryDeal/storage.vue | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/pages/deliveryDeal/storage.vue b/pages/deliveryDeal/storage.vue
index fdab96d..ca07377 100644
--- a/pages/deliveryDeal/storage.vue
+++ b/pages/deliveryDeal/storage.vue
@@ -46,7 +46,7 @@
-
+
@@ -59,7 +59,7 @@
-
+
备注
@@ -142,6 +142,7 @@
}
let data = res.data || {}
this.submitParam = Object.assign({}, data, {
+ pickupMethod: 1,
cargoList: [],
entryDate: dayjs().format("YYYY-MM-DD HH:mm:ss"),// 下单时间
})
@@ -155,7 +156,9 @@
curModal.show = true
},
async handleJinCang() {
- let params = {}
+ let params = JSON.parse(JSON.stringify(this.submitParam));
+ params.picUrl = params?.picUrl?.join?.(",")
+ params._loading = true
await apiService.registerWarehouseInInfo({params, _loading: true})
this.showToast('操作成功')
this.resetForm()