| | |
| | | </style> |
| | | <template> |
| | | <div class="ins-order-plan-main"> |
| | | <p style="font-size: 16px;padding:19.5px 0px">检验任务</p> |
| | | <div class="search"> |
| | | <p style="font-size: 16px;padding:19.5px 0px" v-show="state==0">检验任务</p> |
| | | <div class="search" v-show="state==0"> |
| | | <el-form :inline="true" :model="searchForm" class="form-inline"> |
| | | <el-form-item label="样品名称:"> |
| | | <el-input clearable v-model="searchForm.sampleName" size="small" placeholder="请输入"></el-input> |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | | <div class="center"> |
| | | <div class="center" v-show="state==0"> |
| | | <div class="center-options"> |
| | | <el-row> |
| | | <el-col :span="21"> |
| | |
| | | :url="$api.insOrderPlan.selectInsOrderPlanList" :upUrl="$api.user.updateUser" :componentData="componentData" |
| | | :key="upIndex" @upUser="upUser" /> |
| | | </div> |
| | | <Inspection v-if="state==1" @goback="state=0"/> |
| | | <el-dialog title="提示" :visible.sync="claimVisible" width="400px"> |
| | | 是否认领委托编号<span style="color:#33C130">{{sampleUserForm.entrustCode}}</span>的任务 |
| | | <span slot="footer" class="dialog-footer"> |
| | |
| | | |
| | | <script> |
| | | import ValueTable from '../tool/value-table.vue' |
| | | import Inspection from '../do/b1-inspect-order-plan/Inspection.vue' |
| | | import { |
| | | getYearAndMonthAndDays |
| | | } from '../../util/date' |
| | | export default { |
| | | components: { |
| | | ValueTable |
| | | ValueTable, |
| | | Inspection |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | }, |
| | | upIndex: 0, |
| | | planTotal: 0, |
| | | insStateList: [] |
| | | insStateList: [], |
| | | state:0//0:台账页,1:检验页面,默认为0 |
| | | } |
| | | }, |
| | | created() { |