Commit 79074838 authored by xishifeng's avatar xishifeng Committed by hujun

分佣2

parent 761be730
...@@ -660,12 +660,12 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'text!temp/reportList_s ...@@ -660,12 +660,12 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'text!temp/reportList_s
} }
}, },
maidConfirmOk: function(type){ maidConfirmOk: function(type){
var _back = bargain.maidTest(type); var _back = bargain.maidTest(type);//获取处理的数据
console.log(_back);
if(!_back.flag){ if(!_back.flag){
var _len = _back.list.length; var _len = _back.list.length;
! function funTemp(count) { ! function funTemp(count) {
if(count >= _len) { if(count >= _len) {
//如果递归执行完毕则执行这条
alert(type===0?'保存成功':'确认成功'); alert(type===0?'保存成功':'确认成功');
bargain.maidShow(); bargain.maidShow();
} else { } else {
......
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