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
260f64f1
Commit
260f64f1
authored
Mar 08, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
769d7e2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
add.vue
src/views/list/add.vue
+2
-2
index.vue
src/views/list/index.vue
+10
-2
No files found.
src/views/list/add.vue
View file @
260f64f1
...
@@ -1256,7 +1256,7 @@
...
@@ -1256,7 +1256,7 @@
<div
id=
"bond"
class=
"step-header"
>
<div
id=
"bond"
class=
"step-header"
>
<div
class=
"step-label"
>
担保信息
</div>
<div
class=
"step-label"
>
担保信息
</div>
<div
class=
"step-header--right"
>
<div
class=
"step-header--right"
>
<el-button
v-if=
"form.TZXX.ISSFYBZJ === '1'&& $route.query.type !== 'checkDetails'"
type=
"primary"
@
click=
"addBZJXX()"
>
新增担保信息
</el-button>
<el-button
v-if=
"form.TZXX.ISSFYBZJ === '1'
&& $route.query.type !== 'checkDetails'"
type=
"primary"
@
click=
"addBZJXX()"
>
新增担保信息
</el-button>
</div>
</div>
</div>
</div>
<div>
<div>
...
@@ -1318,7 +1318,7 @@
...
@@ -1318,7 +1318,7 @@
<div
id=
"guarantee"
class=
"step-header"
>
<div
id=
"guarantee"
class=
"step-header"
>
<div
class=
"step-label"
>
担保信息
</div>
<div
class=
"step-label"
>
担保信息
</div>
<div
class=
"step-header--right"
>
<div
class=
"step-header--right"
>
<el-button
type=
"primary"
@
click=
"addDBXX()"
>
新增担保信息
</el-button>
<el-button
v-if=
"$route.query.type !== 'checkDetails'"
type=
"primary"
@
click=
"addDBXX()"
>
新增担保信息
</el-button>
</div>
</div>
</div>
</div>
<div
/>
<div
/>
...
...
src/views/list/index.vue
View file @
260f64f1
...
@@ -104,7 +104,11 @@
...
@@ -104,7 +104,11 @@
<el-table
:row-style=
"tableRowStyle"
:data=
"deptData"
border
>
<el-table
:row-style=
"tableRowStyle"
:data=
"deptData"
border
>
<el-table-column
label=
"序号"
type=
"index"
width=
"55"
/>
<el-table-column
label=
"序号"
type=
"index"
width=
"55"
/>
<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 }"
>
<el-link
type=
"primary"
@
click
.
stop=
"checkDetail(row)"
>
{{
row
.
CONNAMECN
}}
</el-link>
</
template
>
</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"
/>
...
@@ -154,7 +158,11 @@
...
@@ -154,7 +158,11 @@
<el-table
:row-style=
"tableRowStyle"
:data=
"allData"
border
>
<el-table
:row-style=
"tableRowStyle"
:data=
"allData"
border
>
<el-table-column
label=
"序号"
type=
"index"
width=
"55"
/>
<el-table-column
label=
"序号"
type=
"index"
width=
"55"
/>
<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 }"
>
<el-link
type=
"primary"
@
click
.
stop=
"checkDetail(row)"
>
{{
row
.
CONNAMECN
}}
</el-link>
</
template
>
</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"
/>
...
...
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