Commit d512519e authored by agping's avatar agping

撤销成交报告 修改

parent ba13d3e8
...@@ -647,13 +647,13 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'css!style/home.css', ...@@ -647,13 +647,13 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'css!style/home.css',
//通过 //通过
pass: function() { //点击通过 pass: function() { //点击通过
var a_url = ''; var a_url = '';
if(bargain.mainTabIndex == 0) { if(bargain.mainTabIndex == 1) {
a_url = "/index/checkBackOutOne/0" a_url = "/index/checkBackOutOne/0"
}; };
if(bargain.mainTabIndex == 1) { if(bargain.mainTabIndex == 2) {
a_url = "/index/checkBackOutTwo/1" a_url = "/index/checkBackOutTwo/1"
}; };
if(bargain.mainTabIndex == 2) { if(bargain.mainTabIndex == 3) {
a_url = "/index/checkBackOutThree/2" a_url = "/index/checkBackOutThree/2"
}; };
// if(bargain.mainTabIndex == 3) { // if(bargain.mainTabIndex == 3) {
......
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