Commit 3d75d4ee authored by tanjunxin's avatar tanjunxin

fix: 排班日历悬停显示排班情况逻辑修改

parent 329ca749
...@@ -26,6 +26,15 @@ export function getCalWorkunits(query) { ...@@ -26,6 +26,15 @@ export function getCalWorkunits(query) {
}); });
} }
// 查询当前工作日的具体时间
export function getCalWorkunitsDetailApi(query) {
return request({
url: "/mes/cal/calendar/getCalWorkunitsDetail",
method: "post",
data: query
});
}
// 查询上班数据工作单元列表 // 查询上班数据工作单元列表
export function listItem(query) { export function listItem(query) {
return request({ return request({
...@@ -68,3 +77,5 @@ export function delCalholiday(holidayId) { ...@@ -68,3 +77,5 @@ export function delCalholiday(holidayId) {
method: 'delete' method: 'delete'
}) })
} }
This diff is collapsed.
...@@ -345,7 +345,6 @@ ...@@ -345,7 +345,6 @@
@click="$refs['selectSnRef'].showFlag = true, currentInfo = scope.row" @click="$refs['selectSnRef'].showFlag = true, currentInfo = scope.row"
></el-button> ></el-button>
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="领用位置" prop="location" /> <el-table-column label="领用位置" prop="location" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment