|
@@ -170,7 +170,7 @@ Page({
|
|
},
|
|
},
|
|
|
|
|
|
bindAccendantChange: function(e) {
|
|
bindAccendantChange: function(e) {
|
|
- let chargstationid = this.data.worksheetinfo.chargStationId==null?0:this.data.worksheetinfo.chargStationId;
|
|
|
|
|
|
+ let accendant = this.data.worksheetinfo.accendant;
|
|
let chargStationId = this.data.worksheetinfo.chargStationId;
|
|
let chargStationId = this.data.worksheetinfo.chargStationId;
|
|
let url = `/pages/worksheetinfo/accendant?chargstationid=${chargStationId}&accendant=${accendant}`;
|
|
let url = `/pages/worksheetinfo/accendant?chargstationid=${chargStationId}&accendant=${accendant}`;
|
|
wx.navigateTo({
|
|
wx.navigateTo({
|
|
@@ -263,12 +263,7 @@ Page({
|
|
confirmColor:'#00AADD',
|
|
confirmColor:'#00AADD',
|
|
});
|
|
});
|
|
return;
|
|
return;
|
|
-
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
- worksheetinfo.chargStationId = (worksheetinfo.chargStationId==0?null:worksheetinfo.chargStationId)
|
|
|
|
-
|
|
|
|
let signs = this.data.signs;
|
|
let signs = this.data.signs;
|
|
console.log(signs.length == 0);
|
|
console.log(signs.length == 0);
|
|
|
|
|
|
@@ -519,7 +514,7 @@ Page({
|
|
'exceptparams.pText' : Util.formatTimePicker(new Date()),
|
|
'exceptparams.pText' : Util.formatTimePicker(new Date()),
|
|
// 'finishparams.pText' : Util.formatTimePicker(new Date()),
|
|
// 'finishparams.pText' : Util.formatTimePicker(new Date()),
|
|
})
|
|
})
|
|
-
|
|
|
|
|
|
+
|
|
let worksheetinfo = {
|
|
let worksheetinfo = {
|
|
workStatus: 1,
|
|
workStatus: 1,
|
|
workBigclass: 1,
|
|
workBigclass: 1,
|