| | |
| | | <script> |
| | | import index from "../../../../store"; |
| | | import MescrollMixin from "@/components/mescroll-uni/mescroll-mixins.js"; |
| | | import configService from "@/common/service/config.service.js"; |
| | | export default { |
| | | mixins: [MescrollMixin], // 使用mixin |
| | | data() { |
| | |
| | | sourceType: ['album', 'camera'], |
| | | isClick: false, |
| | | scrollLeft: 0, |
| | | ipAndPort: configService.staticURL, |
| | | searchValue: '', |
| | | imgList: [], |
| | | equipmentList: [], |
| | |
| | | this.standardId = this.announcement1.standardId |
| | | this.getStandardFile() |
| | | } |
| | | this.formData.num = this.announcement1.equipmentId, |
| | | this.formData.orderNum = this.announcement1.orderNum, |
| | | this.formData.operator = this.announcement1.operator, |
| | | this.formData.inspectionDate = this.announcement1.inspectionDate, |
| | | this.hasInspectionDateArrived(); |
| | | this.formData.num = this.announcement1.equipmentId |
| | | this.formData.remark = this.announcement1.remark |
| | | this.formData.orderNum = this.announcement1.orderNum |
| | | this.formData.operator = this.announcement1.operator |
| | | this.formData.inspectionDate = this.announcement1.inspectionDate |
| | | this.hasInspectionDateArrived(); |
| | | |
| | | |
| | | } |