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
09bbf5f3
Commit
09bbf5f3
authored
Jan 21, 2025
by
knight
Committed by
wux
Jan 22, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug210 【订单列表-修改货值】预装反审中的订单,应该能进行<修改货值>操作
parent
a2edcf96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
en_US.json
src/i18n/languages/en_US.json
+1
-0
index.vue
src/views/ecw/order/index.vue
+4
-1
No files found.
src/i18n/languages/en_US.json
View file @
09bbf5f3
...
...
@@ -1641,6 +1641,7 @@
"(垫)"
:
"(pad)"
,
"(空)"
:
"(null)"
,
"费用申请"
:
"Fee Application"
,
"修改货值"
:
"Edit Value"
,
"添加申请"
:
"Add application"
,
"付款类型"
:
"Payment Type"
,
"确认收款"
:
"Confirm payment"
,
...
...
src/views/ecw/order/index.vue
View file @
09bbf5f3
...
...
@@ -370,13 +370,16 @@
<!-- 修改货值(已预装/已理货/添加到预装) -->
<
template
v-if=
"scope.row.status == 11 ||
scope.row.auditType == 18 ||
scope.row.auditType == 19 ||
scope.row.auditType == 24 ||
scope.row.auditType == 25 ||
scope.row.auditType == 50 ||
scope.row.auditType == 51 ||
scope.row.shipmentState == 407 ||
scope.row.shipmentState == 409 ||
scope.row.shipmentState == 411 ||
(scope.row.status == 5 && scope.row.shipmentState == 304)
(scope.row.status == 5 && scope.row.shipmentState == 304) ||
(scope.row.status == 5 && scope.row.inWarehouseState == 202)
"
>
<el-dropdown-item
@
click.native=
"handleUpdate(scope.row,false ,true)"
...
...
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