fix:日志不合格项加其他
This commit is contained in:
parent
a714875f8f
commit
799437765e
|
|
@ -482,6 +482,21 @@
|
|||
</el-input-number>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :md="12" :sm="24">
|
||||
<el-form-item label="其他">
|
||||
<el-input-number
|
||||
v-model="form.count_n_qt"
|
||||
controls-position="right"
|
||||
:min="0"
|
||||
:step="1"
|
||||
:step-strictly="true"
|
||||
style="width: 100%"
|
||||
placeholder="其他"
|
||||
@change="countNotOkSun"
|
||||
>
|
||||
</el-input-number>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :md="12" :sm="24">
|
||||
<el-form-item label="合计">
|
||||
<el-input-number
|
||||
|
|
@ -549,6 +564,7 @@ export default {
|
|||
count_n_d: 0, //短
|
||||
count_n_zw: 0, //炸文
|
||||
count_n_tydd: 0, //椭圆度大 共8个
|
||||
count_n_qt:0, //其他
|
||||
//棒
|
||||
count_n_dl: 0, //断裂
|
||||
count_n_qp: 0, //气泡
|
||||
|
|
@ -692,6 +708,7 @@ export default {
|
|||
Number(this.form.count_n_sw) +
|
||||
Number(this.form.count_n_bhpcd) +
|
||||
Number(this.form.count_n_wq) +
|
||||
Number(this.form.count_n_qt) +
|
||||
Number(this.form.count_n_zw);
|
||||
},
|
||||
//提交
|
||||
|
|
|
|||
|
|
@ -945,6 +945,21 @@
|
|||
</el-input-number>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :md="12" :sm="24">
|
||||
<el-form-item label="其他">
|
||||
<el-input-number
|
||||
v-model="form.count_n_qt"
|
||||
controls-position="right"
|
||||
:min="0"
|
||||
:step="1"
|
||||
:step-strictly="true"
|
||||
style="width: 100%"
|
||||
placeholder="其他"
|
||||
@change="countNotOkSun"
|
||||
>
|
||||
</el-input-number>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :md="12" :sm="24">
|
||||
<el-form-item label="合计">
|
||||
<el-input-number
|
||||
|
|
|
|||
Loading…
Reference in New Issue