|
|
@ -1,23 +1,23 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="customer-css"> |
|
|
<div class="customer-css"> |
|
|
<el-dialog :title="titleCon" v-drag :visible.sync="visible" |
|
|
|
|
|
|
|
|
<el-dialog :title="titleCon" v-drag :visible.sync="visible" :close-on-click-modal="false" |
|
|
width="750px" style="height: 650px;" class="customer-dialog"> |
|
|
width="750px" style="height: 650px;" class="customer-dialog"> |
|
|
<el-container style="height: 265px;"> |
|
|
<el-container style="height: 265px;"> |
|
|
<el-form :inline="true" label-position="top" label-width="80px"> |
|
|
<el-form :inline="true" label-position="top" label-width="80px"> |
|
|
<!-- 第一行 --> |
|
|
<!-- 第一行 --> |
|
|
<el-row class="customer-row"> |
|
|
<el-row class="customer-row"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="工具样品:"> |
|
|
|
|
|
|
|
|
<el-form-item label="工具样品"> |
|
|
<el-input v-model="pageData.toolInstance" :disabled="!this.addFlag"></el-input> |
|
|
<el-input v-model="pageData.toolInstance" :disabled="!this.addFlag"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="描述:"> |
|
|
|
|
|
|
|
|
<el-form-item label="描述"> |
|
|
<el-input v-model="pageData.description" ></el-input> |
|
|
<el-input v-model="pageData.description" ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="最近校对日期:"> |
|
|
|
|
|
|
|
|
<el-form-item label="最近校对日期"> |
|
|
<el-date-picker |
|
|
<el-date-picker |
|
|
value-format="yyyy-MM-dd" |
|
|
value-format="yyyy-MM-dd" |
|
|
style="width: 100%" |
|
|
style="width: 100%" |
|
|
@ -28,12 +28,12 @@ |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="下一个校对日期:"> |
|
|
|
|
|
|
|
|
<el-form-item label="下一个校对日期"> |
|
|
<el-input v-model="pageData.nextCalibrationDate" disabled></el-input> |
|
|
<el-input v-model="pageData.nextCalibrationDate" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="有效性:"> |
|
|
|
|
|
|
|
|
<el-form-item label="有效性"> |
|
|
<el-input v-model="pageData.state" disabled></el-input> |
|
|
<el-input v-model="pageData.state" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -41,28 +41,28 @@ |
|
|
<!-- 第二行 --> |
|
|
<!-- 第二行 --> |
|
|
<el-row class="customer-row"> |
|
|
<el-row class="customer-row"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="工具/设备:"> |
|
|
|
|
|
|
|
|
<el-form-item label="工具/设备"> |
|
|
<el-input v-model="pageData.toolResourceId" disabled></el-input> |
|
|
<el-input v-model="pageData.toolResourceId" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="工具/设备描述:"> |
|
|
|
|
|
|
|
|
<el-form-item label="工具/设备描述"> |
|
|
<el-input v-model="pageData.toolResourceDesc" disabled></el-input> |
|
|
<el-input v-model="pageData.toolResourceDesc" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="对象标识:"> |
|
|
|
|
|
<span slot="label" style="" @click="getBaseList(1020)"><a herf="#">对象标识:</a></span> |
|
|
|
|
|
|
|
|
<el-form-item label="对象标识"> |
|
|
|
|
|
<span slot="label" style="" @click="getBaseList(1020)"><a herf="#">对象标识</a></span> |
|
|
<el-input v-model="pageData.objectId" ></el-input> |
|
|
<el-input v-model="pageData.objectId" ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="对象描述:"> |
|
|
|
|
|
|
|
|
<el-form-item label="对象描述"> |
|
|
<el-input v-model="pageData.objectDesc" disabled></el-input> |
|
|
<el-input v-model="pageData.objectDesc" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="最近使用情况报告:"> |
|
|
|
|
|
|
|
|
<el-form-item label="最近使用情况报告"> |
|
|
<el-input v-model="pageData.lastUsageReport" disabled></el-input> |
|
|
<el-input v-model="pageData.lastUsageReport" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -70,29 +70,29 @@ |
|
|
<!-- 第三行 --> |
|
|
<!-- 第三行 --> |
|
|
<el-row class="customer-row"> |
|
|
<el-row class="customer-row"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="工作中心:"> |
|
|
|
|
|
<span slot="label" style="" @click="getBaseList(1021)"><a herf="#">工作中心:</a></span> |
|
|
|
|
|
|
|
|
<el-form-item label="工作中心"> |
|
|
|
|
|
<span slot="label" style="" @click="getBaseList(1021)"><a herf="#">工作中心</a></span> |
|
|
<el-input v-model="pageData.normalWorkCenterNo"></el-input> |
|
|
<el-input v-model="pageData.normalWorkCenterNo"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="描述:"> |
|
|
|
|
|
|
|
|
<el-form-item label="描述"> |
|
|
<el-input v-model="pageData.normalWorkCenterDesc" disabled></el-input> |
|
|
<el-input v-model="pageData.normalWorkCenterDesc" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="生产线:"> |
|
|
|
|
|
<span slot="label" style="" @click="getBaseList(1022)"><a herf="#">生产线:</a></span> |
|
|
|
|
|
|
|
|
<el-form-item label="生产线"> |
|
|
|
|
|
<span slot="label" style="" @click="getBaseList(1022)"><a herf="#">生产线</a></span> |
|
|
<el-input v-model="pageData.normalProductionLine" ></el-input> |
|
|
<el-input v-model="pageData.normalProductionLine" ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="描述:"> |
|
|
|
|
|
|
|
|
<el-form-item label="描述"> |
|
|
<el-input v-model="pageData.normalProductionLineDesc" disabled></el-input> |
|
|
<el-input v-model="pageData.normalProductionLineDesc" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="鉴别:"> |
|
|
|
|
|
|
|
|
<el-form-item label="鉴别"> |
|
|
<el-input v-model="pageData.toolDiscrimination" ></el-input> |
|
|
<el-input v-model="pageData.toolDiscrimination" ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -100,27 +100,27 @@ |
|
|
<!-- 第四行 --> |
|
|
<!-- 第四行 --> |
|
|
<el-row class="customer-row"> |
|
|
<el-row class="customer-row"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="线性:"> |
|
|
|
|
|
|
|
|
<el-form-item label="线性"> |
|
|
<el-input v-model="pageData.toolLinearity"></el-input> |
|
|
<el-input v-model="pageData.toolLinearity"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="重复性:"> |
|
|
|
|
|
|
|
|
<el-form-item label="重复性"> |
|
|
<el-input v-model="pageData.toolRepeatability" ></el-input> |
|
|
<el-input v-model="pageData.toolRepeatability" ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="偏差性:"> |
|
|
|
|
|
|
|
|
<el-form-item label="偏差性"> |
|
|
<el-input v-model="pageData.toolBias"></el-input> |
|
|
<el-input v-model="pageData.toolBias"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="稳定性:"> |
|
|
|
|
|
|
|
|
<el-form-item label="稳定性"> |
|
|
<el-input v-model="pageData.toolStability" ></el-input> |
|
|
<el-input v-model="pageData.toolStability" ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
<el-form-item label="再现能力:"> |
|
|
|
|
|
|
|
|
<el-form-item label="再现能力"> |
|
|
<el-input v-model="pageData.toolReproducibility" ></el-input> |
|
|
<el-input v-model="pageData.toolReproducibility" ></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -128,7 +128,7 @@ |
|
|
<!-- 第五行 --> |
|
|
<!-- 第五行 --> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-form-item label="备注:"> |
|
|
|
|
|
|
|
|
<el-form-item label="备注"> |
|
|
<el-input type="textarea" v-model="pageData.noteText" :rows="2" style="width: 725px;height: 20px"></el-input> |
|
|
<el-input type="textarea" v-model="pageData.noteText" :rows="2" style="width: 725px;height: 20px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|