Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biz-trina5-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
贺双
biz-trina5-app
Commits
db477f60
Commit
db477f60
authored
Jul 10, 2025
by
刘威龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支架回单才可以点击明细上传
parent
d6076dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
orderPodItem.vue
components/orderPodItem/orderPodItem.vue
+9
-1
No files found.
components/orderPodItem/orderPodItem.vue
View file @
db477f60
<
template
>
<view
class=
"orderPodItem box_shadow_card"
@
click=
"navToOrderPodDetail()"
>
<view
@
click=
"navToOrderPodDetail()"
>
<view
class=
"shipment-header flex_sb"
style=
"padding: 28rpx 24rpx 0;"
>
<view
class=
"consumer_code flex_center"
>
<text
style=
"font-weight: 600;"
selectable
>
回单号:
{{
propData
[
'pod_no'
]
||
''
}}
</text>
...
...
@@ -31,9 +32,10 @@
<bs-customCell
label=
"运单号 :"
:value=
"propData.shipment_no"
labelCol=
"2"
wrapCol=
"6"
/>
<bs-customCell
label=
"车牌号 :"
:value=
"propData.sp__truck_no"
labelCol=
"2"
wrapCol=
"6"
/>
<!--
<bs-customCell
label=
"回单数量 :"
:value=
"propData.pod_count"
labelCol=
"2.5"
wrapCol=
"6"
/>
-->
</view>
</view>
<view
class=
"flex_cen flex_center orderItemButtonGroup"
>
<button
class=
"flex_cen flex_center"
@
click=
"onDetailPodSign()"
>
明细上传
</button>
<button
class=
"flex_cen flex_center"
:disabled=
"propData.execute_bu !== 'TBU'"
:class=
"
{ 'disabled-btn': propData.execute_bu !== 'TBU' }"
@click="onDetailPodSign()">明细上传
</button>
<button
class=
"flex_cen flex_center"
@
click=
"onAllPodSign()"
>
整单上传
</button>
</view>
...
...
@@ -151,5 +153,11 @@
box-shadow
:
1rpx
3rpx
12rpx
0rpx
rgba
(
0
,
0
,
0
,
0
.04
);
}
}
.orderItemButtonGroup
button
.disabled-btn
{
background-color
:
#cccccc
;
/* 灰色背景 */
color
:
#999999
;
/* 白色文字(或浅灰色 #999999 更明显) */
opacity
:
0
.3
;
/* 轻微透明感 */
cursor
:
not
-
allowed
;
/* 鼠标悬停时显示禁止图标(H5有效) */
}
}
</
style
>
\ No newline at end of file
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