Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
c1f250de
Commit
c1f250de
authored
Nov 10, 2022
by
王向前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
外协管理
parent
89d9a382
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
index.vue
src/views/outsourcingDirector/declare/index.vue
+11
-6
No files found.
src/views/outsourcingDirector/declare/index.vue
View file @
c1f250de
...
@@ -157,29 +157,29 @@
...
@@ -157,29 +157,29 @@
>
>
<el-row
:gutter=
"20"
class
>
<el-row
:gutter=
"20"
class
>
<el-col
:span=
"24"
class=
"padding-right-sm padding-left-sm"
>
<el-col
:span=
"24"
class=
"padding-right-sm padding-left-sm"
>
<el-form-item
label=
"物业所在单位"
ref=
"xh"
prop=
"xh"
>
<el-form-item
label=
"物业所在单位"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
xh
"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.
spyj"
class=
"text-center
"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
class=
"padding-right-sm padding-left-sm"
>
<el-col
:span=
"24"
class=
"padding-right-sm padding-left-sm"
>
<el-form-item
label=
"申报人"
prop=
"mc"
>
<el-form-item
label=
"申报人"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
mc
"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.
sprNameTime"
class=
"text-center
"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
class
>
<el-row
:gutter=
"20"
class
>
<el-col
:span=
"24"
class=
"padding-right-sm padding-left-sm"
>
<el-col
:span=
"24"
class=
"padding-right-sm padding-left-sm"
>
<el-form-item
:label=
"form.zrbmName"
>
<el-form-item
:label=
"form.zrbmName"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
xh
"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.
qryj"
class=
"text-center
"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
class=
"padding-right-sm padding-left-sm"
>
<el-col
:span=
"24"
class=
"padding-right-sm padding-left-sm"
>
<el-form-item
label=
"负责人"
>
<el-form-item
label=
"负责人"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
mc
"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.
qrrNameTime"
class=
"text-center
"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -357,6 +357,8 @@ export default {
...
@@ -357,6 +357,8 @@ export default {
init
()
{},
init
()
{},
getRow
(
currentRow
,
oldCurrentRow
){
getRow
(
currentRow
,
oldCurrentRow
){
this
.
form
=
currentRow
;
this
.
form
=
currentRow
;
this
.
form
.
sprNameTime
=
this
.
form
.
sprName
+
" "
+
new
Date
(
this
.
form
.
spsj
).
Format
(
"yyyy-MM-dd"
);
this
.
form
.
qrrNameTime
=
this
.
form
.
qrrName
+
" "
+
new
Date
(
this
.
form
.
qrsj
).
Format
(
"yyyy-MM-dd"
)
}
}
},
},
components
:
{
components
:
{
...
@@ -417,5 +419,8 @@ $color-border-grey: #c0c4cc;
...
@@ -417,5 +419,8 @@ $color-border-grey: #c0c4cc;
.el-row
.el-col
:nth-child
(
2n
)
{
.el-row
.el-col
:nth-child
(
2n
)
{
padding-left
:
0
!
important
;
padding-left
:
0
!
important
;
}
}
::v-deep
.text-center
.el-input__inner
{
text-align
:
center
}
}
}
</
style
>
</
style
>
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