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
e53b7e56
Commit
e53b7e56
authored
Jun 28, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新版重泡货配置
parent
f0a1362c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
291 additions
and
176 deletions
+291
-176
zhongPao.js
src/api/ecw/zhongPao.js
+8
-0
dict.js
src/utils/dict.js
+2
-0
index.vue
src/views/ecw/zhongPao/index.vue
+281
-176
No files found.
src/api/ecw/zhongPao.js
View file @
e53b7e56
...
...
@@ -18,6 +18,14 @@ export function updateZhongPao(data) {
})
}
// 删除重泡货配置
export
function
deleteZhongPao
(
id
)
{
return
request
({
url
:
'
/ecw/zhong-pao/delete?id=
'
+
id
,
method
:
'
delete
'
})
}
// 获得重泡货配置
export
function
getZhongPao
(
id
)
{
return
request
({
...
...
src/utils/dict.js
View file @
e53b7e56
...
...
@@ -97,6 +97,8 @@ export const DICT_TYPE = {
ECW_MESSAGE_LEAVE_TYPE
:
'
ecw_message_leave_type
'
,
ECW_MESSAGE_LEAVE_STATUS
:
'
ecw_message_leave_status
'
,
PWD_TYPE
:
'
pwd_type
'
,
ZHONG_PAO_TYPE
:
'
zhong_pao_type
'
,
TRANSPORT_TYPE
:
'
transport_type
'
,
BRAND_REG_TYPE
:
'
brand_registry_type
'
,
BRAND_AUTH_STATUS
:
'
brand_authorization_status
'
,
BRAND_CUSTOMER_CHARGING_MODEL
:
'
customer_charging_model
'
,
...
...
src/views/ecw/zhongPao/index.vue
View file @
e53b7e56
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