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
a80c2c04
Commit
a80c2c04
authored
Jan 12, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了项目进度显示
parent
31d53ae9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
4 deletions
+30
-4
storehouseSampleIndex.vue
...manage/storehouse-sample-manage/storehouseSampleIndex.vue
+2
-2
ItemFlow.vue
pages/workbench/ItemFlow.vue
+22
-2
flowIndex.vue
pages/workbench/flowIndex.vue
+6
-0
No files found.
pages/soil-alone-sample-manage/storehouse-sample-manage/storehouseSampleIndex.vue
View file @
a80c2c04
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<div
class=
"layout-content-padding"
>
<div
class=
"layout-content-padding"
>
<div
class=
"layout-content-main"
>
<div
class=
"layout-content-main"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"_changeTabs"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"_changeTabs"
>
<el-tab-pane
label=
"
待完成
"
name=
"wait"
></el-tab-pane>
<el-tab-pane
label=
"
收样样品查询
"
name=
"wait"
></el-tab-pane>
<el-tab-pane
label=
"
历史记录
"
name=
"his"
></el-tab-pane>
<el-tab-pane
label=
"
检测样品查询
"
name=
"his"
></el-tab-pane>
</el-tabs>
</el-tabs>
<keep-alive>
<keep-alive>
<!-- eslint-disable-next-line vue/require-component-is -->
<!-- eslint-disable-next-line vue/require-component-is -->
...
...
pages/workbench/ItemFlow.vue
View file @
a80c2c04
<
template
>
<
template
>
<div>
<div>
<Form
id=
"search-form-sample-progress"
:label-width=
"80"
inline
onsubmit=
"return false"
>
<Form-item
label=
"委托编号:"
class=
"search-item"
>
<Input
v-model=
"formObj.entrustCode"
@
on-enter=
"_search"
name=
"entrustCode"
placeholder=
"请输入委托编号"
style=
"width:100%"
clearable
></Input>
</Form-item>
<Form-item
label=
"钻孔名称:"
class=
"search-item"
>
<Input
v-model=
"formObj.boreholeName"
@
on-enter=
"_search"
name=
"boreholeName"
placeholder=
"请输入钻孔名称"
style=
"width:100%"
clearable
></Input>
</Form-item>
<Form-item
class=
"search-item"
>
<Button
@
click=
"_search"
type=
"primary"
class=
"width-80"
>
搜索
</Button>
</Form-item>
</Form>
<div
v-for=
"(itemInfo, index) in entrustList"
:key=
"index"
class=
"contract-box"
>
<div
v-for=
"(itemInfo, index) in entrustList"
:key=
"index"
class=
"contract-box"
>
<Row>
<Row>
<!--样品信息-->
<!--样品信息-->
...
@@ -82,7 +93,11 @@ export default {
...
@@ -82,7 +93,11 @@ export default {
data
()
{
data
()
{
return
{
return
{
progressList
:
[],
progressList
:
[],
entrustList
:
[]
entrustList
:
[],
formObj
:
{
client
:
undefined
,
boreholeName
:
undefined
}
}
}
},
},
watch
:
{
watch
:
{
...
@@ -94,8 +109,13 @@ export default {
...
@@ -94,8 +109,13 @@ export default {
this
.
_getData
()
this
.
_getData
()
},
},
methods
:
{
methods
:
{
_search
()
{
this
.
_getData
()
},
_getData
:
async
function
()
{
_getData
:
async
function
()
{
const
result
=
await
soilEntrust
.
listSummaryQuery
()
const
result
=
await
soilEntrust
.
listSummaryQuery
(
this
.
$serializeForm
(
this
.
formObj
)
)
if
(
result
)
{
if
(
result
)
{
this
.
entrustList
=
result
this
.
entrustList
=
result
console
.
log
(
'this.entrustList'
,
this
.
entrustList
)
console
.
log
(
'this.entrustList'
,
this
.
entrustList
)
...
...
pages/workbench/flowIndex.vue
View file @
a80c2c04
...
@@ -162,6 +162,12 @@ export default {
...
@@ -162,6 +162,12 @@ export default {
case
'wuxingZiJiaoCheck'
:
case
'wuxingZiJiaoCheck'
:
this
.
$set
(
allArray
[
i
],
'num'
,
this
.
nodeObj
.
wuxingZiJiao
)
this
.
$set
(
allArray
[
i
],
'num'
,
this
.
nodeObj
.
wuxingZiJiao
)
break
break
case
'lixueZiJiaoCheck'
:
this
.
$set
(
allArray
[
i
],
'num'
,
this
.
nodeObj
.
lixueZiJiao
)
break
case
'gaojiZiJiaoCheck'
:
this
.
$set
(
allArray
[
i
],
'num'
,
this
.
nodeObj
.
gaojiZiJiao
)
break
}
}
// if (allArray[i].key === 'wuxingEnd') {
// if (allArray[i].key === 'wuxingEnd') {
// this.$set(allArray[i], 'per', this.nodeObj.wuxingEndRate)
// this.$set(allArray[i], 'per', this.nodeObj.wuxingEndRate)
...
...
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