|
|
@@ -193,7 +193,8 @@ export default {
|
|
|
billPushGoodsList:[],
|
|
|
removeBillPushGoodsList:[],
|
|
|
personId:0,
|
|
|
- personName:""
|
|
|
+ personName:"",
|
|
|
+ checkinInfoId:"",
|
|
|
},
|
|
|
beginEndTime: null,
|
|
|
personList:[],
|
|
|
@@ -244,6 +245,7 @@ export default {
|
|
|
companyPaymentApi.findByCheckInId(formData).then((response)=>{
|
|
|
var jsonData = response.data;
|
|
|
this.formModel.personId = jsonData.data.id;
|
|
|
+ this.formModel.checkinInfoId = jsonData.data.checkinInfoId;
|
|
|
|
|
|
self.$set(self.formModel, 'personName', jsonData.data.name);
|
|
|
});
|