Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gavel-hafms-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
李苏
gavel-hafms-vue
Commits
79816d2b
Commit
79816d2b
authored
Oct 28, 2023
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
# Conflicts: # src/views/sbysjsp/yssq/index.vue # src/views/sbysjsp/yssqtz/index.vue
parent
b090a141
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
415 additions
and
340 deletions
+415
-340
fymxwd.js
src/api/jccspz/fymxwd.js
+23
-6
edit.vue
src/views/jccspz/fymxwd/edit.vue
+20
-15
index.vue
src/views/jccspz/fymxwd/index.vue
+201
-92
index.vue
src/views/sbysjsp/yssq/index.vue
+146
-201
index.vue
src/views/sbysjsp/yssqtz/index.vue
+25
-26
No files found.
src/api/jccspz/fymxwd.js
View file @
79816d2b
...
@@ -4,36 +4,53 @@ import request from 'common/src/utils/request'
...
@@ -4,36 +4,53 @@ import request from 'common/src/utils/request'
/* query */
/* query */
export
function
doQuery
(
query
)
{
export
function
doQuery
(
query
)
{
return
request
({
return
request
({
url
:
'/hafms/
pz
fyxm/query'
,
url
:
'/hafms/fyxm/query'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
||
{}
data
:
query
||
{}
})
})
}
}
export
function
doAdd
(
query
)
{
export
function
doAdd
(
query
)
{
return
request
({
return
request
({
url
:
'/hafms/
pz
fyxm/add'
,
url
:
'/hafms/fyxm/add'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
||
{}
data
:
query
||
{}
})
})
}
}
export
function
doUpdate
(
query
)
{
export
function
doUpdate
(
query
)
{
return
request
({
return
request
({
url
:
'/hafms/
pz
fyxm/update'
,
url
:
'/hafms/fyxm/update'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
||
{}
data
:
query
||
{}
})
})
}
}
export
function
doDelete
(
query
)
{
export
function
doDelete
(
query
)
{
return
request
({
return
request
({
url
:
'/hafms/
pz
fyxm/delete'
,
url
:
'/hafms/fyxm/delete'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
||
{}
data
:
query
||
{}
})
})
}
}
export
function
qt
(
query
)
{
export
function
qt
(
query
)
{
return
request
({
return
request
({
url
:
'/hafms/
pz
fyxm/record/qt'
,
url
:
'/hafms/fyxm/record/qt'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
||
{}
data
:
query
||
{}
})
})
}
}
\ No newline at end of file
/* 上移,下移 */
export
function
moveup
(
query
)
{
return
request
({
url
:
'/hafms/fyxm/moveup'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
movedown
(
query
)
{
return
request
({
url
:
'/hafms/fyxm/movedown'
,
method
:
'post'
,
data
:
query
||
{}
})
}
src/views/jccspz/fymxwd/edit.vue
View file @
79816d2b
<
template
>
<
template
>
<RelDialog
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<RelDialog
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<!-- 填写表单内容,slot=form必写-->
<!-- 填写表单内容,slot=form必写-->
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"
8
0px"
:rules=
"rules"
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"
10
0px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"费用编码"
ref=
"code"
prop=
"code"
>
<el-form-item
label=
"费用编码"
ref=
"code"
prop=
"code"
>
<el-input
:readonly=
"readonly"
v-model=
"form.code"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.code"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"费用名称"
ref=
"name"
prop=
"name"
>
<el-form-item
label=
"费用名称"
v-rule=
"
{
<el-input
:readonly=
"readonly"
v-model=
"form.name"
></el-input>
required:true,
</el-form-item>
rules:rules,
</el-col>
}" ref="name" prop="name">
<el-col
:span=
"24"
>
<el-input
:readonly=
"readonly"
v-model=
"form.name"
></el-input>
<el-form-item
label=
"备注"
ref=
"bz"
prop=
"bz"
>
</el-form-item>
<el-input
:readonly=
"readonly"
v-model=
"form.bz"
></el-input>
</el-col>
</el-form-item>
<el-col
:span=
"24"
>
</el-col>
<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>
</el-row>
</el-row>
</el-form>
</el-form>
</RelDialog>
</RelDialog>
...
@@ -35,10 +39,11 @@
...
@@ -35,10 +39,11 @@
return
{
return
{
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form
:
{
form
:
{
code
:
''
,
code
:
''
,
id
:
''
,
name
:
''
,
name
:
''
,
bz
:
''
,
bz
:
''
cbysbz
:
''
,
xhqsfs
:
''
}
}
}
}
},
},
...
...
src/views/jccspz/fymxwd/index.vue
View file @
79816d2b
<
template
>
<
template
>
<div
class=
"min_full"
>
<div
class=
"min_full"
>
<!-- 查询条件-->
<!-- 查询条件-->
<!-- 按钮操作-->
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
<ToolButton
:app=
'app'
></ToolButton>
<ToolButton
:app=
'app'
></ToolButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<ReloadButton
:app=
'app'
></ReloadButton>
<el-button
size=
'mini'
@
click=
"addxjfl()"
type=
"primary"
>
添加下级分类
</el-button>
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<!--
<el-button
size=
'mini'
@
click=
"sy()"
type=
"primary"
>
上移
</el-button>
<!-- 额外按钮-->
<el-button
size=
'mini'
@
click=
"xy()"
type=
"primary"
>
下移
</el-button>
-->
<!-- 表头设置 -->
<ReloadButton
:app=
'app'
></ReloadButton>
<!-- 权限-->
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
</el-row>
<!-- 额外按钮-->
<!-- 表格-->
<!-- 表头设置 -->
<div
class=
"tablePagers"
>
<!-- 权限-->
<TablePager
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
</el-row>
@
getRow=
'getRow'
>
<!-- 表格-->
<div
class=
"tablePagers"
>
<TablePager
:operateButtons=
'true'
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
type=
'treeTable'
@
getRow=
'getRow'
:getTreeMethod=
'getTreeMethod'
>
<template
slot=
"tabCustom"
>
<template
slot=
"tabCustom"
>
<el-table-column
label=
"启用/停用"
width=
"90"
header-align=
"center"
fixed=
"right"
>
<el-table-column
label=
"启用/停用"
width=
"90"
header-align=
"center"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -27,67 +30,181 @@
...
@@ -27,67 +30,181 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</template>
</template>
</TablePager>
</TablePager>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
import
{
doQuery
,
doQuery
,
doAdd
,
doAdd
,
doUpdate
,
doUpdate
,
doDelete
,
doDelete
,
moveup
,
movedown
,
qt
qt
}
from
'@/api/jccspz/fymxwd.js'
;
}
from
'@/api/jccspz/fymxwd.js'
;
/* edit页面*/
/* edit页面*/
import
Edit
from
'./edit'
import
Edit
from
'./edit'
import
{
import
{
tableMixin
tableMixin
}
from
'common'
}
from
'common'
export
default
{
export
default
{
mixins
:
[
tableMixin
],
mixins
:
[
tableMixin
],
name
:
'fymxwd'
,
name
:
'fymxwd'
,
/* 初始额外赋值*/
/* 初始额外赋值*/
async
mounted
()
{
async
mounted
()
{
this
.
$refs
[
'TablePager'
].
pageQuery
()
/* 初始化条件*/
},
data
()
{
return
{
/* */
/*需要的额外参数 */
this
.
$refs
[
'TablePager'
].
pageQuery
()
showDialog
:
false
,
},
DialogName
:
''
,
data
()
{
type
:
''
,
return
{
DialogTitle
:
''
,
/* 控制树表格渲染正确 */
/* 基础url*/
rowKey
:
'id'
,
baseUrl
:
'hafms/pzfyxm'
,
/*需要的额外参数 */
/* 查询参数*/
showDialog
:
false
,
queryParams
:
{
DialogName
:
''
,
type
:
''
,
DialogTitle
:
''
,
/* 基础url*/
baseUrl
:
'hafms/fyxm'
,
/* 查询参数*/
queryParams
:
{
},
/* 表格标题对应参数*/
tableTitle
:
[{
title
:
"名称"
,
field
:
"name"
,
width
:
300
},
{
title
:
"编码"
,
field
:
"code"
,
width
:
120
},
{
title
:
"状态"
,
field
:
"tybz"
,
fieldType
:
"tybz"
},
{
title
:
"停用日期"
,
field
:
"tyrq"
,
fieldType
:
"ftDate"
},
{
title
:
"备注"
,
field
:
"bz"
},
{
title
:
"维护人"
,
field
:
"whr"
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
}
]
}
},
methods
:
{
tybz
(
a
)
{
let
nTy
=
false
nTy
=
(
a
.
row
.
tybz
==
'N'
?
true
:
false
)
return
nTy
},
/* 基础查询*/
query
:
doQuery
,
/* 基础增*/
apiAdd
:
doAdd
,
/* 基础更新*/
apiUpdate
:
doUpdate
,
/* 删除操作*/
apiDelete
:
doDelete
,
getTreeMethod
(
that
,
tdata
){
let
treeData
=
tdata
treeData
.
forEach
((
e
,
index
)
=>
{
treeData
[
index
].
rowKey
=
e
.
id
})
let
newTreeData
=
that
.
dgData
(
treeData
,
'root'
)
that
.
tableData
=
newTreeData
that
.
expandKeys
=
[
'rowKey'
]
if
(
this
.
singleItem
.
id
){
let
querys
=
(
item
,
id
)
=>
{
if
(
item
.
id
==
id
){
/* 表格数据变更需要重构建Dom需要nextTick*/
this
.
$nextTick
(()
=>
{
this
.
$refs
.
TablePager
.
setCurrent
(
item
)
})
return
item
}
else
{
/* 展开 */
// this.$refs.TablePager.expandKeys.push(item.rowKey)
item
.
children
.
forEach
(
e
=>
{
querys
(
e
,
id
)
})
}
}
querys
({
children
:
newTreeData
,
id
:
false
},
this
.
singleItem
.
id
)
}
},
addxjfl
(){
if
(
this
.
app
.
selectOne
||
this
.
app
.
clickOne
)
{
/* 打开add*/
this
.
$refs
.
add
.
add
()
/* 添加pid */
this
.
$nextTick
(()
=>
{
this
.
$refs
.
add
.
$children
[
1
].
form
.
pid
=
this
.
singleItem
.
id
})
}
else
{
this
.
$warning
(
'请选中一行操作'
);
}
},
sy
(){
if
(
this
.
app
.
selectOne
||
this
.
app
.
clickOne
)
{
moveup
({
id
:
this
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
){
this
.
$refs
.
TablePager
.
pageQuery
({
loading
:
false
})
}
})
}
else
{
this
.
$warning
(
'请选中一行操作'
);
}
},
xy
(){
if
(
this
.
app
.
selectOne
||
this
.
app
.
clickOne
)
{
movedown
({
id
:
this
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
){
this
.
$refs
.
TablePager
.
pageQuery
({
loading
:
false
})
}
})
}
else
{
this
.
$warning
(
'请选中一行操作'
);
}
},
/* 表格标题对应参数*/
tableTitle
:
[
{
title
:
"项目编码"
,
field
:
"code"
,
width
:
140
,
hidden
:
true
},
{
title
:
"项目名称"
,
field
:
"name"
,
width
:
160
,
hidden
:
true
},
{
title
:
"费用明细"
,
field
:
"showname"
,
width
:
180
},
{
title
:
"状态"
,
field
:
"tybz"
,
width
:
80
,
formatter
:(
a
,
b
,
value
)
=>
{
let
label
=
'正常'
if
(
value
!=
'N'
){
label
=
'停用'
}
return
label
}},
{
title
:
"停用日期"
,
field
:
"tyrq"
,
fieldType
:
"ftDate"
},
{
title
:
"备注"
,
field
:
"bz"
,
width
:
200
},
{
title
:
"维护人"
,
field
:
"whr"
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
}
]
}
},
methods
:
{
tybz
(
a
)
{
let
nTy
=
false
nTy
=
(
a
.
row
.
tybz
==
'N'
?
true
:
false
)
return
nTy
},
},
setEnable
(
id
)
{
setEnable
(
id
)
{
this
.
$confirm
(
'是否启用/停用, 是否继续?'
,
'提示'
,
{
this
.
$confirm
(
'是否启用/停用, 是否继续?'
,
'提示'
,
{
...
@@ -109,23 +226,15 @@
...
@@ -109,23 +226,15 @@
})
})
},
},
/* 基础查询*/
/* 初始化赋值操作*/
query
:
doQuery
,
init
()
{
/* 基础增*/
apiAdd
:
doAdd
,
/* 基础更新*/
apiUpdate
:
doUpdate
,
/* 删除操作*/
apiDelete
:
doDelete
,
/* 初始化赋值操作*/
init
()
{
}
}
},
},
components
:
{
components
:
{
Edit
,
Edit
,
}
}
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
...
...
src/views/sbysjsp/yssq/index.vue
View file @
79816d2b
<
template
>
<
template
>
<div
class=
"min_full"
>
<div
class=
"min_full"
>
<!-- 查询条件-->
<!-- 查询条件-->
<div
class=
"search"
v-condition
>
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
开始日期:
</span>
<span
class=
"search-span"
>
开始日期:
</span>
<el-date-picker
value-format=
"timestamp"
v-model=
'queryParams.start'
></el-date-picker>
<el-date-picker
value-format=
"timestamp"
v-model=
'queryParams.start'
></el-date-picker>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
截止日期:
</span>
<span
class=
"search-span"
>
截止日期:
</span>
<el-date-picker
value-format=
"timestamp"
v-model=
'queryParams.end'
></el-date-picker>
<el-date-picker
value-format=
"timestamp"
v-model=
'queryParams.end'
></el-date-picker>
</div>
</div>
</el-col>
</el-col>
<
!--
<
el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
预算任务:
</span>
<span
class=
"search-span"
>
预算任务:
</span>
<RelSelect
style=
"width: 100%;"
src=
'hafms/ysfl/query'
filterable
clearable
<RelSelect
style=
"width: 100%;"
src=
'hafms/ysfl/query'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.flid'>
</RelSelect>
:match=
"
{value:'id',label:'name'}" v-model='queryParams.flid'>
</RelSelect>
</div>
</div>
</el-col>
-->
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
申请订单:
</span>
<el-input
v-model=
"queryParams.djid"
></el-input>
</div>
</el-col>
</el-col>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
--
>
<div
class=
"search-item"
>
<!--
<div
class=
"search-item"
>
--
>
<span
class=
"search-span"
>
状态:
</span
>
<!--
<span
class=
"search-span"
>
状态:
</span>
--
>
<RelSelect
style=
"width: 100%;"
src=
'hafms/yssq/init/zt'
filterable
clearable
<!--
<RelSelect
style=
"width: 100%;"
src=
'hafms/yssq/init/zt'
filterable
clearable--
>
:match=
"
{value:'id',label:'name'}" v-model='queryParams.zt'>
</RelSelect
>
<!-- :match="
{value:'id',label:'name'}" v-model='queryParams.zt'>
</RelSelect>
--
>
</div
>
<!--
</div>
--
>
</el-col>
-->
<!--
</el-col>
-->
</el-row>
</el-row>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"8"
class=
"search-col"
>
<el-col
:span=
"8"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
申请订单:
</span>
<span
class=
"search-span"
>
申请公司:
</span>
<el-input
v-model=
"queryParams.djid"
></el-input>
<RelSelect
collapse-tags
multiple
style=
"width: 100%;"
src=
'hafms/common/sjbm/query'
filterable
clearable
</div>
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.sjbmids'>
</RelSelect>
</el-col>
</div>
<el-col
:span=
"8"
class=
"search-col"
>
</el-col>
<div
class=
"search-item"
>
<el-col
:span=
"8"
class=
"search-col"
>
<span
class=
"search-span"
>
申请公司:
</span>
<div
class=
"search-item"
>
<RelSelect
collapse-tags
multiple
style=
"width: 100%;"
src=
'hafms/common/sjbm/query'
filterable
clearable
<span
class=
"search-span"
>
申请部门:
</span>
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.sjbmids'>
</RelSelect>
<RelSelect
linkage
:linkParams=
"
{sjbmids:queryParams.sjbmids}" :params="{
</div>
</el-col>
<el-col
:span=
"8"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
申请部门:
</span>
<RelSelect
linkage
:linkParams=
"
{sjbmids:queryParams.sjbmids}" :params="{
pids:queryParams.sjbmids.join()
pids:queryParams.sjbmids.join()
}"
collapse-tags
multiple style="width: 100%;" src='hafms/common/bm/query' filterable clearable
}"
collapse-tags
multiple style="width: 100%;" src='hafms/common/bm/query' filterable clearable
:match="{value:'id',label:'bmmc'}" v-model='queryParams.chooseBmids'>
</RelSelect>
:match="{value:'id',label:'bmmc'}" v-model='queryParams.chooseBmids'>
</RelSelect>
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
</div>
</div>
<!-- 按钮操作-->
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
<ToolButton
:app=
'app'
></ToolButton>
<ToolButton
:app=
'app'
></ToolButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<!--
<el-button
size=
'mini'
@
click=
"yssqsp()"
type=
"primary"
>
预算申请审批
</el-button>
-->
<!--
<el-button
size=
'mini'
@
click=
"yssqsp()"
type=
"primary"
>
预算申请审批
</el-button>
-->
<!--
<PageDetail
@
created=
'created'
:page=
'page'
style=
"margin-left: 10px;"
/>
-->
<!--
<PageDetail
@
created=
'created'
:page=
'page'
style=
"margin-left: 10px;"
/>
-->
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<!-- 额外按钮-->
<!-- 额外按钮-->
<!-- 表头设置 -->
<!-- 表头设置 -->
<!-- 权限-->
<!-- 权限-->
</el-row>
</el-row>
<!-- 表格-->
<!-- 表格-->
<div
class=
"tablePagers"
>
<div
class=
"tablePagers"
>
<!-- 多选数组转 -->
<!-- 多选数组转 -->
<TablePager
:multipleTrans=
"[
<TablePager
:multipleTrans=
"[
'sjbmids','chooseBmids'
'sjbmids','chooseBmids'
]"
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
]"
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
</TablePager>
@
getRow=
'getRow'
>
</div>
</TablePager>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
import
{
doQuery
,
doQuery
,
doAdd
,
doAdd
,
doUpdate
,
doUpdate
,
doDelete
,
doDelete
,
yssqmx
,
yssqmx
,
submit
submit
}
from
'@/api/sbysjsp/yssq.js'
;
}
from
'@/api/sbysjsp/yssq.js'
;
/* edit页面*/
/* edit页面*/
import
Edit
from
'./edit'
import
Edit
from
'./edit'
import
{
import
{
tableMixin
tableMixin
}
from
'common'
}
from
'common'
import
yssqtz
from
'../yssqtz/index.vue'
import
yssqtz
from
'../yssqtz/index.vue'
export
default
{
export
default
{
mixins
:
[
tableMixin
],
mixins
:
[
tableMixin
],
name
:
'yssq'
,
name
:
'yssq'
,
/* 初始额外赋值*/
/* 初始额外赋值*/
async
mounted
()
{
async
mounted
()
{
this
.
$refs
[
'TablePager'
].
pageQuery
()
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
},
data
()
{
data
()
{
return
{
return
{
page
:
yssqtz
,
page
:
yssqtz
,
/*需要的额外参数 */
/*需要的额外参数 */
showDialog
:
false
,
showDialog
:
false
,
DialogName
:
''
,
DialogName
:
''
,
type
:
''
,
type
:
''
,
DialogTitle
:
''
,
DialogTitle
:
''
,
/* 基础url*/
/* 基础url*/
baseUrl
:
'hafms/yssq'
,
baseUrl
:
'hafms/yssq'
,
/* 查询参数*/
/* 查询参数*/
queryParams
:
{
queryParams
:
{
start
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
start
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
end
:
new
Date
().
getTime
(),
end
:
new
Date
().
getTime
(),
flid
:
''
,
flid
:
''
,
zt
:
''
,
zt
:
''
,
djid
:
''
,
djid
:
''
,
sjbmids
:
[],
sjbmids
:[],
chooseBmids
:
[]
chooseBmids
:[]
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
// {title: "预算任务", field: "ysflName", fieldType: "ftString",width:200},
// {title: "预算任务", field: "ysflName", fieldType: "ftString",width:200},
{
// {title: "状态", field: "zt", fieldType: "ftString", align:'center', width: 70, transform: {
title
:
"状态"
,
// url: 'hafms/yssq/init/zt',
field
:
"zt"
,
// label: 'name',
fieldType
:
"ftString"
,
// value: 'id'
align
:
'center'
,
// }},
width
:
70
,
{
title
:
"申请单号"
,
field
:
"djid"
,
fieldType
:
"ftString"
,
width
:
100
},
transform
:
{
// {title: "公司编码", field: "sjbmcode", fieldType: "ftString",width:140},
url
:
'hafms/yssq/init/zt'
,
{
title
:
"公司名称"
,
field
:
"sjbmName"
,
fieldType
:
"ftString"
,
width
:
140
},
label
:
'name'
,
// {title: "部门编码", field: "bmcode", fieldType: "ftString",width:140},
value
:
'id'
{
title
:
"部门名称"
,
field
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
140
},
}
{
title
:
"填报日期"
,
field
:
"tbrq"
,
fieldType
:
"ftDate"
},
},
// {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192},
{
{
title
:
"填报人"
,
field
:
"tbr"
,
fieldType
:
"ftString"
,
width
:
180
},
title
:
"申请单号"
,
// {title: "申请金额", field: "sqje", fieldType: "float"},
field
:
"djid"
,
// {title: "联系电话", field: "lxfs1", fieldType: "ftString",width:200},
fieldType
:
"ftString"
,
// {title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120}
width
:
100
},
{
title
:
"公司编码"
,
field
:
"sjbmcode"
,
fieldType
:
"ftString"
,
width
:
140
},
{
title
:
"公司名称"
,
field
:
"sjbmName"
,
fieldType
:
"ftString"
,
width
:
140
},
{
title
:
"部门编码"
,
field
:
"bmcode"
,
fieldType
:
"ftString"
,
width
:
140
},
{
title
:
"部门名称"
,
field
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
140
},
{
title
:
"填报日期"
,
field
:
"tbrq"
,
fieldType
:
"ftDate"
},
// {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192},
{
title
:
"填报人"
,
field
:
"tbr"
,
fieldType
:
"ftString"
,
width
:
180
},
{
title
:
"申请金额(万元)"
,
field
:
"sqje"
,
fieldType
:
"float"
,
width
:
150
},
{
title
:
"联系电话"
,
field
:
"lxfs1"
,
fieldType
:
"ftString"
,
width
:
200
},
{
title
:
"内部短号"
,
field
:
"lxfs2"
,
fieldType
:
"ftString"
,
width
:
120
}
]
]
}
}
},
},
methods
:
{
methods
:
{
created
(
vdom
)
{
created
(
vdom
){
vdom
.
queryParams
.
djid
=
123
vdom
.
queryParams
.
djid
=
123
},
},
yssqsp
()
{
yssqsp
(){
if
(
this
.
app
.
selectOne
||
this
.
app
.
clickOne
)
{
if
(
this
.
app
.
selectOne
||
this
.
app
.
clickOne
)
{
submit
(
this
.
singleItem
).
then
(
res
=>
{
submit
(
this
.
singleItem
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
);
this
.
$success
(
'操作成功'
);
this
.
$refs
[
'TablePager'
].
pageQuery
()
this
.
$refs
[
'TablePager'
].
pageQuery
()
}
}
...
@@ -220,25 +164,26 @@
...
@@ -220,25 +164,26 @@
this
.
$warning
(
'请选中一行操作'
);
this
.
$warning
(
'请选中一行操作'
);
}
}
},
},
/* 基础查询*/
/* 基础查询*/
query
:
doQuery
,
query
:
doQuery
,
/* 基础增*/
/* 基础增*/
apiAdd
:
doAdd
,
apiAdd
:
doAdd
,
/* 基础更新*/
/* 基础更新*/
apiUpdate
:
doUpdate
,
apiUpdate
:
doUpdate
,
/* 删除操作*/
/* 删除操作*/
apiDelete
:
doDelete
,
apiDelete
:
doDelete
,
/* 初始化赋值操作*/
/* 初始化赋值操作*/
queryDetail
:
yssqmx
queryDetail
:
yssqmx
},
},
components
:
{
components
:
{
Edit
,
Edit
,
}
}
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.search-col
{
.search-col
{
max-width
:
350px
;
max-width
:
350px
;
}
}
</
style
>
</
style
>
src/views/sbysjsp/yssqtz/index.vue
View file @
79816d2b
...
@@ -16,30 +16,29 @@
...
@@ -16,30 +16,29 @@
<el-date-picker
value-format=
"timestamp"
v-model=
'queryParams.end'
></el-date-picker>
<el-date-picker
value-format=
"timestamp"
v-model=
'queryParams.end'
></el-date-picker>
</div>
</div>
</el-col>
</el-col>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
预算任务:
</span>
<span
class=
"search-span"
>
预算任务:
</span>
<RelSelect
style=
"width: 100%;"
src=
'hafms/ysfl/query'
filterable
clearable
<RelSelect
style=
"width: 100%;"
src=
'hafms/ysfl/query'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.flid'>
</RelSelect>
:match=
"
{value:'id',label:'name'}" v-model='queryParams.flid'>
</RelSelect>
</div>
</div>
</el-col>
-->
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
申请订单:
</span>
<el-input
v-model=
"queryParams.djid"
></el-input>
</div>
</el-col>
</el-col>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
--
>
<div
class=
"search-item"
>
<!--
<div
class=
"search-item"
>
--
>
<span
class=
"search-span"
>
状态:
</span
>
<!--
<span
class=
"search-span"
>
状态:
</span>
--
>
<RelSelect
style=
"width: 100%;"
src=
'hafms/yssq/init/zt'
filterable
clearable
<!--
<RelSelect
style=
"width: 100%;"
src=
'hafms/yssq/init/zt'
filterable
clearable--
>
:match=
"
{value:'id',label:'name'}" v-model='queryParams.zt'>
</RelSelect
>
<!-- :match="
{value:'id',label:'name'}" v-model='queryParams.zt'>
</RelSelect>
--
>
</div
>
<!--
</div>
--
>
</el-col>
-->
<!--
</el-col>
-->
</el-row>
</el-row>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"8"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
申请订单:
</span>
<el-input
v-model=
"queryParams.djid"
></el-input>
</div>
</el-col>
<el-col
:span=
"8"
class=
"search-col"
>
<el-col
:span=
"8"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
申请公司:
</span>
<span
class=
"search-span"
>
申请公司:
</span>
...
@@ -132,22 +131,22 @@
...
@@ -132,22 +131,22 @@
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
// {title: "预算任务", field: "ysflName", fieldType: "ftString",width:200},
// {title: "预算任务", field: "ysflName", fieldType: "ftString",width:200},
{
title
:
"状态"
,
field
:
"zt"
,
fieldType
:
"ftString"
,
align
:
'center'
,
width
:
70
,
transform
:
{
//
{title: "状态", field: "zt", fieldType: "ftString", align:'center', width: 70, transform: {
url
:
'hafms/yssq/init/zt'
,
//
url: 'hafms/yssq/init/zt',
label
:
'name'
,
//
label: 'name',
value
:
'id'
//
value: 'id'
}},
//
}},
{
title
:
"申请单号"
,
field
:
"djid"
,
fieldType
:
"ftString"
,
width
:
100
},
{
title
:
"申请单号"
,
field
:
"djid"
,
fieldType
:
"ftString"
,
width
:
100
},
{
title
:
"公司编码"
,
field
:
"sjbmcode"
,
fieldType
:
"ftString"
,
width
:
140
},
//
{title: "公司编码", field: "sjbmcode", fieldType: "ftString",width:140},
{
title
:
"公司名称"
,
field
:
"sjbmName"
,
fieldType
:
"ftString"
,
width
:
140
},
{
title
:
"公司名称"
,
field
:
"sjbmName"
,
fieldType
:
"ftString"
,
width
:
140
},
{
title
:
"部门编码"
,
field
:
"bmcode"
,
fieldType
:
"ftString"
,
width
:
140
},
//
{title: "部门编码", field: "bmcode", fieldType: "ftString",width:140},
{
title
:
"部门名称"
,
field
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
140
},
{
title
:
"部门名称"
,
field
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
140
},
{
title
:
"填报日期"
,
field
:
"tbrq"
,
fieldType
:
"ftDate"
},
{
title
:
"填报日期"
,
field
:
"tbrq"
,
fieldType
:
"ftDate"
},
// {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192},
// {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192},
{
title
:
"填报人"
,
field
:
"tbr"
,
fieldType
:
"ftString"
,
width
:
180
},
{
title
:
"填报人"
,
field
:
"tbr"
,
fieldType
:
"ftString"
,
width
:
180
},
{
title
:
"申请金额(万元)"
,
field
:
"sqje"
,
fieldType
:
"float"
,
width
:
150
},
// {title: "申请金额", field: "sqje", fieldType: "float"
},
{
title
:
"联系电话"
,
field
:
"lxfs1"
,
fieldType
:
"ftString"
,
width
:
200
},
//
{title: "联系电话", field: "lxfs1", fieldType: "ftString",width:200},
{
title
:
"内部短号"
,
field
:
"lxfs2"
,
fieldType
:
"ftString"
,
width
:
120
}
//
{title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120}
]
]
}
}
},
},
...
...
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