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
bd3513e7
Commit
bd3513e7
authored
Sep 09, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善订单编辑
parent
0f24ef21
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
143 additions
and
74 deletions
+143
-74
warehouse.js
src/api/ecw/warehouse.js
+9
-0
edit.vue
src/views/ecw/order/edit.vue
+134
-66
index.vue
src/views/ecw/order/index.vue
+0
-8
No files found.
src/api/ecw/warehouse.js
View file @
bd3513e7
...
@@ -141,3 +141,12 @@ export function quantityRequired(lineId) {
...
@@ -141,3 +141,12 @@ export function quantityRequired(lineId) {
method
:
'
get
'
method
:
'
get
'
})
})
}
}
// 获取仓库区域并行国家、城市、仓库列表
export
function
getGuojiaAndShiAndWarehouseList
(
params
=
{})
{
return
request
({
url
:
'
/ecw/warehouse/getGuojiaAndShiAndWarehouseList
'
,
method
:
'
get
'
,
params
})
}
src/views/ecw/order/edit.vue
View file @
bd3513e7
This diff is collapsed.
Click to expand it.
src/views/ecw/order/index.vue
View file @
bd3513e7
...
@@ -899,7 +899,6 @@
...
@@ -899,7 +899,6 @@
>
{{
$t
(
"
查看异常
"
)
}}
</el-dropdown-item
>
{{
$t
(
"
查看异常
"
)
}}
</el-dropdown-item
>
>
<el-dropdown-item
<el-dropdown-item
v-if=
"canHandleException(scope.row)"
@
click.native=
"openException(scope.row)"
@
click.native=
"openException(scope.row)"
>
{{
$t
(
"
处理异常
"
)
}}
</el-dropdown-item
>
{{
$t
(
"
处理异常
"
)
}}
</el-dropdown-item
>
>
...
@@ -1737,13 +1736,6 @@ export default {
...
@@ -1737,13 +1736,6 @@ export default {
return
arr
.
indexOf
(
state
)
==
-
1
;
return
arr
.
indexOf
(
state
)
==
-
1
;
};
};
},
},
// 根据异常类型和用户权限校验是否可以处理异常
canHandleException
(){
return
(
order
)
=>
{
// TODO 需要等接口返回异常类型
return
true
}
},
// 增值服务文本
// 增值服务文本
getTypeText
(){
getTypeText
(){
return
type
=>
{
return
type
=>
{
...
...
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