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
bee5f2a1
Commit
bee5f2a1
authored
Jan 20, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a83befff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
90 additions
and
40 deletions
+90
-40
add.vue
src/views/list/add.vue
+90
-40
No files found.
src/views/list/add.vue
View file @
bee5f2a1
...
...
@@ -272,45 +272,6 @@
<el-input
v-model
.
trim=
"form.OID"
placeholder=
"请输入"
maxlength=
"50"
/>
</el-form-item>
</el-col>
<el-row>
<el-row
class=
"PartiesInformation"
>
<el-col
:span=
"24"
class=
"smallCol"
style=
"padding: 13px"
>
我方签约授权人
</el-col>
</el-row>
<el-row
class=
"PartiesInformation"
style=
"padding-top: 0!important;"
>
<el-col
:span=
"9"
class=
"smallCol"
style=
"padding: 13px"
>
授权人姓名
</el-col>
<el-col
:span=
"9"
class=
"smallCol"
style=
"padding: 13px"
>
授权人身份证号
</el-col>
<el-col
:span=
"6"
class=
"smallCol"
style=
"padding: 13px"
>
操作
</el-col>
</el-row>
</el-row>
<div
v-for=
"(item3, index3) in form.SignOptions"
:key=
"index3"
class=
"PartiesInformationContant"
>
<el-row>
<el-col
:span=
"9"
class=
"miniCol11"
>
<el-input
v-model=
"item3.signName"
maxlength=
"5"
placeholder=
"请输入"
/>
</el-col>
<el-col
:span=
"9"
class=
"miniCol11"
>
<el-input
v-model=
"item3.sianID"
maxlength=
"20"
placeholder=
"请输入"
/>
</el-col>
<el-col
:span=
"6"
class=
"miniCol11"
>
<div
style=
"padding: 10px 15px;"
>
<el-link
type=
"primary"
:underline=
"false"
@
click=
"addSign(index3)"
>
新增
</el-link>
<el-link
style=
"margin-left: 10px"
type=
"danger"
:underline=
"false"
@
click=
"delSign(index3)"
>
删除
</el-link>
</div>
</el-col>
</el-row>
</div>
<el-col
:span=
"24"
style=
"margin-top: 20px"
>
<el-form-item
label=
"合同概述"
prop=
"CONSUMMARY"
>
<!--
<div
class=
"input-long el-textarea el-input--mini el-input--suffix"
style=
"width: 96%;"
>
-->
...
...
@@ -330,7 +291,45 @@
</el-row>
</div>
</div>
<div
class=
"step-form"
>
<el-row>
<el-row
class=
"PartiesInformation"
>
<el-col
:span=
"24"
class=
"smallCol"
style=
"padding: 13px"
>
我方签约授权人
</el-col>
</el-row>
<el-row
class=
"PartiesInformation"
style=
"padding-top: 0!important;"
>
<el-col
:span=
"9"
class=
"smallCol"
style=
"padding: 13px"
>
授权人姓名
</el-col>
<el-col
:span=
"9"
class=
"smallCol"
style=
"padding: 13px"
>
授权人身份证号
</el-col>
<el-col
:span=
"6"
class=
"smallCol"
style=
"padding: 13px"
>
操作
</el-col>
</el-row>
</el-row>
<div
v-for=
"(item3, index3) in form.SignOptions"
:key=
"index3"
class=
"PartiesInformationContant"
>
<el-row>
<el-col
:span=
"9"
class=
"miniCol11"
>
<el-input
v-model=
"item3.signName"
maxlength=
"5"
placeholder=
"请输入"
/>
</el-col>
<el-col
:span=
"9"
class=
"miniCol11"
>
<el-input
v-model=
"item3.sianID"
maxlength=
"20"
placeholder=
"请输入"
/>
</el-col>
<el-col
:span=
"6"
class=
"miniCol11"
>
<div
style=
"padding: 10px 15px;"
>
<el-link
type=
"primary"
:underline=
"false"
@
click=
"addSign(index3)"
>
新增
</el-link>
<el-link
style=
"margin-left: 10px"
type=
"danger"
:underline=
"false"
@
click=
"delSign(index3)"
>
删除
</el-link>
</div>
</el-col>
</el-row>
</div>
<div
class=
"step-form"
style=
"padding-top: 20px"
>
<div
id=
"party"
class=
"step-header"
>
<div
class=
"step-label"
>
当事方信息
</div>
<div
class=
"step-header--right"
>
...
...
@@ -1373,6 +1372,57 @@ export default {
<
style
lang=
"scss"
>
.contractDetail
{
height
:
calc
(
92
.4vh
-
95px
);
.PartiesInformationContant
{
font-weight
:
bold
;
font-size
:
14px
;
padding
:
0
3%
;
.el-input--small
{
width
:
95%
;
margin
:
3px
;
}
.miniCol1
{
border
:
0
;
height
:
40px
;
}
.miniCol
{
border
:
1px
solid
#edf2fc
;
border-bottom
:
0
;
border-top
:
0
;
height
:
40px
;
}
.miniCol11
{
border
:
1px
solid
#edf2fc
;
border-top
:
0
;
height
:
40px
;
}
.bigCol
{
border
:
1px
solid
#edf2fc
;
border-bottom
:
0
;
height
:
88px
;
padding
:
20px
}
.smallCol
{
border
:
1px
solid
#edf2fc
;
border-bottom
:
0
;
height
:
44px
;
padding
:
16px
}
}
.PartiesInformation
{
font-weight
:
bold
;
font-size
:
14px
;
padding
:
20px
3%
0
;
.bigCol
{
border
:
1px
solid
#edf2fc
;
height
:
88px
;
padding
:
20px
}
.smallCol
{
border
:
1px
solid
#edf2fc
;
height
:
44px
;
padding
:
16px
}
}
.el-input--small
.el-input__inner
{
padding
:
0
10px
;
}
...
...
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