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
c0d2b0ea
Commit
c0d2b0ea
authored
Feb 27, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
器材验收单不合格数量 放在 检验依据后面
parent
74263a1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
materialCheckNo.vue
...ts/JobResponseInTestProcess/component/materialCheckNo.vue
+11
-11
No files found.
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/materialCheckNo.vue
View file @
c0d2b0ea
...
...
@@ -73,7 +73,7 @@
/>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"抽查期"
label-width=
"60px"
>
<el-input
v-model=
"form.spotCheckPeriod"
...
...
@@ -87,7 +87,7 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
>
<el-col
:span=
"
4
"
>
<el-form-item
label=
"性能复验"
label-width=
"80px"
>
<el-select
v-model=
"form.isPerformRetest"
clearable
placeholder=
"请选择"
disabled
>
<el-option
label=
"是"
:value=
"true"
/>
...
...
@@ -139,7 +139,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
>
<el-col
:span=
"
5
"
>
<el-form-item
label=
"外观质量检查"
label-width=
"120px"
>
<el-select
v-model=
"form.performCheck"
:disabled=
"allDisabled"
clearable
placeholder=
"请选择"
>
<el-option
label=
"合格"
value=
"Y"
/>
...
...
@@ -155,13 +155,18 @@
</el-select>
</el-form-item>
</el-col>
<el-col
v-if=
"form.isSizeCheck"
:span=
"
4
"
>
<el-col
v-if=
"form.isSizeCheck"
:span=
"
5
"
>
<div
class=
"radio-input"
>
<el-form-item
label=
"抽样数"
label-width=
"60px"
>
<el-input-number
v-model=
"form.sampleAmount"
:disabled=
"allDisabled"
clearable
:min=
"0"
placeholder=
"抽样数量"
/>
</el-form-item>
</div>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"检验依据"
label-width=
"90px"
>
<el-input
v-model=
"form.checkBill"
:disabled=
"allDisabled"
clearable
placeholder=
"请输入检验依据"
/>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<div
class=
"radio-input"
>
<el-form-item
label=
"不合格数"
label-width=
"80px"
prop=
"noPassAmount"
>
...
...
@@ -176,12 +181,7 @@
</el-form-item>
</div>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"检验依据"
label-width=
"70px"
>
<el-input
v-model=
"form.checkBill"
:disabled=
"allDisabled"
clearable
placeholder=
"请输入检验依据"
/>
</el-form-item>
</el-col>
<el-col
:span=
"7"
>
<el-col
:span=
"17"
>
<el-form-item
label=
"备注"
label-width=
"70px"
>
<el-input
v-model=
"form.remark"
:disabled=
"allDisabled"
clearable
placeholder=
"备注"
/>
</el-form-item>
...
...
@@ -579,7 +579,7 @@ export default {
// note: ''
// },
remark
:
''
,
isSizeCheck
:
''
,
isSizeCheck
:
true
,
sampleAmount
:
''
,
noPassAmount
:
''
,
// 入场验收问题描述
...
...
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