| | |
| | | |
| | | <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 |
| | | |