Commit 79816d2b authored by dingyoujian's avatar dingyoujian

调整

# Conflicts:
#	src/views/sbysjsp/yssq/index.vue
#	src/views/sbysjsp/yssqtz/index.vue
parent b090a141
...@@ -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/pzfyxm/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/pzfyxm/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/pzfyxm/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/pzfyxm/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/pzfyxm/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||{}
})
}
<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="80px" :rules="rules"> <el-form slot="form" ref="form" :model="form" label-width="100px" :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:''
} }
} }
}, },
......
<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>
......
This diff is collapsed.
...@@ -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}
] ]
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment