|
@@ -28,10 +28,10 @@
|
|
|
<th width="150px">设备位号</th>
|
|
|
<th width="150px">检定周期</th>
|
|
|
<th width="150px">检定日期</th>
|
|
|
+ <th width="150px">下次检定日期</th>
|
|
|
<th width="150px">检定单号</th>
|
|
|
<th width="150px">检定单位</th>
|
|
|
<th width="150px">备注</th>
|
|
|
- <th width="150px">有效期</th>
|
|
|
<th width="150px">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -89,10 +89,10 @@
|
|
|
style="width: 150px"
|
|
|
:format="BaseTool.Date.PICKER_NORM_DATE_PATTERN"
|
|
|
v-model="item.lastDate" /></td>
|
|
|
+ <td>{{ validity(item.lastDate,item.checkPeriod) }}</td>
|
|
|
<td><div v-if="item.sbStatus"> {{ item.no }}</div><a-input v-else style="width: 150px" v-model="item.no" /></td>
|
|
|
<td><div v-if="item.sbStatus"> {{ item.requirement }}</div><a-input v-else style="width: 150px" v-model="item.requirement" /></td>
|
|
|
<td><div v-if="item.sbStatus"> {{ item.remark }}</div><a-input v-else style="width: 150px" v-model="item.remark" /></td>
|
|
|
- <td>{{ validity(item.lastDate,item.checkPeriod) }}</td>
|
|
|
<td>
|
|
|
<a-button type="link" @click="uploadImg(item,i)">上传图片</a-button>
|
|
|
<a-button type="link" @click="uploadFile(item,i)">上传文件</a-button>
|