Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TW_UI
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GoMaxNew
TW_UI
Commits
14e59114
Commit
14e59114
authored
Jan 25, 2019
by
肖小磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建任务将上一个任务上传的终端也一并提交的BUG
parent
5d631742
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
src/api.js
+1
-1
src/components/task/createDownLoadTask.vue
+7
-0
No files found.
src/api.js
View file @
14e59114
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
var
ApiConfig
=
{
var
ApiConfig
=
{
//baseLink: "http://115.159.142.32:8068/",
//baseLink: "http://115.159.142.32:8068/",
//baseLink: "http://115.159.142.32:8058/",
//baseLink: "http://115.159.142.32:8058/",
//
baseLink: "http://localhost:58947/",
//
baseLink: "http://localhost:58947/",
//baseLink: "http://10.126.226.37:8070/",
//baseLink: "http://10.126.226.37:8070/",
baseLink
:
"http://10.96.0.2:8070/"
,
baseLink
:
"http://10.96.0.2:8070/"
,
Link
:
{
Link
:
{
...
...
src/components/task/createDownLoadTask.vue
View file @
14e59114
...
@@ -515,6 +515,7 @@ export default {
...
@@ -515,6 +515,7 @@ export default {
MaxUpdateNum
:
'30'
,
MaxUpdateNum
:
'30'
,
ClientType
:
'2'
,
ClientType
:
'2'
,
StoreExcelPath
:
''
,
StoreExcelPath
:
''
,
PosExcelPath
:
''
,
StartType
:
"0"
,
StartType
:
"0"
,
FTPUserName
:
""
,
FTPUserName
:
""
,
FTPPassword
:
""
,
FTPPassword
:
""
,
...
@@ -687,6 +688,11 @@ export default {
...
@@ -687,6 +688,11 @@ export default {
data
:
that
.
createUploadTaskForm
,
data
:
that
.
createUploadTaskForm
,
success
(
res
)
{
success
(
res
)
{
that
.
$refs
[
formName
].
resetFields
();
that
.
$refs
[
formName
].
resetFields
();
that
.
createUploadTaskForm
.
PosExcelPath
=
''
;
that
.
createUploadTaskForm
.
StoreExcelPath
=
''
;
that
.
$refs
.
addShop
.
fileTxt
=
''
;
that
.
$refs
.
addTerminal
.
fileTxt
=
''
;
if
(
close
!=
false
)
{
if
(
close
!=
false
)
{
that
.
$message
.
success
(
'创建成功'
);
that
.
$message
.
success
(
'创建成功'
);
that
.
CloseShow
()
that
.
CloseShow
()
...
@@ -864,6 +870,7 @@ export default {
...
@@ -864,6 +870,7 @@ export default {
MaxUpdateNum
:
'30'
,
MaxUpdateNum
:
'30'
,
ClientType
:
'2'
,
ClientType
:
'2'
,
StoreExcelPath
:
''
,
StoreExcelPath
:
''
,
PosExcelPath
:
''
,
StartType
:
"0"
,
StartType
:
"0"
,
FTPUserName
:
""
,
FTPUserName
:
""
,
FTPPassword
:
""
,
FTPPassword
:
""
,
...
...
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