Commit 8ab014d5 authored by agping's avatar agping Committed by hujun

office_index

parent d0858ce0
...@@ -2082,7 +2082,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home. ...@@ -2082,7 +2082,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
transFirstExamine: function(){ transFirstExamine: function(){
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: '/index/toReportListOne', url: '/office_index/toReportListOne',
data: { data: {
'bargain_id': bargain.bargain_id 'bargain_id': bargain.bargain_id
}, },
...@@ -2116,7 +2116,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home. ...@@ -2116,7 +2116,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
account: function(){ account: function(){
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: '/index/checkOver', url: '/office_index/checkOver',
data: { data: {
'bargain_id': bargain.bargain_id 'bargain_id': bargain.bargain_id
}, },
......
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