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
c7f580b4
Commit
c7f580b4
authored
Jan 22, 2025
by
knight
Committed by
wux
Jan 22, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug223 【订单列表-修改货值】打开修改货值页面后,再对订单进行复制时,复制页面有些输入项被置灰,无法编辑
parent
4bce87b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
edit.vue
src/views/ecw/order/edit.vue
+5
-4
No files found.
src/views/ecw/order/edit.vue
View file @
c7f580b4
...
...
@@ -7,6 +7,7 @@
:rules=
"rules"
label-position=
"left"
inline
:key=
"$route.fullPath"
:disabled=
"updateChannel || updateWorth"
:validate-on-rule-change=
"false"
>
...
...
@@ -1391,10 +1392,10 @@ export default {
},
async
getOrder
()
{
console
.
log
(
'
是否加载编辑订单数据
'
)
if
(
this
.
form
.
orderId
==
this
.
$route
.
query
.
id
)
{
console
.
log
(
'
加载中或者已加载此订单数据,不重复加载
'
,
this
.
initing
,
this
.
form
.
orderId
,
this
.
$route
.
query
.
id
)
return
}
//
if (this.form.orderId == this.$route.query.id) {
//
console.log('加载中或者已加载此订单数据,不重复加载', this.initing, this.form.orderId, this.$route.query.id)
//
return
//
}
await
this
.
$nextTick
()
this
.
initing
=
true
getUpdateInfo
(
this
.
$route
.
query
.
id
).
then
(
async
(
res
)
=>
{
...
...
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