|
@@ -104,8 +104,8 @@ function request_data_realtime() {
|
|
|
get_data("fcWorkScheduleLoad/list?scheduleId=" + scheduleId, realtime_success);
|
|
|
}
|
|
|
|
|
|
-function load_flows_history_data() {
|
|
|
- get_data("fcBiFlowDaily/list?type=" + num + "&flowId=" + flowId, history_success);
|
|
|
+function load_flows_history_data(nnm) {
|
|
|
+ get_data("fcBiFlowDaily/list?type=" + nnm + "&flowId=" + flowId, history_success);
|
|
|
}
|
|
|
|
|
|
function load_table_red_rank() {
|
|
@@ -117,6 +117,14 @@ function load_table_black_rank() {
|
|
|
|
|
|
}
|
|
|
|
|
|
+function get_stop_scheudle(){
|
|
|
+ get_data("fcBiWorkerDaily/get?type=4&limit=3", stopSuccess);
|
|
|
+}
|
|
|
+
|
|
|
+function stopSuccess(obj, sta){
|
|
|
+ alert("下班操作成功!");
|
|
|
+}
|
|
|
+
|
|
|
function history_success(obj, sta) {
|
|
|
var history = first_parse(this, obj);
|
|
|
var i, j, t;
|