|
@@ -9,13 +9,13 @@
|
|
|
搜索:
|
|
|
</div>
|
|
|
<el-input v-model="pages.T_sn" placeholder="请输入证书编号" @keyup.enter.native="search" clearable></el-input>
|
|
|
- <el-input v-model="pages.T_layout_no" placeholder="请输入布局编号" @keyup.enter.native="search" clearable style="margin-left: 10px;"></el-input>
|
|
|
+ <!-- <el-input v-model="pages.T_layout_no" placeholder="请输入布局编号" @keyup.enter.native="search" clearable style="margin-left: 10px;"></el-input> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="calibrationCertificate2">
|
|
|
<el-table :data="tableData" border size="small">
|
|
|
|
|
|
- <el-table-column prop="T_layout_no" width="180">
|
|
|
+ <!-- <el-table-column prop="T_layout_no" width="180">
|
|
|
<template #header>
|
|
|
<div style="display: flex;align-items: center;cursor: pointer;" @click="filtFun('layout')">
|
|
|
布局编号
|
|
@@ -25,7 +25,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
|
|
|
<el-table-column label="证书编号" width="180">
|
|
|
<template slot-scope="scope">
|
|
@@ -78,9 +78,9 @@
|
|
|
<!-- 时间流程按钮后的编辑 -->
|
|
|
<div style="padding: 20px;">
|
|
|
<el-form :model="form" :rules="rules" ref="ruleForm">
|
|
|
- <el-form-item label="布局编号" label-width="80px" prop="T_layout_no">
|
|
|
+ <!-- <el-form-item label="布局编号" label-width="80px" prop="T_layout_no">
|
|
|
<el-input v-model="form.T_layout_no" autocomplete="off"></el-input>
|
|
|
- </el-form-item>
|
|
|
+ </el-form-item> -->
|
|
|
<el-form-item label="证书编号" label-width="80px" prop="T_sn">
|
|
|
<el-input v-model="form.T_sn" autocomplete="off"></el-input>
|
|
|
</el-form-item>
|
|
@@ -195,16 +195,16 @@
|
|
|
message: '请输入证书编号',
|
|
|
trigger: 'blur'
|
|
|
}],
|
|
|
- T_layout_no:[{
|
|
|
- required: true,
|
|
|
- message: '请输入布局编号',
|
|
|
- trigger: 'blur'
|
|
|
- }],
|
|
|
+ // T_layout_no:[{
|
|
|
+ // required: true,
|
|
|
+ // message: '请输入布局编号',
|
|
|
+ // trigger: 'blur'
|
|
|
+ // }],
|
|
|
},
|
|
|
titles:'',
|
|
|
form: {
|
|
|
T_sn: '',
|
|
|
- T_layout_no:'',
|
|
|
+ // T_layout_no:'',
|
|
|
|
|
|
},
|
|
|
innerDrawer2: false,
|