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
8330a5f9
Commit
8330a5f9
authored
Jan 05, 2023
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
反思时间,移除时间默认值
parent
b7077c43
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
edit.vue
src/views/threeViolations/tFPasses/edit.vue
+6
-7
reflect.vue
src/views/threeViolations/tFPasses/reflect.vue
+3
-3
No files found.
src/views/threeViolations/tFPasses/edit.vue
View file @
8330a5f9
...
...
@@ -208,7 +208,7 @@
//违规人ID
userid
:
''
,
//违章日期
wzrq
:
new
Date
().
getTime
()
,
wzrq
:
''
,
//违章行为
wzxw
:
''
,
//备注
...
...
@@ -218,13 +218,11 @@
//维护人
whr
:
''
,
//维护时间
whsj
:
new
Date
().
getTime
(),
//创建人编码
cjrid
:
''
,
//创建人
cjr
:
''
,
//创建时间
cjsj
:
new
Date
().
getTime
(),
//系统版本
sysversion
:
''
,
//状态
...
...
@@ -253,11 +251,12 @@
//安全教育人
aqjyrid
:
''
,
//安全教育时间
aqjysj
:
new
Date
().
getTime
()
,
aqjysj
:
''
,
//安全教育内容
aqcont
:
''
,
//反思内容
fscont
:
''
,
fssj
:
''
,
//谈话层级
ldglcj
:
''
,
//教育人编码
...
...
@@ -265,13 +264,13 @@
//被教育人编码
ldbjyrid
:
''
,
//领导教育时间
ldjysj
:
new
Date
().
getTime
()
,
ldjysj
:
''
,
//领导教育内容
ldcont
:
''
,
//家属教育人
jsjyr
:
''
,
//家属教育时间
jsjysj
:
new
Date
().
getTime
()
,
jsjysj
:
''
,
//家属教育内容
jscont
:
''
,
//纠正措施
...
...
@@ -281,7 +280,7 @@
//纠正验证人编码
jzyzrid
:
''
,
//纠正验证时间
jzyzsj
:
new
Date
().
getTime
()
,
jzyzsj
:
''
,
//处罚标志
cfbz
:
''
,
//处罚金额
...
...
src/views/threeViolations/tFPasses/reflect.vue
View file @
8330a5f9
...
...
@@ -21,12 +21,12 @@
</el-form-item>
</el-col>
-->
<el-col
:span=
"24"
>
<el-form-item
label=
"
检查
时间"
>
<el-date-picker
value-format=
"timestamp"
type=
"datetime"
v-model=
"vMain.rowItem.fs
jy
sj"
:readonly=
"readonly"
></el-date-picker>
<el-form-item
label=
"
反思
时间"
>
<el-date-picker
value-format=
"timestamp"
type=
"datetime"
v-model=
"vMain.rowItem.fssj"
:readonly=
"readonly"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"
检查
内容"
>
<el-form-item
label=
"
反思
内容"
>
<el-input
v-model=
"vMain.rowItem.fscont"
type=
"textarea"
:readonly=
"readonly"
rows=
"10"
>
</el-input>
</el-form-item>
...
...
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