Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
Project
Project
Details
Activity
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
李星剑
hs-app-project
Commits
606a2d10
Commit
606a2d10
authored
Jan 11, 2022
by
阮藤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题修改
parent
504a5596
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
modelingOrder.vue
src/pages/fabricModeling/modelingOrder.vue
+9
-6
No files found.
src/pages/fabricModeling/modelingOrder.vue
View file @
606a2d10
...
...
@@ -59,15 +59,15 @@
<view
class=
"u-p-t-20 u-p-l-30 u-p-r-30 u-p-b-20"
>
<view
v-if=
"!isEmpty"
class=
"u-m-b-20 bd_rad1 u-p-30"
@
click=
"dateilEnt(item,'item')"
v-for=
"item in entrustmentList"
:key=
"item.id"
style=
"background: #fff;"
>
<view
class=
"u-m-b-30 u-flex justify-between"
>
<view
class=
"entrus_list_title u-font-32"
>
{{ item.materialName }}
</view>
<view
class=
"entrus_list_title u-font-32
ov_hid
"
>
{{ item.materialName }}
</view>
<view
class=
"u-font-28"
>
{{ item.status | filterStatus }}
</view>
</view>
<view
class=
"dis_flex"
>
<image
class=
"hs-img-160"
:src=
"`${$IMG_URL}${item.pictureCode}`"
mode=
"cover"
></image>
<view
class=
"u-m-l-20"
>
<view
class=
"u-m-l-20
u-flex-1
"
>
<view
class=
"u-m-b-10"
>
<span
class=
"color_00004"
>
建模服务商
</span>
<span
class=
"u-m-l-20"
>
{{ item.enterpriseName }}
</span>
<span
class=
"u-m-l-20
ov_hid
"
>
{{ item.enterpriseName }}
</span>
</view>
<view
class=
"u-m-b-10"
>
<span
class=
"color_00004"
>
截止日期
</span>
...
...
@@ -218,7 +218,6 @@ export default {
this
.
statusBtn
=
true
;
},
1000
);
let
a
=
JSON
.
stringify
(
object
);
console
.
log
(
a
,
object
.
scrollTop
,
this
.
headerHeight
)
if
(
object
.
scrollTop
>=
this
.
headerHeight
-
90
)
{
this
.
background
.
backgroundColor
=
'rgba(245,245,245,1)'
;
}
else
{
...
...
@@ -263,7 +262,6 @@ export default {
setOffestTop
()
{
let
systemInfo
=
uni
.
getSystemInfoSync
();
let
topPx
=
systemInfo
.
statusBarHeight
+
44
;
// 顶部状态栏+沉浸式自定义顶部导航
console
.
log
(
systemInfo
,
topPx
);
this
.
offsetTop
=
topPx
/
(
uni
.
upx2px
(
topPx
)
/
topPx
);
// px转rpx
},
DateYMD
()
{
...
...
@@ -327,7 +325,6 @@ export default {
confirm
()
{
// this.delEntrustment();
this
.
$http
(
'modeling.reminders'
,
{
id
:
this
.
id
}).
then
(
res
=>
{
console
.
log
(
res
);
let
{
code
,
data
}
=
res
;
if
(
code
===
200
)
{
this
.
$refs
.
uToast
.
show
({
...
...
@@ -479,7 +476,13 @@ export default {
border-radius
:
10rpx
;
overflow
:
hidden
;
}
.ov_hid
{
overflow
:
hidden
;
text-overflow
:ellipsis
;
white-space
:
nowrap
;
}
.entrus_list_title
{
flex
:
1
;
&
:
:
before
{
content
:
''
;
display
:
inline-block
;
...
...
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