Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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
ximai
mes-pad
Commits
b4f2c1cf
Commit
b4f2c1cf
authored
Mar 22, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改质量首检确认和检查通知列表不能滑动的问题
parent
f6a1da43
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
73 deletions
+81
-73
index.vue
pages/mes/qc/index.vue
+81
-73
No files found.
pages/mes/qc/index.vue
View file @
b4f2c1cf
...
...
@@ -186,6 +186,8 @@
<u-modal
width=
"80%"
v-model=
"qcMsgVisible"
:showConfirmButton=
false
:showCancelButton=
"true"
title=
"检验通知"
content=
"操作内容"
>
<scroll-view
scroll-y=
"true"
scroll-x=
"true"
class=
"line-list"
>
<view
class=
"line-content"
>
<uni-table
class=
"line-table"
border
stripe
:loading=
"loading"
emptyText=
"未查询到数据"
>
<uni-tr>
<uni-th
width=
"60px"
align=
"center"
>
单号
</uni-th>
...
...
@@ -213,11 +215,15 @@
</uni-td>
</uni-tr>
</uni-table>
</view>
</scroll-view>
</u-modal>
<u-modal
width=
"80%"
v-model=
"qcFirstVisible"
@
close=
"getIpqcList"
@
cancel=
"getIpqcList"
:showConfirmButton=
false
:showCancelButton=
"true"
title=
"首检确认"
content=
"操作内容"
>
<scroll-view
scroll-y=
"true"
scroll-x=
"true"
class=
"line-list"
>
<view
class=
"line-content"
>
<uni-table
style=
"min-height: 900rpx;"
>
<uni-tr>
<uni-th
width=
"160px"
align=
"center"
>
检验单编号
</uni-th>
...
...
@@ -265,6 +271,8 @@
</uni-td>
</uni-tr>
</uni-table>
</view>
</scroll-view>
</u-modal>
...
...
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