This commit is contained in:
lixin
2018-12-15 18:00:57 +08:00
parent 61589d5a8e
commit 413f14314d
5 changed files with 534 additions and 234 deletions

View File

@@ -19,7 +19,7 @@ export function searchProgramme() {
method: 'post',
data: {
type: '1',
name: 'dbo.设备管理_基础表_班次表_查询数据'
name: '设备管理_基础表_班次表_查询班次'
}
})
}
@@ -60,4 +60,15 @@ export function deleteShift(shiftCode) {
}
})
}
// 删除班次
export function addShiftType() {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '设备管理_基础表_班次表_班次类型与工作时间_增加'
}
})
}