忙时设置

This commit is contained in:
Mr.jiang 2024-08-30 16:33:02 +08:00
parent 657c3fc38f
commit 7f70b7efdb
1 changed files with 24 additions and 21 deletions

View File

@ -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;//