Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
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
bltdc
DataCenter_Core2.1_20190520
Commits
85cb0c22
Commit
85cb0c22
authored
Sep 08, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改上传的提示文字,增加等待提示
parent
d16080f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
List.cshtml
...un.DC.Web/Areas/DataWareHouse/Views/Logistics/List.cshtml
+1
-1
OrderBillings.cshtml
...as/DataWareHouse/Views/PlatformOrder/OrderBillings.cshtml
+1
-1
No files found.
Bailun.DC.Web/Areas/DataWareHouse/Views/Logistics/List.cshtml
View file @
85cb0c22
...
@@ -512,7 +512,7 @@
...
@@ -512,7 +512,7 @@
});
});
uploader.on('uploadSuccess', function () {
uploader.on('uploadSuccess', function () {
$('#txt_tip').html('上传成功,待保存数据');
$('#txt_tip').html('上传成功,待保存数据
,请稍等系统操作完成。
');
});
});
uploader.on('uploadError', function (file) {
uploader.on('uploadError', function (file) {
...
...
Bailun.DC.Web/Areas/DataWareHouse/Views/PlatformOrder/OrderBillings.cshtml
View file @
85cb0c22
...
@@ -548,7 +548,7 @@
...
@@ -548,7 +548,7 @@
});
});
uploader.on('uploadSuccess', function () {
uploader.on('uploadSuccess', function () {
$('#txt_tip').html('上传成功,待保存数据');
$('#txt_tip').html('上传成功,待保存数据
,请稍等系统操作完成。
');
});
});
...
...
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