Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
86271ffb
Commit
86271ffb
authored
Jan 21, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
67dece9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+11
-4
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
86271ffb
...
...
@@ -983,8 +983,13 @@
class
=
"SaleText"
@
click
=
"SelectSales(item)"
>
<
view
>
{{
item
.
EmName
}}
<
/view
>
<
uni
-
icons
:
type
=
"SaleId==item.CreateBy?'checkmarkempty':''"
:
color
=
"SaleId==item.CreateBy?'#ff3166':''"
size
=
"24"
><
/uni-icons
>
<
view
>
<
u
-
radio
-
group
v
-
model
=
"SaleId"
@
change
=
"SelectSales"
style
=
"position: relative;top:10rpx;"
>
<
u
-
radio
shape
=
"circle"
:
name
=
"item.CreateBy"
:
icon
-
size
=
"36"
active
-
color
=
"#ff3166"
><
/u-radio
>
<
/u-radio-group>
<
/view
>
<
/view
>
<
/view
>
<
/scroll-view
>
...
...
@@ -1064,10 +1069,12 @@
customer
:
{
}
,
SaleName
:
''
,
SaleId
:
0
,
mc
:
''
,
}
;
}
,
created
()
{
}
,
onLoad
(
option
)
{
this
.
mc
=
this
.
$uiConfig
.
mainColor
;
this
.
customer
=
uni
.
getStorageSync
(
"b2b_user"
);
if
(
!
option
.
scene
)
{
if
(
option
.
lineId
)
{
...
...
@@ -2364,8 +2371,8 @@
padding: 0 20px;
}
.SaleText{
height:
7
0rpx;
line-height:
6
7rpx;
height:
8
0rpx;
line-height:
7
7rpx;
display: flex;
justify-content: space-between;
border-bottom: 1rpx solid #eee;
...
...
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