Commit 79ada6d9 by guibin

添加获取车间工作时间接口

parent 8f0037e0
...@@ -469,9 +469,9 @@ ...@@ -469,9 +469,9 @@
url: this.baseURL + "/public/device_efficiency/device_working_time_state_list", url: this.baseURL + "/public/device_efficiency/device_working_time_state_list",
data: { data: {
factory_code: this.factoryCode, factory_code: this.factoryCode,
start_working_time_list: start_working_time_list, start_time: start_working_time_list,
end_working_time_list: end_working_time_list, end_time: end_working_time_list,
wait_time_list: wait_time_list, wait_time: wait_time_list,
}, },
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",
......
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