|
@@ -1377,12 +1377,15 @@ export default {
|
|
|
rounddadykaishi(val){
|
|
rounddadykaishi(val){
|
|
|
if(val.StartTimeDt.indexOf('T')!=-1){
|
|
if(val.StartTimeDt.indexOf('T')!=-1){
|
|
|
return val.StartTimeDt.replace('T',' ')
|
|
return val.StartTimeDt.replace('T',' ')
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
|
|
+ }else{
|
|
|
|
|
+ return val.StartTimeDt
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
rounddadyjieshu(val){
|
|
rounddadyjieshu(val){
|
|
|
if(val.EndTimeDt.indexOf('T')!=-1){
|
|
if(val.EndTimeDt.indexOf('T')!=-1){
|
|
|
return val.EndTimeDt.replace('T',' ')
|
|
return val.EndTimeDt.replace('T',' ')
|
|
|
|
|
+ }else{
|
|
|
|
|
+ return val.EndTimeDt
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
//选择公司
|
|
//选择公司
|