忙时设置
This commit is contained in:
parent
657c3fc38f
commit
7f70b7efdb
|
@ -613,6 +613,7 @@
|
|||
// this.yearsDate = artificerDate;
|
||||
this.$Request.getT('/app/artificerTime/selectArtificerTimeByArtificerId?artificerId=' + uni.getStorageSync('artificerId') + '&artificerDate=' + artificerDate).then(res => {
|
||||
if (res.code == 0) {
|
||||
if(res.data!=''){
|
||||
var data=[];
|
||||
for(var i=0;i<res.data.length;i++){
|
||||
data.push({
|
||||
|
@ -635,6 +636,8 @@
|
|||
item1.huixian=true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
var jintian=currentTime().date;//今天
|
||||
var mingtian=tomorrow().tomorrow;//明天
|
||||
var houtian=dayAfterTomorrow().dayAfterTomorrow;//后天
|
||||
|
|
Loading…
Reference in New Issue