Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
928c169c
Commit
928c169c
authored
Feb 23, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除物料确认的扫码录入
parent
ee3a35bb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
header.vue
...views/taskExecution/components/ConfirmMaterial/header.vue
+2
-14
No files found.
applications/dee-mes/src/views/taskExecution/components/ConfirmMaterial/header.vue
View file @
928c169c
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
@
cell-dblclick=
"deeTableEdit"
@
cell-dblclick=
"deeTableEdit"
>
>
<el-table-column
type=
"index"
:width=
"80"
label=
"序号"
align=
"center"
/>
<el-table-column
type=
"index"
:width=
"80"
label=
"序号"
align=
"center"
/>
<el-table-column
v-if=
"flag"
:width=
"120"
label=
"扫码录入"
align=
"center"
>
<
!--
<
el-table-column
v-if=
"flag"
:width=
"120"
label=
"扫码录入"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-popover
<el-popover
v-model=
"scope.row.popoverVisible"
v-model=
"scope.row.popoverVisible"
...
@@ -54,18 +54,6 @@
...
@@ -54,18 +54,6 @@
<el-input
v-model=
"typing.count"
placeholder=
"请填写数量"
/>
<el-input
v-model=
"typing.count"
placeholder=
"请填写数量"
/>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<!--
<div>
<span>
ID:
</span>
<el-input
:ref=
"scope.row.uuid"
v-model=
"typing.scanId"
placeholder=
"请使用扫码枪录入"
/>
</div>
<div>
<span>
数量:
</span>
<el-input
v-model=
"typing.count"
placeholder=
"请填写数量"
/>
</div>
-->
<div
class=
"footer"
>
<div
class=
"footer"
>
<el-button
<el-button
size=
"mini"
size=
"mini"
...
@@ -93,7 +81,7 @@
...
@@ -93,7 +81,7 @@
</div>
</div>
</el-popover>
</el-popover>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
-->
<el-table-column
<el-table-column
v-if=
"flag"
v-if=
"flag"
prop=
"extMaterial.isRecord"
prop=
"extMaterial.isRecord"
...
...
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