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
2b4fa9c1
Commit
2b4fa9c1
authored
Jul 27, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报工人和修改报工bug修复
parent
f92a6d68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
editFeeding.vue
pages/mes/prodReport/components/editFeeding.vue
+0
-2
userPersonnel.vue
pages/mes/prodReport/components/userPersonnel.vue
+2
-2
No files found.
pages/mes/prodReport/components/editFeeding.vue
View file @
2b4fa9c1
...
...
@@ -20,7 +20,6 @@
style=
"margin-left: 10rpx"
icon=
"edit-pen"
@
click=
"handleUpdate(scope.row)"
v-if=
"scope.row.status =='PREPARE'"
>
修改
</u-button>
<u-button
size=
"mini"
...
...
@@ -28,7 +27,6 @@
style=
"margin-left: 10rpx"
icon=
"trash"
@
click=
"handleDelete(scope.row)"
v-if=
"scope.row.status =='PREPARE'"
>
删除
</u-button>
</
template
>
</zb-table>
...
...
pages/mes/prodReport/components/userPersonnel.vue
View file @
2b4fa9c1
...
...
@@ -2,7 +2,7 @@
<view
class=
"dmodel-table"
>
<view
class=
"search"
>
<u-form
:model=
"tableParams"
labelAlign=
"right"
class=
"tableForm"
>
<u-form-item
label=
"
编
号"
label-width=
"60px"
name=
"userName"
>
<u-form-item
label=
"
工
号"
label-width=
"60px"
name=
"userName"
>
<uni-easyinput
type=
"text"
v-model=
"tableParams.userName"
placeholder=
"请输入编号"
/>
</u-form-item>
<u-form-item
label=
"名称"
label-width=
"60px"
name=
"nickName"
>
...
...
@@ -54,7 +54,7 @@ export default {
},
{
name
:
'nickName'
,
label
:
'
名称
'
,
label
:
'
姓名
'
,
width
:
200
},
...
...
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