| | |
| | | <el-row :gutter="10" style="width:100%;z-index: 10;height:30px;"> |
| | | <el-col :span="12">检验项目</el-col> |
| | | <el-col :span="12" style="text-align: right;"> |
| | | <el-dropdown @command="handleCommand" v-if="!isShow && resultVal==null"> |
| | | <el-dropdown @command="handleCommand" v-if="isShow"> |
| | | <el-button size="mini" style="margin-right: 10px;" type="primary" > |
| | | 切换检验项模板<i class="el-icon-arrow-down el-icon--right"></i> |
| | | </el-button> |
| | |
| | | getCustomer, |
| | | } from '@/api/quality/packageInspect' |
| | | import {getAllTemplateByEnable} from '@/api/quality/packageInspectTemp' |
| | | import {inspect1,inspect2} from '@/const/defaultPackageInspect' |
| | | export default { |
| | | computed:{ |
| | | }, |
| | |
| | | data(){ |
| | | return{ |
| | | inspectMoulds: [], |
| | | isShow: false, |
| | | isShow: true, |
| | | submitData: { |
| | | id:null, |
| | | result: null, |