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
2f09e3ed
Commit
2f09e3ed
authored
Feb 26, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修复
parent
33b6c1e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
pages/mes/prodReport/index.vue
+3
-3
No files found.
pages/mes/prodReport/index.vue
View file @
2f09e3ed
...
...
@@ -61,7 +61,7 @@
<!--
</view>
-->
</view>
</view>
<
view
class=
"prod-body-right"
>
<
scroll-view
class=
"prod-body-right"
scroll-y
>
<view
style=
"text-align: center;line-height: 80rpx;font-size: 28rpx;font-weight: 600;"
>
{{
this
.
vuex_workunit
==
null
?
'请选择工作单元'
:
this
.
vuex_workunit
.
workunitName
}}
</view>
...
...
@@ -79,7 +79,7 @@
<u-button
type=
"primary"
@
click=
"commonClick('MaterialRequest')"
>
领料申请
</u-button>
<u-button
type=
"primary"
@
click=
"commonClick('MaterialReturn')"
>
退料申请
</u-button>
<u-button
type=
"success"
@
click=
"commonClick('StockIn')"
>
完工入库申请
</u-button>
</view>
</
scroll-
view>
</view>
<u-modal
:title=
"title"
@
confirm=
"feedback()"
show-cancel-button
...
...
@@ -1374,7 +1374,7 @@ export default {
.prod-body-right
{
width
:
300rpx
;
padding
:
10rpx
;
overflow
:
auto
;
height
:
100vh
;
.u-btn
{
height
:
100rpx
;
...
...
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