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
0f6d2800
Commit
0f6d2800
authored
May 12, 2022
by
wanglianghe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
网点
parent
921b373d
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
226 additions
and
141 deletions
+226
-141
dict.js
src/utils/dict.js
+1
-0
index.vue
src/views/ecw/dock/index.vue
+1
-0
index.vue
src/views/ecw/node/index.vue
+224
-141
No files found.
src/utils/dict.js
View file @
0f6d2800
...
...
@@ -59,6 +59,7 @@ export const DICT_TYPE = {
ECW_BANK_TYPE
:
'
bank_type
'
,
// 银行账号类型
ECW_DATA_SOURCE
:
'
data_source
'
,
// 数据来源
ECW_REGION_TYPE
:
'
region_trade_type
'
,
// 区域类型
ECW_TRANSPORT_TYPE
:
'
transport_type
'
,
//货运方式
}
/**
...
...
src/views/ecw/dock/index.vue
View file @
0f6d2800
...
...
@@ -251,6 +251,7 @@ export default {
},
getCountryList
()
{
this
.
queryParams
.
treeType
=
1
;
getListTree
(
this
.
queryParams
).
then
(
response
=>
{
this
.
countryList
=
response
.
data
;
});
...
...
src/views/ecw/node/index.vue
View file @
0f6d2800
This diff is collapsed.
Click to expand it.
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