| | |
| | | <template slot="header"> |
| | | <span class="requiredclass">仪器设备名称</span> |
| | | </template> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-form-item |
| | | :prop="`measureLedgerList[` + scope.$index + `].deviceId`" |
| | | :rules="{ |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="测量范围" min-width="10%"> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-form-item |
| | | :prop=" |
| | | `measureLedgerList[` + scope.$index + `].measuringRange` |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="计量周期" min-width="5%"> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <span |
| | | v-show=" |
| | | addFormDevice.measureLedgerList[scope.$index] |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="计量结果" min-width="10%"> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-model=" |
| | | addFormDevice.measureLedgerList[scope.$index] |
| | |
| | | <template slot="header"> |
| | | <span class="requiredclass">计量日期</span> |
| | | </template> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-form-item |
| | | :prop=" |
| | | `measureLedgerList[` + scope.$index + `].measureDate` |
| | |
| | | <template slot="header"> |
| | | <span class="requiredclass">计量有效期</span> |
| | | </template> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-form-item |
| | | :prop=" |
| | | `measureLedgerList[` + scope.$index + `].planDateList` |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="操作" min-width="10%"> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | type="text" |
| | | size="mini" |
| | |
| | | }, |
| | | key: 0, |
| | | measurePlanPageData: [], // 计量计划表格数据 |
| | | measureLedgerTotal: "", |
| | | measureLedgerTotal: 0, |
| | | measureLedgerPageData: [], // 计量台账表格数据 |
| | | measureLedgerPageTotal: "", |
| | | measureLedgerPageTotal: 0, |
| | | recordData: [], |
| | | measurePlanPage: { |
| | | pageNo: 1, |
| | |
| | | measureId: "" |
| | | }, |
| | | measureTop: {}, |
| | | measurePlanPageTotal: "", |
| | | measurePlanPageTotal: 0, |
| | | okOrNo: "", |
| | | deviceIdAndNameAndCode: [], |
| | | addFormDevice: { |