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
3e5dffba
Commit
3e5dffba
authored
Nov 10, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了试验项目分配
parent
d0153d25
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
18 deletions
+27
-18
SampleLeftList.vue
...-his/entrust-sample-manage/sample-tabs/SampleLeftList.vue
+4
-3
SampleRightList.vue
...his/entrust-sample-manage/sample-tabs/SampleRightList.vue
+6
-4
ItemLeftList.vue
...k-manage/entrust-sample-manage/item-tabs/ItemLeftList.vue
+4
-2
ItemRightList.vue
...-manage/entrust-sample-manage/item-tabs/ItemRightList.vue
+4
-3
SampleLeftList.vue
...nage/entrust-sample-manage/sample-tabs/SampleLeftList.vue
+4
-3
SampleRightList.vue
...age/entrust-sample-manage/sample-tabs/SampleRightList.vue
+5
-3
No files found.
pages/soil-test-manage/test-task-manage-his/entrust-sample-manage/sample-tabs/SampleLeftList.vue
View file @
3e5dffba
...
...
@@ -5,8 +5,8 @@
<Col
span=
"24"
>
<Form
id=
"task-assign-sample-left"
:label-width=
"70"
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>
<Form-item
class=
"search-item"
label=
"
试样
编号:"
>
<Input
v-model=
"formObj.
sampleCode"
@
on-enter=
"_formSearch"
placeholder=
"请输入试样编号
"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -51,7 +51,8 @@ export default {
return
{
currentComponent
:
''
,
formObj
:
{
entrustId
:
undefined
entrustId
:
undefined
,
sampleCode
:
undefined
},
entrustId
:
''
,
tableName
:
'food-task-assign-item-left'
,
...
...
pages/soil-test-manage/test-task-manage-his/entrust-sample-manage/sample-tabs/SampleRightList.vue
View file @
3e5dffba
...
...
@@ -5,8 +5,8 @@
<Col
span=
"24"
>
<Form
id=
"task-assign-sample-right"
:label-width=
"70"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
class=
"search-item"
label=
"
委托编号
:"
>
<Input
v-model=
"formObj.
client"
placeholder=
"请输入检测项目
"
clearable
@
on-enter=
"_formSearch"
></Input>
<Form-item
class=
"search-item"
label=
"
试验名称
:"
>
<Input
v-model=
"formObj.
name"
placeholder=
"请输入试验名称
"
clearable
@
on-enter=
"_formSearch"
></Input>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
type=
"primary"
@
click=
"_formSearch"
>
搜索
</Button>
...
...
@@ -60,7 +60,9 @@ export default {
return
{
// 定义表格名称----英文
tableName
:
'food-task-assign-item-right'
,
formObj
:
{},
formObj
:
{
sampleCode
:
undefined
},
// 用户自己选中的列
userColumns
:
[],
currentComponent
:
''
,
...
...
@@ -89,7 +91,7 @@ export default {
getPage
:
{},
pageColumns
:
[
{
title
:
'试验名称'
,
key
:
'name'
,
width
:
160
},
{
title
:
'
样品
编号'
,
key
:
'sampleCode'
,
width
:
160
},
{
title
:
'
试样
编号'
,
key
:
'sampleCode'
,
width
:
160
},
{
title
:
'试验人员'
,
key
:
'tester'
,
width
:
180
},
{
title
:
'分配人'
,
key
:
'alloter'
,
width
:
160
},
{
title
:
'分配时间'
,
key
:
'allotTime'
,
width
:
160
,
datetime
:
true
},
...
...
pages/soil-test-manage/test-task-manage/entrust-sample-manage/item-tabs/ItemLeftList.vue
View file @
3e5dffba
...
...
@@ -6,7 +6,7 @@
<Form
id=
"task-assign-item-left"
:label-width=
"70"
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.
name
"
@
on-enter=
"_formSearch"
placeholder=
"请输入检测项目"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -51,7 +51,9 @@ export default {
data
()
{
return
{
currentComponent
:
''
,
formObj
:
{},
formObj
:
{
name
:
undefined
},
tableName
:
'food-task-assign-item-left'
,
// 用户自己选中的列
userColumns
:
[],
...
...
pages/soil-test-manage/test-task-manage/entrust-sample-manage/item-tabs/ItemRightList.vue
View file @
3e5dffba
...
...
@@ -5,8 +5,8 @@
<Col
span=
"24"
>
<Form
id=
"task-assign-item-right"
:label-width=
"70"
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>
<Form-item
class=
"search-item"
label=
"
试样编号
:"
>
<Input
v-model=
"formObj.
sampleCode"
@
on-enter=
"_formSearch"
placeholder=
"请输入试样编号
"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -63,7 +63,8 @@ export default {
entrustId
:
''
,
name
:
''
,
testMethod
:
''
,
testBasis
:
''
testBasis
:
''
,
sampleCode
:
undefined
},
entrustId
:
''
,
// 用户自己选中的列
...
...
pages/soil-test-manage/test-task-manage/entrust-sample-manage/sample-tabs/SampleLeftList.vue
View file @
3e5dffba
...
...
@@ -5,8 +5,8 @@
<Col
span=
"24"
>
<Form
id=
"task-assign-sample-left"
:label-width=
"70"
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>
<Form-item
class=
"search-item"
label=
"
试样
编号:"
>
<Input
v-model=
"formObj.
sampleCode"
@
on-enter=
"_formSearch"
placeholder=
"请输入试样编号
"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -51,7 +51,8 @@ export default {
return
{
currentComponent
:
''
,
formObj
:
{
entrustId
:
undefined
entrustId
:
undefined
,
sampleCode
:
undefined
},
entrustId
:
''
,
tableName
:
'food-task-assign-item-left'
,
...
...
pages/soil-test-manage/test-task-manage/entrust-sample-manage/sample-tabs/SampleRightList.vue
View file @
3e5dffba
...
...
@@ -5,8 +5,8 @@
<Col
span=
"24"
>
<Form
id=
"task-assign-sample-right"
:label-width=
"70"
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>
<Form-item
class=
"search-item"
label=
"
试验名称
:"
>
<Input
v-model=
"formObj.
name"
@
on-enter=
"_formSearch"
placeholder=
"请输入试验名称
"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -60,7 +60,9 @@ export default {
return
{
// 定义表格名称----英文
tableName
:
'food-task-assign-item-right'
,
formObj
:
{},
formObj
:
{
name
:
undefined
},
// 用户自己选中的列
userColumns
:
[],
currentComponent
:
''
,
...
...
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