copy from src/views/business/materialOrder/customsInspection.vue
copy to src/views/business/materialOrder/customsInspectionView.vue
文件从 src/views/business/materialOrder/customsInspection.vue 复制 |
| | |
| | | } from "@/api/business/rawMaterialOrder"; |
| | | |
| | | export default { |
| | | name: "CustomsInspection", |
| | | name: "CustomsInspectionView", |
| | | dicts: ['check_type', 'urgency_level'], |
| | | components: {}, |
| | | props: { |
| | |
| | | this.getInfo(); |
| | | }, |
| | | activated() { |
| | | this.$refs.addObj.resetFields() |
| | | this.addObj.createTime = '' |
| | | this.addObj.id = '' |
| | | this.addObj.updateTime = '' |
| | | this.sampleList = [] |
| | | this.productList = [] |
| | | this.active = this.$route.query.active |
| | | this.orderType = this.$route.query.orderType |
| | | this.currentId = this.$route.query.currentId |