|
@@ -84,7 +84,7 @@
|
|
|
<view class="bottomBtn" :style="{background:'#'+themeColor}" @click="submit">提交订单</view>
|
|
|
</view>
|
|
|
|
|
|
- <timeSelect ref="timeSelect" :timedata="timedata" @changeTime="changeTime"></timeSelect>
|
|
|
+ <timeSelect ref="timeSelect" :stationID="StationID" :timedata="timedata" @changeTime="changeTime"></timeSelect>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -117,6 +117,7 @@
|
|
|
itemList:[],
|
|
|
sheetDetail:[],
|
|
|
themeColor:'',
|
|
|
+ StationID:'',
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
@@ -156,7 +157,7 @@
|
|
|
|
|
|
}, 'GET').then(res => {
|
|
|
this.PayType = res.data.PayType
|
|
|
-
|
|
|
+ this.StationID=res.data.StationID
|
|
|
|
|
|
})
|
|
|
},
|
|
@@ -259,6 +260,7 @@
|
|
|
hTime: this.billDate,
|
|
|
sheetDetail: JSON.stringify(this.sheetDetail),
|
|
|
payType:this.PayType,
|
|
|
+ stationID:this.StationID,
|
|
|
groupType:0,
|
|
|
}
|
|
|
uni.showLoading({
|