Commit bcdbb4a9 by lichengming

修改了检测管理

parent b8359229
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
<Form id="search-form" :label-width="70" v-show="searchOpen" inline onsubmit="return false"> <Form id="search-form" :label-width="70" v-show="searchOpen" inline onsubmit="return false">
<label class="label-sign"></label> <label class="label-sign"></label>
<Form-item class="search-item" 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>
<Form-item class="search-item" label="委托编号:"> <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>
<Form-item class="search-btn"> <Form-item class="search-btn">
<Button @click="_formSearch" type="primary">搜索</Button> <Button @click="_formSearch" type="primary">搜索</Button>
......
...@@ -42,6 +42,7 @@ export default [ ...@@ -42,6 +42,7 @@ export default [
{ {
path: 'entrust', path: 'entrust',
component: Blank, component: Blank,
meta: { title: '委托单管理' },
children: [ children: [
{ {
path: 'entrust_register', path: 'entrust_register',
...@@ -58,6 +59,7 @@ export default [ ...@@ -58,6 +59,7 @@ export default [
{ {
path: 'sample', path: 'sample',
component: Blank, component: Blank,
meta: { title: '试样管理' },
children: [ children: [
{ {
path: 'receive', path: 'receive',
...@@ -114,6 +116,7 @@ export default [ ...@@ -114,6 +116,7 @@ export default [
{ {
path: 'test', path: 'test',
component: Blank, component: Blank,
meta: { title: '检测管理' },
children: [ children: [
{ {
path: 'allot_task', path: 'allot_task',
...@@ -145,6 +148,7 @@ export default [ ...@@ -145,6 +148,7 @@ export default [
{ {
path: 'report', path: 'report',
component: Blank, component: Blank,
meta: { title: '报告管理' },
children: [ children: [
{ {
path: 'make_report', path: 'make_report',
...@@ -171,6 +175,7 @@ export default [ ...@@ -171,6 +175,7 @@ export default [
{ {
path: 'aptitude', path: 'aptitude',
component: Blank, component: Blank,
meta: { title: '资质管理' },
children: [ children: [
{ {
path: 'test_basis', path: 'test_basis',
...@@ -187,6 +192,7 @@ export default [ ...@@ -187,6 +192,7 @@ export default [
{ {
path: 'statistics', path: 'statistics',
component: Blank, component: Blank,
meta: { title: '统计查询' },
children: [ children: [
{ {
path: 'fail_item_statistics', 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