| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="surp_life" |
| | | label="预计寿命" |
| | | label="预计寿命(次)" |
| | | width="125" |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="serlife" |
| | | label="使用寿命" |
| | | label="使用寿命(次)" |
| | | width="125" |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="resi_life" |
| | | label="剩余寿命" |
| | | label="剩余寿命(次)" |
| | | width="125" |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | |
| | | <!-- </el-select>--> |
| | | <!-- </el-form-item>--> |
| | | |
| | | <el-form-item label="预计寿命"> |
| | | <el-form-item label="预计寿命(次)"> |
| | | <el-input v-model="dialogForm.surplife" oninput="value=value.replace(/[^0-9]/g,'')" style="width: 200px" /> |
| | | </el-form-item> |
| | | <el-form-item label="剩余寿命"> |
| | | <el-form-item label="剩余寿命(次)"> |
| | | <el-input v-model="dialogForm.resilife" oninput="value=value.replace(/[^0-9]/g,'')" style="width: 200px" /> |
| | | </el-form-item> |
| | | |
| | |
| | | </el-descriptions-item> |
| | | <el-descriptions-item> |
| | | <template slot="label"> |
| | | 预计寿命(小时) |
| | | 预计寿命(次) |
| | | </template> |
| | | {{ formResume.surp_life }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item> |
| | | <template slot="label"> |
| | | 剩余寿命(小时) |
| | | 剩余寿命(次) |
| | | </template> |
| | | {{ formResume.serlife }} |
| | | </el-descriptions-item> |
| | |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="operuser" |
| | | prop="operusername" |
| | | label="操作人员" |
| | | /> |
| | | |
| | |
| | | popper-class="select_bottom" |
| | | @pagination="getMoldResumeSearch" |
| | | /> |
| | | |
| | | <span slot="footer" class="dialog-footer"> |
| | | <div class="footerButton"> |
| | | <el-button v-waves @click="dialogVisibleResume=false">返 回</el-button> |
| | | <!-- <el-button--> |
| | | <!-- v-waves--> |
| | | <!-- type="primary"--> |
| | | <!-- :loading="$store.state.app.buttonIsDisabled"--> |
| | | <!-- :disabled="$store.state.app.buttonIsDisabled"--> |
| | | <!-- @click="dialogVisibleConfirm"--> |
| | | <!-- >确 定</el-button>--> |
| | | </div> |
| | | </span> |
| | | </el-dialog> |
| | | |
| | | </div> |
| | |
| | | |
| | | <script> |
| | | import Pagination from '@/components/Pagination' |
| | | import { handleDatetime, validateCode } from '@/utils/global' |
| | | import { handleDatetime, handleDatetime2, validateCode } from '@/utils/global' |
| | | import elDragDialog from '@/directive/el-drag-dialog' |
| | | import waves from '@/directive/waves' |
| | | import { |
| | |
| | | this.formResume.mouldcode = row.code |
| | | this.formResume.mouldname = row.name |
| | | this.formResume.mouldspec = row.spec |
| | | this.formResume.username = row.username |
| | | this.formResume.username = localStorage.getItem('username') |
| | | this.formResume.surp_life = row.surp_life |
| | | this.formResume.serlife = row.serlife |
| | | this.formResume.lm_date = row.lm_date |
| | | this.formResume.lm_date = handleDatetime2(new Date()) |
| | | this.formResume.status = row.status |
| | | this.formResume.usestatus = row.usestatus |
| | | |