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;