From 7ded1c564ed9d516641d5d1540ce539d90e56311 Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Wed, 26 Apr 2023 11:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=BF=9D=E5=AD=98=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/shop/ship/logistics.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seller/src/views/shop/ship/logistics.vue b/seller/src/views/shop/ship/logistics.vue index f175f608..5a9548b2 100644 --- a/seller/src/views/shop/ship/logistics.vue +++ b/seller/src/views/shop/ship/logistics.vue @@ -280,6 +280,8 @@ export default { this.faceSheetForm.monthCode = res.result.monthCode; this.faceSheetForm.sendSite = res.result.sendSite; this.faceSheetForm.sendStaff = res.result.sendStaff; + this.faceSheetForm.payType = res.result.payType; + this.faceSheetForm.expType = res.result.expType; } }); this.openModal = true;