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
be3a6947
Commit
be3a6947
authored
Sep 22, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
83ffd8b9
3ce61b38
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1749 additions
and
0 deletions
+1749
-0
fristTable.vue
...omponents/components/ScrapNoticeDocReceipt/fristTable.vue
+134
-0
threeTable.vue
...omponents/components/ScrapNoticeDocReceipt/threeTable.vue
+649
-0
twoTable.vue
...eComponents/components/ScrapNoticeDocReceipt/twoTable.vue
+966
-0
No files found.
applications/dee-mes/src/privateComponents/components/ScrapNoticeDocReceipt/fristTable.vue
0 → 100644
View file @
be3a6947
<
template
>
<table
border=
"1"
class=
"fristTable"
>
<thead>
<tr>
<td
colspan=
"3"
>
废品原因责任代码
</td>
</tr>
</thead>
<tbody>
<tr>
<td
class=
"center"
>
责任者
</td>
<td
class=
"center"
>
代码
</td>
<td
class=
"center"
>
报废原因
</td>
</tr>
<tr>
<td
rowspan=
"5"
class=
"center"
>
人为因素
</td>
<td
rowspan=
"5"
class=
"center"
>
01
</td>
<td>
操作不当
</td>
</tr>
<tr>
<td>
违反工艺纪律,不按规定要求操作
</td>
</tr>
<tr>
<td>
疏忽大意
</td>
</tr>
<tr>
<td>
身体不适
</td>
</tr>
<tr>
<td>
其它
</td>
</tr>
<tr>
<td
rowspan=
"4"
class=
"center"
>
人为因素
</td>
<td
rowspan=
"4"
class=
"center"
>
02
</td>
<td>
加工设备失效,维修不良
</td>
</tr>
<tr>
<td>
工艺装备失效、计童确认失准
</td>
</tr>
<tr>
<td>
测量设备失效、计童确认失准
</td>
</tr>
<tr>
<td>
工具失效、计童确认失准
</td>
</tr>
<tr>
<td
rowspan=
"2"
class=
"center"
>
人为因素
</td>
<td
rowspan=
"2"
class=
"center"
>
03
</td>
<td>
提供的材料、成品、标准件、元器件不合格
</td>
</tr>
<tr>
<td>
错料、混料
</td>
</tr>
<tr>
<td
rowspan=
"3"
class=
"center"
>
设计因素
</td>
<td
rowspan=
"3"
class=
"center"
>
04
</td>
<td>
设计图样错误
</td>
</tr>
<tr>
<td>
设计更改
</td>
</tr>
<tr>
<td>
设计缺陷
</td>
</tr>
<tr>
<td
rowspan=
"2"
class=
"center"
>
工艺因素
</td>
<td
rowspan=
"2"
class=
"center"
>
05
</td>
<td>
工艺文件提供的信息错误或不完全
</td>
</tr>
<tr>
<td>
解释、指导不当
</td>
</tr>
<tr>
<td
class=
"center"
>
环境因素
</td>
<td
class=
"center"
>
06
</td>
<td>
工作环境达不到规定的要求
</td>
</tr>
<tr>
<td
class=
"center"
>
管理因素
</td>
<td
class=
"center"
>
07
</td>
<td>
未按规定的管理程 序和要求管理
</td>
</tr>
<tr>
<td
class=
"center"
>
自然因素
</td>
<td
class=
"center"
>
08
</td>
<td>
正常损耗( 轮胎磨损,蓄电池橡胶件到寿等)
</td>
</tr>
<tr>
<td
class=
"center"
>
其它因素
</td>
<td
class=
"center"
>
09
</td>
<td>
不属上述原因
</td>
</tr>
</tbody>
</table>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
disabled
:
false
,
direction
:
''
}
},
created
()
{},
methods
:
{
// 打开弹出框
open
()
{
this
.
visible
=
true
}
}
}
</
script
>
<
style
lang=
"scss"
>
.fristTable
{
width
:
560px
;
margin
:
0
20px
;
thead
{
line-height
:
50px
;
text-align
:
center
;
font-weight
:
700
;
}
tbody
{
line-height
:
32px
;
tr
{
td
:last-child
{
width
:
60%
;
text-indent
:
20px
;
}
}
.center
{
text-align
:
center
;
}
}
}
</
style
>
applications/dee-mes/src/privateComponents/components/ScrapNoticeDocReceipt/threeTable.vue
0 → 100644
View file @
be3a6947
This diff is collapsed.
Click to expand it.
applications/dee-mes/src/privateComponents/components/ScrapNoticeDocReceipt/twoTable.vue
0 → 100644
View file @
be3a6947
This diff is collapsed.
Click to expand it.
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