|
@@ -101,6 +101,7 @@
|
|
|
rubbishType: '', // 投递类型
|
|
|
rubbishWeight:0, // 投递重量
|
|
|
srcDeviceCode: '',
|
|
|
+ operatorNo: ''
|
|
|
},
|
|
|
currentGold: 0, // 用户乐豆余额
|
|
|
blueConnect: true,
|
|
@@ -204,6 +205,7 @@
|
|
|
this.rubbishtype = res.data.list
|
|
|
this.stationName = res.data.stationEntity.name
|
|
|
this.formData.srcDeviceCode = this.deviceId
|
|
|
+ this.formData.operatorNo = this.$store.state.vuex_userData.id
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -304,7 +306,7 @@
|
|
|
},
|
|
|
// 确认提交
|
|
|
confirm(){
|
|
|
- console.log(this.formData,'formData')
|
|
|
+ // console.log(this.formData,'formData')
|
|
|
saveDelivery(this.formData).then(res => {
|
|
|
if(res.status == 200){
|
|
|
setTimeout(()=>{
|