Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-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
1
Merge Requests
1
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-web-master
Commits
e123fc02
Commit
e123fc02
authored
Mar 10, 2025
by
Smile
Committed by
wux
Mar 10, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug312 APP/WEB控货订单下载提单添加限制条件 ,按钮满足条件也置灰问题
parent
65c387c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
orderdetail.vue
src/views/jiedao/profile/orderdetail.vue
+2
-2
No files found.
src/views/jiedao/profile/orderdetail.vue
View file @
e123fc02
...
...
@@ -303,9 +303,9 @@
<el-tab-pane
:label=
"$t('orderdetail.activeThree')"
name=
"three"
>
<el-button
type=
"text"
:disabled=
"order.inWarehouseState == 0 && order.shipmentState == 0"
@
click=
"showWarehouseReceipt=true"
>
{{ $t('orderdetail.showWarehouseReceipt') }}
</el-button>
<el-tooltip
:disabled=
"
orderShowLadingStateStatus
"
class=
"item"
effect=
"dark"
:content=
"$t('orderdetail.noSeeBillLading')"
placement=
"top"
>
<el-tooltip
:disabled=
"
!(orderShowLadingStateStatus=== false && order.ladingState=== true)
"
class=
"item"
effect=
"dark"
:content=
"$t('orderdetail.noSeeBillLading')"
placement=
"top"
>
<div>
<el-button
type=
"text"
:disabled=
"!orderShowLadingStateStatus||
(!order.tidanNo || order.ladingState==false)
"
<el-button
type=
"text"
:disabled=
"!orderShowLadingStateStatus||
!order.tidanNo || order.ladingState==false
"
@
click.native=
"showLadingBill=true"
>
{{ $t('orderdetail.showLadingBill') }}
</el-button>
</div>
</el-tooltip>
...
...
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