Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-web-back-soil
Commits
bcdbb4a9
Commit
bcdbb4a9
authored
Nov 19, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了检测管理
parent
b8359229
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
TestInput.vue
pages/soil-test-manage/test-input/TestInput.vue
+2
-2
soil-routes.js
router/soil-routes.js
+6
-0
No files found.
pages/soil-test-manage/test-input/TestInput.vue
View file @
bcdbb4a9
...
@@ -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>
...
...
router/soil-routes.js
View file @
bcdbb4a9
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment