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
ddded843
Commit
ddded843
authored
Jan 10, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue
parents
93f52f28
66c80185
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
312 deletions
+5
-312
index.vue
src/views/contingency/contingencyplan/index.vue
+1
-0
index.vue
src/views/contingency/contingencystudy/index.vue
+1
-1
edit.vue
src/views/contingency/contingencystudy1/edit.vue
+0
-183
index.vue
src/views/contingency/contingencystudy1/index.vue
+0
-125
edit.vue
src/views/daily/fcghd/edit.vue
+1
-1
index.vue
src/views/daily/fcghd/index.vue
+2
-2
No files found.
src/views/contingency/contingencyplan/index.vue
View file @
ddded843
...
...
@@ -20,6 +20,7 @@
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<AttachFileShow
:delButton=
'false'
:addButton=
'false'
:app=
'app'
></AttachFileShow>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<!-- 额外按钮-->
...
...
src/views/contingency/contingencystudy/index.vue
View file @
ddded843
...
...
@@ -29,7 +29,7 @@
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
-->
<AttachFile
Button
:app=
'app'
></AttachFileButton
>
<AttachFile
Show
:delButton=
'false'
:addButton=
'false'
:app=
'app'
></AttachFileShow
>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<WorkFlowButton
:app=
'this'
></WorkFlowButton>
...
...
src/views/contingency/contingencystudy1/edit.vue
deleted
100644 → 0
View file @
93f52f28
<
template
>
<RelDialog
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"80px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练名称"
ref=
"name"
prop=
"name"
>
<el-input
:readonly=
"readonly"
v-model=
"form.name"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"分公司ID"
ref=
"gsid"
prop=
"gsid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gsid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练组织单位ID"
ref=
"yldwid"
prop=
"yldwid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.yldwid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练计划ID"
ref=
"yljhid"
prop=
"yljhid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.yljhid"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"培训人数"
ref=
"pxrs"
prop=
"pxrs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.pxrs"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练目标"
ref=
"ylmb"
prop=
"ylmb"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylmb"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练方式"
ref=
"ylfs"
prop=
"ylfs"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfs"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练时间"
ref=
"ylrq"
prop=
"ylrq"
>
<el-date-picker
style=
"width: 100%;"
:readonly=
"readonly"
type=
"date"
v-model=
"form.ylrq"
placeholder=
"选择日期"
>
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练责任人"
ref=
"ylzrrid"
prop=
"ylzrrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylzrrid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练时长"
ref=
"ylsc"
prop=
"ylsc"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylsc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"主(协)办单位"
ref=
"zbdwid"
prop=
"zbdwid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zbdwid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"演练负责人ID"
ref=
"ylfzrid"
prop=
"ylfzrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.ylfzrid"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"质量负责人ID"
ref=
"zlfzrid"
prop=
"zlfzrid"
>
<el-input
:readonly=
"readonly"
v-model=
"form.zlfzrid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"估计费用"
ref=
"gjfy"
prop=
"gjfy"
>
<el-input
:readonly=
"readonly"
v-model=
"form.gjfy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"备注"
ref=
"bz"
prop=
"bz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.bz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"系统版本"
ref=
"sysversion"
prop=
"sysversion"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sysversion"
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
</RelDialog>
</
template
>
<
script
>
import
{
editMixin
}
from
'common'
export
default
{
mixins
:
[
editMixin
],
/* 存放index页面传递的额外参数*/
mounted
()
{
},
/* 组件名称*/
name
:
"aqglYjylEdit"
,
/* 传递props模式一样必填,用于index,button,REdialog之间的组件通信*/
data
()
{
return
{
/* 额外初始化,根据需求*/
systemType
:
[],
bmList
:
[],
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
//ID
id
:
''
,
//演练名称
name
:
''
,
//分公司ID
gsid
:
''
,
//演练组织单位ID
yldwid
:
''
,
//演练计划ID
yljhid
:
''
,
//培训人数
pxrs
:
''
,
//演练目标
ylmb
:
''
,
//演练方式
ylfs
:
''
,
//演练时间
ylrq
:
new
Date
().
getTime
(),
//演练责任人
ylzrrid
:
''
,
//演练时长
ylsc
:
''
,
//主(协)办单位
zbdwid
:
''
,
//演练负责人ID
ylfzrid
:
''
,
//质量负责人ID
zlfzrid
:
''
,
//估计费用
gjfy
:
''
,
//备注
bz
:
''
,
//维护人编码
whrid
:
''
,
//维护人
whr
:
''
,
//维护时间
whsj
:
new
Date
().
getTime
(),
//创建人编码
cjrid
:
''
,
//创建人
cjr
:
''
,
//创建时间
cjsj
:
new
Date
().
getTime
(),
//系统版本
sysversion
:
''
,
},
/* form提交时的规则,具体规则参考官网*/
rules
:
{
}
}
},
methods
:
{
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
</
style
>
src/views/contingency/contingencystudy1/index.vue
deleted
100644 → 0
View file @
93f52f28
<
template
>
<div
class=
"min_full"
>
<!-- 查询条件-->
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"12"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
名称:
</span>
<el-input
v-model=
"queryParams.info"
></el-input>
</div>
</el-col>
</el-row>
</div>
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
<PrintButton
:app=
'app'
></PrintButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<AttachFileButton
:app=
'app'
></AttachFileButton>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<!-- 额外按钮-->
<!-- 表头设置 -->
<!-- 权限-->
</el-row>
<!-- 表格-->
<div
class=
"tablePagers"
>
<TablePager
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
</TablePager>
</div>
</div>
</
template
>
<
script
>
/* 引入需要的接口*/
import
{
doQuery
,
doAdd
,
doUpdate
,
doDelete
}
from
'@/api/contingency/yjyl.js'
;
/* edit页面*/
import
Edit
from
'./edit'
import
{
tableMixin
}
from
'common'
export
default
{
mixins
:
[
tableMixin
],
name
:
'aqglYjyl'
,
/* 初始额外赋值*/
async
mounted
()
{
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
data
()
{
return
{
/*需要的额外参数 */
showDialog
:
false
,
DialogName
:
''
,
type
:
''
,
DialogTitle
:
''
,
/* 基础url*/
baseUrl
:
'/aqgl/yjgl/yjyl'
,
/* 查询参数*/
queryParams
:
{
info
:
''
},
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"演练名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"分公司ID"
,
prop
:
"gsid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练组织单位ID"
,
prop
:
"yldwid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练计划ID"
,
prop
:
"yljhid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"培训人数"
,
prop
:
"pxrs"
,
fieldType
:
"int"
},
{
label
:
"演练目标"
,
prop
:
"ylmb"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"演练方式"
,
prop
:
"ylfs"
,
fieldType
:
"ftString"
,
width
:
60
},
{
label
:
"演练时间"
,
prop
:
"ylrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"演练责任人"
,
prop
:
"ylzrrid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练时长"
,
prop
:
"ylsc"
,
fieldType
:
"float"
},
{
label
:
"主(协)办单位"
,
prop
:
"zbdwid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"演练负责人ID"
,
prop
:
"ylfzrid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"质量负责人ID"
,
prop
:
"zlfzrid"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"估计费用"
,
prop
:
"gjfy"
,
fieldType
:
"float"
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"创建人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
},
{
label
:
"创建时间"
,
prop
:
"cjsj"
,
fieldType
:
"ftDateTime"
},
]
}
},
methods
:
{
/* 基础查询*/
query
:
doQuery
,
/* 基础增*/
apiAdd
:
doAdd
,
/* 基础更新*/
apiUpdate
:
doUpdate
,
/* 删除操作*/
apiDelete
:
doDelete
,
/* 初始化赋值操作*/
init
()
{
}
},
components
:
{
Edit
,
}
}
</
script
>
<
style
scoped
>
</
style
>
src/views/daily/fcghd/edit.vue
View file @
ddded843
...
...
@@ -52,7 +52,7 @@
},
/* 组件名称*/
name
:
"aqgl
/r
cglFcghdEdit"
,
name
:
"aqgl
R
cglFcghdEdit"
,
/* 传递props模式一样必填,用于index,button,REdialog之间的组件通信*/
data
()
{
...
...
src/views/daily/fcghd/index.vue
View file @
ddded843
...
...
@@ -45,7 +45,7 @@
doAdd
,
doUpdate
,
doDelete
}
from
'@/api/
aqgl/rcgl
/fcghd.js'
;
}
from
'@/api/
daily
/fcghd.js'
;
/* edit页面*/
import
Edit
from
'./edit'
import
{
...
...
@@ -53,7 +53,7 @@
}
from
'common'
export
default
{
mixins
:
[
tableMixin
],
name
:
'aqgl
/r
cglFcghd'
,
name
:
'aqgl
R
cglFcghd'
,
/* 初始额外赋值*/
async
mounted
()
{
...
...
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