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
c2a87919
Commit
c2a87919
authored
Sep 06, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alert
parent
afc4fbfe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
reportListOffice.js
public/resource/js/reportListOffice.js
+6
-6
reportListShop.js
public/resource/js/reportListShop.js
+2
-2
No files found.
public/resource/js/reportListOffice.js
View file @
c2a87919
...
...
@@ -1530,19 +1530,19 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
$
(
'#addmaid_input_shop'
).
val
(
obj
.
district_name
+
'-'
+
obj
.
store_name
);
});
}
else
{
layerTipsX
(
_data
[
'msg'
]);
alert
(
_data
[
'msg'
]);
}
}
else
{
layerTipsX
(
'数据错误'
);
alert
(
'数据错误'
);
};
},
error
:
function
()
{
layerTipsX
(
'enter error'
);
alert
(
'enter error'
);
},
complete
:
function
(
xhr
,
textStatus
){
if
(
textStatus
===
'timeout'
)
{
//处理超时的逻辑
layerTipsX
(
'请求超时,请重试'
);
alert
(
'请求超时,请重试'
);
};
}
});
...
...
@@ -1652,10 +1652,10 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
alert
(
'编辑成功!请在离开页面时点击【保存】按钮'
);
bargain
.
maidShow
();
}
else
{
layerTipsX
(
_data
[
'msg'
]);
alert
(
_data
[
'msg'
]);
}
}
else
{
layerTipsX
(
'数据错误'
);
alert
(
'数据错误'
);
};
},
error
:
function
()
{
...
...
public/resource/js/reportListShop.js
View file @
c2a87919
...
...
@@ -1483,7 +1483,7 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
$
(
'#addmaid_input_shop'
).
val
(
obj
.
district_name
+
'-'
+
obj
.
store_name
);
});
}
else
{
layerTipsX
(
_data
[
'msg'
]);
alert
(
_data
[
'msg'
]);
}
}
else
{
layerTipsX
(
'数据错误'
);
...
...
@@ -1605,7 +1605,7 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
alert
(
'编辑成功!请在离开页面时点击【保存】按钮'
);
bargain
.
maidShow
();
}
else
{
layerTipsX
(
_data
[
'msg'
]);
alert
(
_data
[
'msg'
]);
}
}
else
{
layerTipsX
(
'数据错误'
);
...
...
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