Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
b0b2e01f
Commit
b0b2e01f
authored
Jun 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bb20aa58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
reportListOffice.js
public/resource/js/reportListOffice.js
+5
-5
No files found.
public/resource/js/reportListOffice.js
View file @
b0b2e01f
...
@@ -2198,7 +2198,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
...
@@ -2198,7 +2198,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/index/getCollection'
,
url
:
'/
office_
index/getCollection'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -2438,7 +2438,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
...
@@ -2438,7 +2438,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
var
params
=
{
var
params
=
{
'pay_id'
:
id
'pay_id'
:
id
};
};
$
.
post
(
'/index/getCollectionDetail'
,
params
,
function
(
data
){
$
.
post
(
'/
office_
index/getCollectionDetail'
,
params
,
function
(
data
){
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
that
.
getValueFunction
(
data
.
data
);
that
.
getValueFunction
(
data
.
data
);
}
else
{
}
else
{
...
@@ -2566,7 +2566,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
...
@@ -2566,7 +2566,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
$
(
'.result2-du,.result-du'
).
remove
();
//删除之前存在的图片 显示从接口获取的数据 用来区分新添加的 和 已经保存的
$
(
'.result2-du,.result-du'
).
remove
();
//删除之前存在的图片 显示从接口获取的数据 用来区分新添加的 和 已经保存的
$
.
ajax
({
$
.
ajax
({
'type'
:
'GET'
,
'type'
:
'GET'
,
'url'
:
'/index/receiptImgList'
,
'url'
:
'/
office_
index/receiptImgList'
,
data
:
{
data
:
{
"id"
:
id_pic
,
"id"
:
id_pic
,
},
},
...
@@ -2592,7 +2592,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
...
@@ -2592,7 +2592,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
spandelList
:
function
(
n
)
{
//删除已经保存的图片都调用
spandelList
:
function
(
n
)
{
//删除已经保存的图片都调用
$
.
ajax
({
$
.
ajax
({
'type'
:
'POST'
,
'type'
:
'POST'
,
'url'
:
'/index/deleteReceiptImg'
,
'url'
:
'/
office_
index/deleteReceiptImg'
,
data
:
{
data
:
{
id
:
n
id
:
n
},
},
...
@@ -2610,7 +2610,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
...
@@ -2610,7 +2610,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
saveRecervables
:
function
(){
saveRecervables
:
function
(){
var
that
=
bargain
;
var
that
=
bargain
;
var
params
=
that
.
recervablesParams
();
var
params
=
that
.
recervablesParams
();
$
.
post
(
'/index/getCollectionEdit'
,
params
,
function
(
data
){
$
.
post
(
'/
office_
index/getCollectionEdit'
,
params
,
function
(
data
){
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
bargain
.
getList
();
bargain
.
getList
();
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment