Commit 43fd2e4e authored by 沈翠玲's avatar 沈翠玲

日周月报表

parent cb88bb76
import request from '@/utils/request'
// 日产能对比统计:获取日期表头
export function getDatas(query) {
return request({
url: "/dailyProductionReport/getDatas",
method: "get",
params: query,
});
}
// 日产能对比统计:统计方式工序
export function getListByProcess(query) {
return request({
url: '/dailyProductionReport/getListByProcess',
method: "get",
params: query
});
}
// 日产能对比统计:统计方式用户
export function getListByUser(query) {
return request({
url: '/dailyProductionReport/getListByUser',
method: "get",
params: query
});
}
// 日产能对比统计:统计方式车间
export function getListByWorkshop(query) {
return request({
url: '/dailyProductionReport/getListByWorkshop',
method: "get",
params: query
});
}
// 日产能对比统计:统计方式工作中心
export function getListByWorkstation(query) {
return request({
url: '/dailyProductionReport/getListByWorkstation',
method: "get",
params: query
});
}
// 日产能对比统计:统计方式工作单元
export function getListByWorkunit(query) {
return request({
url: '/dailyProductionReport/getListByWorkunit',
method: "get",
params: query
});
}
import request from '@/utils/request'
// 月产能对比统计:统计方式工序
export function getListByProcess(query) {
return request({
url: '/monthlyProductionReport/getListByProcess',
method: "get",
params: query
});
}
// 月产能对比统计:统计方式用户
export function getListByUser(query) {
return request({
url: '/monthlyProductionReport/getListByUser',
method: "get",
params: query
});
}
// 月产能对比统计:统计方式车间
export function getListByWorkshop(query) {
return request({
url: '/monthlyProductionReport/getListByWorkshop',
method: "get",
params: query
});
}
// 月产能对比统计:统计方式工作中心
export function getListByWorkstation(query) {
return request({
url: '/monthlyProductionReport/getListByWorkstation',
method: "get",
params: query
});
}
// 月产能对比统计:统计方式工作单元
export function getListByWorkunit(query) {
return request({
url: '/monthlyProductionReport/getListByWorkunit',
method: "get",
params: query
});
}
import request from '@/utils/request'
// 周产能对比统计:获取日期表头
export function getDatas(query) {
return request({
url: "/weeklyProductionReport/getDatas",
method: "get",
params: query,
});
}
// 周产能对比统计:统计方式工序
export function getListByProcess(query) {
return request({
url: '/weeklyProductionReport/getListByProcess',
method: "get",
params: query
});
}
// 周产能对比统计:统计方式用户
export function getListByUser(query) {
return request({
url: '/weeklyProductionReport/getListByUser',
method: "get",
params: query
});
}
// 周产能对比统计:统计方式车间
export function getListByWorkshop(query) {
return request({
url: '/weeklyProductionReport/getListByWorkshop',
method: "get",
params: query
});
}
// 周产能对比统计:统计方式工作中心
export function getListByWorkstation(query) {
return request({
url: '/weeklyProductionReport/getListByWorkstation',
method: "get",
params: query
});
}
// 周产能对比统计:统计方式工作单元
export function getListByWorkunit(query) {
return request({
url: '/weeklyProductionReport/getListByWorkunit',
method: "get",
params: query
});
}
......@@ -3033,5 +3033,26 @@
"完工数量": "จำนวนเสร็จสมบูรณ์",
"在制进度": "ความคืบหน้าในกระบวนการผลิต",
"需求时间": "เวลาที่ต้องการ",
"报工人员": "พนักงานหนังสือพิมพ์"
"报工人员": "พนักงานหนังสือพิมพ์",
"月份": "เดือน",
"第一周": "สัปดาห์แรก",
"第二周": "สัปดาห์ที่ 2",
"第三周": "สัปดาห์ที่ 3",
"第四周": "สัปดาห์ที่ 4",
"第五周": "สัปดาห์ที่ 5",
"第六周": "สัปดาห์ที่ 6",
"第七周": "สัปดาห์ที่ 7",
"合计": "รวม",
"一月": "มกราคม",
"二月": "กุมภาพันธ์",
"三月": "มีนาคม",
"四月": "เมษายน",
"五月": "พฤษภาคม",
"六月": "มิถุนายน",
"七月": "กรกฎาคม",
"八月": "สิงหาคม",
"九月": "กันยายน",
"十月": "ตุลาคม",
"十一月": "พฤศจิกายน",
"十二月": "ธันวาคม"
}
......@@ -3033,5 +3033,26 @@
"完工数量": "完工数量",
"在制进度": "在制进度",
"需求时间": "需求时间",
"报工人员": "报工人员"
"报工人员": "报工人员",
"月份": "月份",
"第一周": "第一周",
"第二周": "第二周",
"第三周": "第三周",
"第四周": "第四周",
"第五周": "第五周",
"第六周": "第六周",
"第七周": "第七周",
"合计": "合计",
"一月": "一月",
"二月": "二月",
"三月": "三月",
"四月": "四月",
"五月": "五月",
"六月": "六月",
"七月": "七月",
"八月": "八月",
"九月": "九月",
"十月": "十月",
"十一月": "十一月",
"十二月": "十二月"
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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