Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
contractmanage
Project
Project
Details
Activity
Releases
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
张伯涛
contractmanage
Commits
8812684a
Commit
8812684a
authored
Mar 08, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6f6f1ab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
5 deletions
+26
-5
index.vue
src/views/list/index.vue
+26
-5
No files found.
src/views/list/index.vue
View file @
8812684a
...
@@ -22,6 +22,16 @@
...
@@ -22,6 +22,16 @@
<el-option
value=
"0"
label=
"否"
/>
<el-option
value=
"0"
label=
"否"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"是否有附件"
>
<el-select
v-model=
"serchForm.fujian"
clearable
placeholder=
"请选择"
>
<el-option
:value=
"''"
label=
"全部"
/>
<el-option
value=
"1"
label=
"是"
/>
<el-option
value=
"0"
label=
"否"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"formID"
>
<el-input
v-model
.
trim=
"serchForm.FROMID"
clearable
placeholder=
"请输入"
maxlength=
"30"
/>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleQuery()"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"handleQuery()"
>
查询
</el-button>
</el-form-item>
</el-form-item>
...
@@ -42,12 +52,13 @@
...
@@ -42,12 +52,13 @@
<el-table-column
label=
"原合同ID"
prop=
"FROMID"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"原合同ID"
prop=
"FROMID"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"合同中文名称"
prop=
"CONNAMECN"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"合同中文名称"
prop=
"CONNAMECN"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"
{ row }">
<template
slot-scope=
"
{ row }">
<el-link
type=
"primary"
@
click
.
stop=
"checkDetail(row)"
>
{{
row
.
CONNAMECN
}}
</el-link>
<el-link
type=
"primary"
@
click
.
stop=
"checkDetail(row)"
>
{{
row
.
CONNAMECN
}}
</el-link>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"合同编码"
prop=
"CONCODE"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"合同编码"
prop=
"CONCODE"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目编码"
prop=
"PROJNUMBER"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目编码"
prop=
"PROJNUMBER"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目名称"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目名称"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"附件个数"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"合同业务类型"
prop=
"BUSINESSTYPE"
/>
<el-table-column
label=
"合同业务类型"
prop=
"BUSINESSTYPE"
/>
<el-table-column
label=
"签约日期"
prop=
"SIGNDATE"
/>
<el-table-column
label=
"签约日期"
prop=
"SIGNDATE"
/>
<!-- <el-table-column label="同步状态" prop="synchronization">
<!-- <el-table-column label="同步状态" prop="synchronization">
...
@@ -81,7 +92,7 @@
...
@@ -81,7 +92,7 @@
<el-table-column
width=
"135px"
label=
"操作"
>
<el-table-column
width=
"135px"
label=
"操作"
>
<
template
slot-scope=
"{ row }"
>
<
template
slot-scope=
"{ row }"
>
<el-link
:underline=
"false"
type=
"primary"
@
click
.
stop=
"update(row)"
>
修改
</el-link>
<el-link
:underline=
"false"
type=
"primary"
@
click
.
stop=
"update(row)"
>
修改
</el-link>
<!--
<el-link
:underline=
"false"
type=
"warning"
style=
"margin-left: 10px "
@
click
.
stop=
"checkDetail(row)"
>
查看
</el-link>
-->
<!--
<el-link
:underline=
"false"
type=
"warning"
style=
"margin-left: 10px "
@
click
.
stop=
"checkDetail(row)"
>
查看
</el-link>
-->
<el-link
v-if=
"jurisdiction === '2016012550'"
:underline=
"false"
type=
"success"
style=
"margin-left: 10px"
@
click
.
stop=
"pushInfo(row)"
>
推送
</el-link>
<el-link
v-if=
"jurisdiction === '2016012550'"
:underline=
"false"
type=
"success"
style=
"margin-left: 10px"
@
click
.
stop=
"pushInfo(row)"
>
推送
</el-link>
<el-link
:underline=
"false"
type=
"danger"
style=
"margin-left: 10px "
@
click
.
stop=
"del(row)"
>
删除
</el-link>
<el-link
:underline=
"false"
type=
"danger"
style=
"margin-left: 10px "
@
click
.
stop=
"del(row)"
>
删除
</el-link>
</
template
>
</
template
>
...
@@ -97,6 +108,7 @@
...
@@ -97,6 +108,7 @@
<el-table-column
label=
"合同编码"
prop=
"CONCODE"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"合同编码"
prop=
"CONCODE"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目编码"
prop=
"PROJNUMBER"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目编码"
prop=
"PROJNUMBER"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目名称"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目名称"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"附件个数"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"合同业务类型"
prop=
"BUSINESSTYPE"
/>
<el-table-column
label=
"合同业务类型"
prop=
"BUSINESSTYPE"
/>
<el-table-column
label=
"签约日期"
prop=
"SIGNDATE"
/>
<el-table-column
label=
"签约日期"
prop=
"SIGNDATE"
/>
<!-- <el-table-column label="同步状态" prop="synchronization">
<!-- <el-table-column label="同步状态" prop="synchronization">
...
@@ -130,7 +142,7 @@
...
@@ -130,7 +142,7 @@
<el-table-column
width=
"135px"
label=
"操作"
>
<el-table-column
width=
"135px"
label=
"操作"
>
<
template
slot-scope=
"{ row }"
>
<
template
slot-scope=
"{ row }"
>
<el-link
:underline=
"false"
type=
"primary"
@
click
.
stop=
"update(row)"
>
修改
</el-link>
<el-link
:underline=
"false"
type=
"primary"
@
click
.
stop=
"update(row)"
>
修改
</el-link>
<!--
<el-link
:underline=
"false"
type=
"warning"
style=
"margin-left: 10px "
@
click
.
stop=
"checkDetail(row)"
>
查看
</el-link>
-->
<!--
<el-link
:underline=
"false"
type=
"warning"
style=
"margin-left: 10px "
@
click
.
stop=
"checkDetail(row)"
>
查看
</el-link>
-->
<el-link
v-if=
"jurisdiction === '2016012550'"
:underline=
"false"
type=
"success"
style=
"margin-left: 10px"
@
click
.
stop=
"pushInfo(row)"
>
推送
</el-link>
<el-link
v-if=
"jurisdiction === '2016012550'"
:underline=
"false"
type=
"success"
style=
"margin-left: 10px"
@
click
.
stop=
"pushInfo(row)"
>
推送
</el-link>
<el-link
:underline=
"false"
type=
"danger"
style=
"margin-left: 10px "
@
click
.
stop=
"del(row)"
>
删除
</el-link>
<el-link
:underline=
"false"
type=
"danger"
style=
"margin-left: 10px "
@
click
.
stop=
"del(row)"
>
删除
</el-link>
</
template
>
</
template
>
...
@@ -146,6 +158,7 @@
...
@@ -146,6 +158,7 @@
<el-table-column
label=
"合同编码"
prop=
"CONCODE"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"合同编码"
prop=
"CONCODE"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目编码"
prop=
"PROJNUMBER"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目编码"
prop=
"PROJNUMBER"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目名称"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"项目名称"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"附件个数"
prop=
"PROJNAME"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"合同业务类型"
prop=
"BUSINESSTYPE"
/>
<el-table-column
label=
"合同业务类型"
prop=
"BUSINESSTYPE"
/>
<el-table-column
label=
"签约日期"
prop=
"SIGNDATE"
/>
<el-table-column
label=
"签约日期"
prop=
"SIGNDATE"
/>
<!-- <el-table-column label="同步状态" prop="synchronization">
<!-- <el-table-column label="同步状态" prop="synchronization">
...
@@ -179,7 +192,7 @@
...
@@ -179,7 +192,7 @@
<el-table-column
width=
"135px"
label=
"操作"
>
<el-table-column
width=
"135px"
label=
"操作"
>
<
template
slot-scope=
"{ row }"
>
<
template
slot-scope=
"{ row }"
>
<el-link
:underline=
"false"
type=
"primary"
@
click
.
stop=
"update(row)"
>
修改
</el-link>
<el-link
:underline=
"false"
type=
"primary"
@
click
.
stop=
"update(row)"
>
修改
</el-link>
<!--
<el-link
:underline=
"false"
type=
"warning"
style=
"margin-left: 10px "
@
click
.
stop=
"checkDetail(row)"
>
查看
</el-link>
-->
<!--
<el-link
:underline=
"false"
type=
"warning"
style=
"margin-left: 10px "
@
click
.
stop=
"checkDetail(row)"
>
查看
</el-link>
-->
<el-link
v-if=
"jurisdiction === '2016012550'"
:underline=
"false"
type=
"success"
style=
"margin-left: 10px"
@
click
.
stop=
"pushInfo(row)"
>
推送
</el-link>
<el-link
v-if=
"jurisdiction === '2016012550'"
:underline=
"false"
type=
"success"
style=
"margin-left: 10px"
@
click
.
stop=
"pushInfo(row)"
>
推送
</el-link>
<el-link
:underline=
"false"
type=
"danger"
style=
"margin-left: 10px "
@
click
.
stop=
"del(row)"
>
删除
</el-link>
<el-link
:underline=
"false"
type=
"danger"
style=
"margin-left: 10px "
@
click
.
stop=
"del(row)"
>
删除
</el-link>
</
template
>
</
template
>
...
@@ -294,7 +307,9 @@ export default {
...
@@ -294,7 +307,9 @@ export default {
CONNAMECN
:
''
,
CONNAMECN
:
''
,
CONCODE
:
''
,
CONCODE
:
''
,
PROJNAME
:
''
,
PROJNAME
:
''
,
SYNCHRONIZATIONSTATUS
:
''
FROMID
:
''
,
SYNCHRONIZATIONSTATUS
:
''
,
fujian
:
''
},
},
errorForm
:
{
errorForm
:
{
errorInformation
:
''
errorInformation
:
''
...
@@ -677,6 +692,8 @@ obj=this.typeform*/
...
@@ -677,6 +692,8 @@ obj=this.typeform*/
CONCODE
:
this
.
serchForm
.
CONCODE
,
CONCODE
:
this
.
serchForm
.
CONCODE
,
PROJNUMBER
:
this
.
serchForm
.
PROJNUMBER
,
PROJNUMBER
:
this
.
serchForm
.
PROJNUMBER
,
PROJNAME
:
this
.
serchForm
.
PROJNAME
,
PROJNAME
:
this
.
serchForm
.
PROJNAME
,
FROMID
:
this
.
serchForm
.
FROMID
,
fujian
:
this
.
serchForm
.
fujian
,
SYNCHRONIZATIONSTATUS
:
this
.
serchForm
.
SYNCHRONIZATIONSTATUS
SYNCHRONIZATIONSTATUS
:
this
.
serchForm
.
SYNCHRONIZATIONSTATUS
}
}
}).
then
(
res
=>
{
}).
then
(
res
=>
{
...
@@ -705,6 +722,8 @@ obj=this.typeform*/
...
@@ -705,6 +722,8 @@ obj=this.typeform*/
CONCODE
:
this
.
serchForm
.
CONCODE
,
CONCODE
:
this
.
serchForm
.
CONCODE
,
PROJNUMBER
:
this
.
serchForm
.
PROJNUMBER
,
PROJNUMBER
:
this
.
serchForm
.
PROJNUMBER
,
PROJNAME
:
this
.
serchForm
.
PROJNAME
,
PROJNAME
:
this
.
serchForm
.
PROJNAME
,
FROMID
:
this
.
serchForm
.
FROMID
,
fujian
:
this
.
serchForm
.
fujian
,
SYNCHRONIZATIONSTATUS
:
this
.
serchForm
.
SYNCHRONIZATIONSTATUS
SYNCHRONIZATIONSTATUS
:
this
.
serchForm
.
SYNCHRONIZATIONSTATUS
}
}
}).
then
(
res
=>
{
}).
then
(
res
=>
{
...
@@ -731,6 +750,8 @@ obj=this.typeform*/
...
@@ -731,6 +750,8 @@ obj=this.typeform*/
CONCODE
:
this
.
serchForm
.
CONCODE
,
CONCODE
:
this
.
serchForm
.
CONCODE
,
PROJNUMBER
:
this
.
serchForm
.
PROJNUMBER
,
PROJNUMBER
:
this
.
serchForm
.
PROJNUMBER
,
PROJNAME
:
this
.
serchForm
.
PROJNAME
,
PROJNAME
:
this
.
serchForm
.
PROJNAME
,
FROMID
:
this
.
serchForm
.
FROMID
,
fujian
:
this
.
serchForm
.
fujian
,
SYNCHRONIZATIONSTATUS
:
this
.
serchForm
.
SYNCHRONIZATIONSTATUS
SYNCHRONIZATIONSTATUS
:
this
.
serchForm
.
SYNCHRONIZATIONSTATUS
}
}
}).
then
(
res
=>
{
}).
then
(
res
=>
{
...
...
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