|
@@ -883,6 +883,12 @@ export default {
|
|
|
add() {
|
|
add() {
|
|
|
this.edit(this.modelDefault);
|
|
this.edit(this.modelDefault);
|
|
|
},
|
|
},
|
|
|
|
|
+ setArrivalTime(date){
|
|
|
|
|
+ this.$nextTick(()=>{
|
|
|
|
|
+ this.model.orderInfo.arrivalTime2 = date
|
|
|
|
|
+ this.model.orderInfo.dueOutTime2 = moment(date).add(1, 'days').format('YYYY-MM-DD')
|
|
|
|
|
+ })
|
|
|
|
|
+ },
|
|
|
addList(roomLiveList, key) {
|
|
addList(roomLiveList, key) {
|
|
|
console.log('roomLiveList', roomLiveList)
|
|
console.log('roomLiveList', roomLiveList)
|
|
|
this.modelDefault = Object.assign({}, this.modelDefault, {
|
|
this.modelDefault = Object.assign({}, this.modelDefault, {
|