Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-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
李苏
dxgaqgl-vue
Commits
06d08f9e
Commit
06d08f9e
authored
Sep 14, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资质证照调整
parent
f379fbbc
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
863 additions
and
514 deletions
+863
-514
edit.vue
src/views/daily/aqglry/edit.vue
+246
-177
index.vue
src/views/daily/aqglry/index.vue
+9
-0
edit.vue
src/views/daily/duty/edit.vue
+1
-1
edit.vue
src/views/daily/holdCertificate/edit.vue
+247
-179
index.vue
src/views/daily/holdCertificate/index.vue
+244
-142
edit.vue
src/views/daily/tzzyry/edit.vue
+49
-7
index.vue
src/views/daily/tzzyry/index.vue
+9
-0
edit.vue
src/views/daily/zyfzr/edit.vue
+49
-8
index.vue
src/views/daily/zyfzr/index.vue
+9
-0
No files found.
src/views/daily/aqglry/edit.vue
View file @
06d08f9e
This diff is collapsed.
Click to expand it.
src/views/daily/aqglry/index.vue
View file @
06d08f9e
...
@@ -115,6 +115,15 @@ import {
...
@@ -115,6 +115,15 @@ import {
{
label
:
"作业类别"
,
prop
:
"zsflName"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"作业类别"
,
prop
:
"zsflName"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"发证日期"
,
prop
:
"fzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"发证日期"
,
prop
:
"fzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"有效期"
,
prop
:
"yxq"
,
fieldType
:
"float"
},
{
label
:
"有效期"
,
prop
:
"yxq"
,
fieldType
:
"float"
},
{
label
:
"提醒周期(天)"
,
prop
:
"txzq"
},
{
label
:
"提醒日期"
,
prop
:
"txrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"截止日期"
,
prop
:
"jzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"截止日期"
,
prop
:
"jzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期1"
,
prop
:
"fsrq1"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期1"
,
prop
:
"fsrq1"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期2"
,
prop
:
"fsrq2"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期2"
,
prop
:
"fsrq2"
,
fieldType
:
"ftDateTime"
},
...
...
src/views/daily/duty/edit.vue
View file @
06d08f9e
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"履职内容"
ref=
"content"
prop=
"content"
>
<el-form-item
label=
"履职内容"
ref=
"content"
prop=
"content"
>
<RelSelect
linkage
:linkParams=
"
{flid:form.flid}" :readonly="readonly" style="width: 100%;" src='/aqgl/rcgl/lzbz/query' filterable clearable :match="{value:'content',label:'content'}" v-model='form.content' >
</RelSelec
t>
<el-input
:readonly=
"readonly"
v-model=
"form.content"
></el-inpu
t>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
...
src/views/daily/holdCertificate/edit.vue
View file @
06d08f9e
This diff is collapsed.
Click to expand it.
src/views/daily/holdCertificate/index.vue
View file @
06d08f9e
This diff is collapsed.
Click to expand it.
src/views/daily/tzzyry/edit.vue
View file @
06d08f9e
...
@@ -68,12 +68,24 @@
...
@@ -68,12 +68,24 @@
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"复审日期1"
ref=
"fsrq1"
prop=
"fsrq1"
>
<el-form-item
label=
"复审日期1"
ref=
"fsrq1"
prop=
"fsrq1"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
value-format=
"timestamp"
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
value-format=
"timestamp"
v-model=
"form.fsrq1"
placeholder=
"选择日期"
>
v-model=
"form.fsrq1"
placeholder=
"选择日期"
>
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"提醒周期(天)"
ref=
"txzq"
prop=
"txzq"
>
<el-input
:readonly=
"readonly"
v-model=
"form.txzq"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"提醒日期"
ref=
"txrq"
prop=
"txrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"true"
type=
"date"
value-format=
"timestamp"
v-model=
"form.txrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"实际复审日期1"
ref=
"sjfsrq1"
prop=
"sjfsrq1"
>
<el-form-item
label=
"实际复审日期1"
ref=
"sjfsrq1"
prop=
"sjfsrq1"
>
...
@@ -112,7 +124,31 @@
...
@@ -112,7 +124,31 @@
},
},
/* 组件名称*/
/* 组件名称*/
name
:
"aqgl/rcglYgczxxEdit"
,
computed
:
{
txzq
()
{
return
(
this
.
form
.
txzq
)
},
fsrq1
()
{
return
(
this
.
form
.
fsrq1
)
}
},
/* 组件名称*/
watch
:{
txzq
(
val
){
if
(
this
.
form
.
fsrq1
){
this
.
form
.
txrq
=
this
.
form
.
fsrq1
-
val
*
24
*
60
*
60
*
1000
}
},
fsrq1
(
val
){
if
(
this
.
form
.
txzq
){
this
.
form
.
txrq
=
this
.
form
.
fsrq1
-
this
.
form
.
txzq
*
24
*
60
*
60
*
1000
}
}
},
/* 传递props模式一样必填,用于index,button,REdialog之间的组件通信*/
/* 传递props模式一样必填,用于index,button,REdialog之间的组件通信*/
data
()
{
data
()
{
...
@@ -125,6 +161,8 @@
...
@@ -125,6 +161,8 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
form
:
{
txzq
:
''
,
txrq
:
''
,
gsid
:
''
,
gsid
:
''
,
userName
:
''
,
userName
:
''
,
//ID
//ID
...
@@ -183,6 +221,10 @@
...
@@ -183,6 +221,10 @@
name
:
[{
required
:
true
,
trigger
:
'blur'
},
],
name
:
[{
required
:
true
,
trigger
:
'blur'
},
],
flid
:
[{
required
:
true
,
trigger
:
'blur'
},
],
flid
:
[{
required
:
true
,
trigger
:
'blur'
},
],
syfw
:
[{
required
:
true
,
trigger
:
'blur'
},
],
syfw
:
[{
required
:
true
,
trigger
:
'blur'
},
],
fsrq1
:
[{
required
:
true
,
trigger
:
'blur'
},
],
}
}
}
}
},
},
...
...
src/views/daily/tzzyry/index.vue
View file @
06d08f9e
...
@@ -115,6 +115,15 @@ import {
...
@@ -115,6 +115,15 @@ import {
{
label
:
"作业类别"
,
prop
:
"zsflName"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"作业类别"
,
prop
:
"zsflName"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"发证日期"
,
prop
:
"fzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"发证日期"
,
prop
:
"fzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"有效期"
,
prop
:
"yxq"
,
fieldType
:
"float"
},
{
label
:
"有效期"
,
prop
:
"yxq"
,
fieldType
:
"float"
},
{
label
:
"提醒周期(天)"
,
prop
:
"txzq"
},
{
label
:
"提醒日期"
,
prop
:
"txrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"截止日期"
,
prop
:
"jzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"截止日期"
,
prop
:
"jzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期1"
,
prop
:
"fsrq1"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期1"
,
prop
:
"fsrq1"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期2"
,
prop
:
"fsrq2"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期2"
,
prop
:
"fsrq2"
,
fieldType
:
"ftDateTime"
},
...
...
src/views/daily/zyfzr/edit.vue
View file @
06d08f9e
...
@@ -68,12 +68,24 @@
...
@@ -68,12 +68,24 @@
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"复审日期1"
ref=
"fsrq1"
prop=
"fsrq1"
>
<el-form-item
label=
"复审日期1"
ref=
"fsrq1"
prop=
"fsrq1"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
value-format=
"timestamp"
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
value-format=
"timestamp"
v-model=
"form.fsrq1"
placeholder=
"选择日期"
>
v-model=
"form.fsrq1"
placeholder=
"选择日期"
>
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"提醒周期(天)"
ref=
"txzq"
prop=
"txzq"
>
<el-input
:readonly=
"readonly"
v-model=
"form.txzq"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"提醒日期"
ref=
"txrq"
prop=
"txrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"true"
type=
"date"
value-format=
"timestamp"
v-model=
"form.txrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"实际复审日期1"
ref=
"sjfsrq1"
prop=
"sjfsrq1"
>
<el-form-item
label=
"实际复审日期1"
ref=
"sjfsrq1"
prop=
"sjfsrq1"
>
...
@@ -112,8 +124,31 @@
...
@@ -112,8 +124,31 @@
},
},
/* 组件名称*/
/* 组件名称*/
name
:
"aqgl/rcglYgczxxEdit"
,
computed
:
{
/* 传递props模式一样必填,用于index,button,REdialog之间的组件通信*/
txzq
()
{
return
(
this
.
form
.
txzq
)
},
fsrq1
()
{
return
(
this
.
form
.
fsrq1
)
}
},
/* 组件名称*/
watch
:{
txzq
(
val
){
if
(
this
.
form
.
fsrq1
){
this
.
form
.
txrq
=
this
.
form
.
fsrq1
-
val
*
24
*
60
*
60
*
1000
}
},
fsrq1
(
val
){
if
(
this
.
form
.
txzq
){
this
.
form
.
txrq
=
this
.
form
.
fsrq1
-
this
.
form
.
txzq
*
24
*
60
*
60
*
1000
}
}
},
data
()
{
data
()
{
return
{
return
{
...
@@ -125,6 +160,8 @@
...
@@ -125,6 +160,8 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
form
:
{
txzq
:
''
,
txrq
:
''
,
gsid
:
''
,
gsid
:
''
,
userName
:
''
,
userName
:
''
,
//ID
//ID
...
@@ -183,6 +220,10 @@
...
@@ -183,6 +220,10 @@
name
:
[{
required
:
true
,
trigger
:
'blur'
},
],
name
:
[{
required
:
true
,
trigger
:
'blur'
},
],
flid
:
[{
required
:
true
,
trigger
:
'blur'
},
],
flid
:
[{
required
:
true
,
trigger
:
'blur'
},
],
syfw
:
[{
required
:
true
,
trigger
:
'blur'
},
],
syfw
:
[{
required
:
true
,
trigger
:
'blur'
},
],
fsrq1
:
[{
required
:
true
,
trigger
:
'blur'
},
],
}
}
}
}
},
},
...
...
src/views/daily/zyfzr/index.vue
View file @
06d08f9e
...
@@ -115,6 +115,15 @@ import {
...
@@ -115,6 +115,15 @@ import {
{
label
:
"作业类别"
,
prop
:
"zsflName"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"作业类别"
,
prop
:
"zsflName"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"发证日期"
,
prop
:
"fzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"发证日期"
,
prop
:
"fzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"有效期"
,
prop
:
"yxq"
,
fieldType
:
"float"
},
{
label
:
"有效期"
,
prop
:
"yxq"
,
fieldType
:
"float"
},
{
label
:
"提醒周期(天)"
,
prop
:
"txzq"
},
{
label
:
"提醒日期"
,
prop
:
"txrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"截止日期"
,
prop
:
"jzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"截止日期"
,
prop
:
"jzrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期1"
,
prop
:
"fsrq1"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期1"
,
prop
:
"fsrq1"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期2"
,
prop
:
"fsrq2"
,
fieldType
:
"ftDateTime"
},
{
label
:
"复审日期2"
,
prop
:
"fsrq2"
,
fieldType
:
"ftDateTime"
},
...
...
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