Commit bcdbb4a9 by lichengming

修改了检测管理

parent b8359229
......@@ -9,10 +9,10 @@
<Form id="search-form" :label-width="70" v-show="searchOpen" inline onsubmit="return false">
<label class="label-sign"></label>
<Form-item class="search-item" label="委托商:">
<Input v-model="formObj.client" @on-enter="_formSearch" placeholder="请输入委托编号" clearable></Input>
<Input v-model="formObj.client" @on-enter="_formSearch" placeholder="请输入委托" clearable></Input>
</Form-item>
<Form-item class="search-item" label="委托编号:">
<Input v-model="formObj.entrustCode" @on-enter="_formSearch" placeholder="请输入委托单位" clearable></Input>
<Input v-model="formObj.entrustCode" @on-enter="_formSearch" placeholder="请输入委托编号" clearable></Input>
</Form-item>
<Form-item class="search-btn">
<Button @click="_formSearch" type="primary">搜索</Button>
......
......@@ -42,6 +42,7 @@ export default [
{
path: 'entrust',
component: Blank,
meta: { title: '委托单管理' },
children: [
{
path: 'entrust_register',
......@@ -58,6 +59,7 @@ export default [
{
path: 'sample',
component: Blank,
meta: { title: '试样管理' },
children: [
{
path: 'receive',
......@@ -114,6 +116,7 @@ export default [
{
path: 'test',
component: Blank,
meta: { title: '检测管理' },
children: [
{
path: 'allot_task',
......@@ -145,6 +148,7 @@ export default [
{
path: 'report',
component: Blank,
meta: { title: '报告管理' },
children: [
{
path: 'make_report',
......@@ -171,6 +175,7 @@ export default [
{
path: 'aptitude',
component: Blank,
meta: { title: '资质管理' },
children: [
{
path: 'test_basis',
......@@ -187,6 +192,7 @@ export default [
{
path: 'statistics',
component: Blank,
meta: { title: '统计查询' },
children: [
{
path: 'fail_item_statistics',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment