Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
a2950df7
Commit
a2950df7
authored
Sep 15, 2022
by
dcy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
801a2702
9c0c5629
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
edit.vue
src/views/ecw/customer/edit.vue
+7
-1
No files found.
src/views/ecw/customer/edit.vue
View file @
a2950df7
...
@@ -469,7 +469,7 @@ export default {
...
@@ -469,7 +469,7 @@ export default {
productList
:
[],
productList
:
[],
showZhong
:
false
,
showZhong
:
false
,
showZhong1
:
false
,
showZhong1
:
false
,
showPao
:
fals
e
,
showPao
:
tru
e
,
showPao1
:
false
,
showPao1
:
false
,
warehouseList
:
[],
// 仓库列表
warehouseList
:
[],
// 仓库列表
importCityList
:
[],
// 进口地址
importCityList
:
[],
// 进口地址
...
@@ -514,6 +514,8 @@ export default {
...
@@ -514,6 +514,8 @@ export default {
// this.getList();
// this.getList();
const
obj
=
{
path
:
"
/customer/customer
"
};
const
obj
=
{
path
:
"
/customer/customer
"
};
this
.
$tab
.
closeOpenPage
(
obj
);
this
.
$tab
.
closeOpenPage
(
obj
);
}).
catch
(
e
=>
{
this
.
$modal
.
msgError
(
e
.
msg
||
'
添加客户失败,请联系管理员
'
)
});
});
return
;
return
;
}
}
...
@@ -522,6 +524,10 @@ export default {
...
@@ -522,6 +524,10 @@ export default {
this
.
$modal
.
msgSuccess
(
"
新增成功
"
);
this
.
$modal
.
msgSuccess
(
"
新增成功
"
);
this
.
open
=
false
;
this
.
open
=
false
;
// this.getList();
// this.getList();
const
obj
=
{
path
:
"
/customer/customer
"
};
this
.
$tab
.
closeOpenPage
(
obj
);
}).
catch
(
e
=>
{
this
.
$modal
.
msgError
(
e
.
msg
||
'
添加客户失败,请联系管理员
'
)
});
});
});
});
},
},
...
...
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