Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e3acb912
authored
Sep 23, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后评估修复查询问题
1 parent
67efc8a7
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
60 additions
and
27 deletions
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/auxiliaryInspection.vue
src/views/assessChecks/auxiliarySelection.vue
src/views/assessChecks/confirmRelease.vue
src/views/assessChecks/materialAcquisition.vue
src/views/assessZC/assistedViewing.vue
src/views/assessZC/auxiliaryInspection.vue
src/views/assessZC/auxiliarySelection.vue
src/views/assessZC/confirmRelease.vue
src/views/assessZC/materialAcquisition.vue
src/views/assessZC/projectView.vue
src/views/compliance/addConfigure.vue
src/views/assessChecks/assistedViewing.vue
View file @
e3acb91
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm('ruleForm')"
>
<el-button
@
click=
"resetForm('ruleForm')"
>
...
@@ -328,7 +328,7 @@ export default {
...
@@ -328,7 +328,7 @@ export default {
},
},
mounted
()
{
mounted
()
{
this
.
ruleForm
.
batchName
=
this
.
$route
.
query
.
batchName
this
.
ruleForm
.
batchName
=
this
.
$route
.
query
.
batchName
this
.
ruleForm
.
project
Code
=
this
.
$route
.
query
.
projCode
this
.
ruleForm
.
project
Id
=
this
.
$route
.
query
.
projCode
this
.
submitForm
()
this
.
submitForm
()
},
},
methods
:
{
methods
:
{
...
@@ -342,7 +342,10 @@ export default {
...
@@ -342,7 +342,10 @@ export default {
this
.
ruleForm
.
createEndTime
=
''
this
.
ruleForm
.
createEndTime
=
''
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessChecks/auxiliaryInspection.vue
View file @
e3acb91
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm('ruleForm')"
>
<el-button
@
click=
"resetForm('ruleForm')"
>
...
@@ -728,7 +728,10 @@ export default {
...
@@ -728,7 +728,10 @@ export default {
}
}
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessChecks/auxiliarySelection.vue
View file @
e3acb91
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
></el-date-picker>
></el-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -725,7 +725,10 @@ export default {
...
@@ -725,7 +725,10 @@ export default {
this
.
ruleForm
.
createEndTime
=
''
this
.
ruleForm
.
createEndTime
=
''
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessChecks/confirmRelease.vue
View file @
e3acb91
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
></el-date-picker>
></el-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -595,7 +595,10 @@ export default {
...
@@ -595,7 +595,10 @@ export default {
this
.
ruleForm
.
createEndTime
=
''
this
.
ruleForm
.
createEndTime
=
''
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessChecks/materialAcquisition.vue
View file @
e3acb91
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -768,7 +768,10 @@ export default {
...
@@ -768,7 +768,10 @@ export default {
controlSwitch
(
val
,
row
)
{
controlSwitch
(
val
,
row
)
{
console
.
log
(
'333'
,
val
,
row
)
console
.
log
(
'333'
,
val
,
row
)
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessZC/assistedViewing.vue
View file @
e3acb91
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm('ruleForm')"
>
<el-button
@
click=
"resetForm('ruleForm')"
>
...
@@ -328,7 +328,7 @@ export default {
...
@@ -328,7 +328,7 @@ export default {
},
},
mounted
()
{
mounted
()
{
this
.
ruleForm
.
batchName
=
this
.
$route
.
query
.
batchName
this
.
ruleForm
.
batchName
=
this
.
$route
.
query
.
batchName
this
.
ruleForm
.
project
Code
=
this
.
$route
.
query
.
projCode
this
.
ruleForm
.
project
Id
=
this
.
$route
.
query
.
projCode
this
.
submitForm
()
this
.
submitForm
()
},
},
methods
:
{
methods
:
{
...
@@ -342,7 +342,10 @@ export default {
...
@@ -342,7 +342,10 @@ export default {
this
.
ruleForm
.
createEndTime
=
''
this
.
ruleForm
.
createEndTime
=
''
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessZC/auxiliaryInspection.vue
View file @
e3acb91
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm('ruleForm')"
>
<el-button
@
click=
"resetForm('ruleForm')"
>
...
@@ -727,7 +727,10 @@ export default {
...
@@ -727,7 +727,10 @@ export default {
}
}
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessZC/auxiliarySelection.vue
View file @
e3acb91
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
></el-date-picker>
></el-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -728,7 +728,10 @@ export default {
...
@@ -728,7 +728,10 @@ export default {
this
.
ruleForm
.
createEndTime
=
''
this
.
ruleForm
.
createEndTime
=
''
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessZC/confirmRelease.vue
View file @
e3acb91
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
></el-date-picker>
></el-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -587,7 +587,10 @@ export default {
...
@@ -587,7 +587,10 @@ export default {
this
.
ruleForm
.
createEndTime
=
''
this
.
ruleForm
.
createEndTime
=
''
}
}
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessZC/materialAcquisition.vue
View file @
e3acb91
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
</el-form-item>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -767,7 +767,10 @@ export default {
...
@@ -767,7 +767,10 @@ export default {
controlSwitch
(
val
,
row
)
{
controlSwitch
(
val
,
row
)
{
console
.
log
(
'333'
,
val
,
row
)
console
.
log
(
'333'
,
val
,
row
)
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/assessZC/projectView.vue
View file @
e3acb91
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
></el-input>
></el-input>
</el-form-item>
-->
</el-form-item>
-->
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm(
'999'
)"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
>
>
<el-button
@
click=
"resetForm()"
>
<el-button
@
click=
"resetForm()"
>
...
@@ -551,7 +551,10 @@ export default {
...
@@ -551,7 +551,10 @@ export default {
this
.
pageSize
=
10
this
.
pageSize
=
10
this
.
submitForm
()
this
.
submitForm
()
},
},
async
submitForm
()
{
async
submitForm
(
info
)
{
if
(
info
==
999
){
this
.
currentPage
=
1
}
let
params
=
{
let
params
=
{
current
:
this
.
currentPage
,
current
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
pageSize
:
this
.
pageSize
,
...
...
src/views/compliance/addConfigure.vue
View file @
e3acb91
...
@@ -325,7 +325,7 @@
...
@@ -325,7 +325,7 @@
clearable
clearable
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"规则状态:"
prop=
"ruleStatus"
class=
"fromItem"
>
<
!-- <
el-form-item label="规则状态:" prop="ruleStatus" class="fromItem">
<el-select
<el-select
v-model="ruleFormRule.ruleStatus"
v-model="ruleFormRule.ruleStatus"
placeholder="请选择"
placeholder="请选择"
...
@@ -335,7 +335,7 @@
...
@@ -335,7 +335,7 @@
<el-option label="开启" value="0"></el-option>
<el-option label="开启" value="0"></el-option>
<el-option label="关闭" value="1"></el-option>
<el-option label="关闭" value="1"></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"创建人:"
prop=
"creator"
class=
"fromItem"
>
<el-form-item
label=
"创建人:"
prop=
"creator"
class=
"fromItem"
>
<el-input
<el-input
...
@@ -662,7 +662,7 @@ export default {
...
@@ -662,7 +662,7 @@ export default {
let
params
=
{
let
params
=
{
current
:
this
.
currentPageRule
,
current
:
this
.
currentPageRule
,
pageSize
:
this
.
pageSizeRule
,
pageSize
:
this
.
pageSizeRule
,
//
ruleStatus: 0,
ruleStatus
:
0
,
};
};
Object
.
assign
(
params
,
this
.
ruleFormRule
);
Object
.
assign
(
params
,
this
.
ruleFormRule
);
console
.
log
(
params
);
console
.
log
(
params
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment