Commit 5ba89067 authored by youjie's avatar youjie

金蝶导出查询

parent 3a246506
...@@ -498,6 +498,16 @@ ...@@ -498,6 +498,16 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> --> </el-col> -->
<el-col :span="4">
<el-form-item label="模式:">
<el-select style="width: 100%;" filterable collapse-tags v-model='msg.ImportType'
@change="getDepartment()"
class="">
<el-option v-for='item in ImportTypeList' :label='item.Name' :value='item.Id' :key='item.Id'>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="凭证字:"> <el-form-item label="凭证字:">
<el-input placeholder="" class="" v-model="msg.FinanceName" clearable <el-input placeholder="" class="" v-model="msg.FinanceName" clearable
...@@ -515,7 +525,7 @@ ...@@ -515,7 +525,7 @@
<el-input v-model="msg.TCNUM" class="" clearable></el-input> <el-input v-model="msg.TCNUM" class="" clearable></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="4">
<el-form-item label="所属公司:"> <el-form-item label="所属公司:">
<!-- multiple BranchIds--> <!-- multiple BranchIds-->
<el-select style="width: 100%;" filterable collapse-tags v-model='msg.RB_Branch_Id' <el-select style="width: 100%;" filterable collapse-tags v-model='msg.RB_Branch_Id'
...@@ -541,7 +551,7 @@ ...@@ -541,7 +551,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3"> <el-col :span="4">
<el-form-item label="制单人员:"> <el-form-item label="制单人员:">
<el-select filterable v-model='msg.UpdateBy' class=""> <el-select filterable v-model='msg.UpdateBy' class="">
<el-option :value="0" label="不限"></el-option> <el-option :value="0" label="不限"></el-option>
...@@ -607,23 +617,10 @@ ...@@ -607,23 +617,10 @@
</el-form-item> </el-form-item>
</el-col> --> </el-col> -->
<el-col :span="4"> <el-col :span="4">
<el-form-item label="排序:"> <el-form-item label="制单日期:">
<el-select filterable v-model='msg.Sort'> <el-date-picker style="width: 100%;" class="h34" @change="timeAdd(1)" v-model="productionDate" type="daterange"
<el-option key="-1" value="-1" label="不限"></el-option> value-format="yyyy-MM-dd">
<el-option key="0" value="0" label="团期"></el-option> </el-date-picker>
<el-option key="1" value="1" label="汇款日期"></el-option>
<el-option key="2" value="2" label="单号"></el-option>
<el-option key="3" value="3" label="交易流水号"></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="模板类型:">
<el-select v-model="msg.TemplateId" filterable>
<el-option value="0" label="不限"></el-option>
<el-option v-for='item in TemplateGetList' :label='item.Name' :value='item.Id' :key='item.Id'>
</el-option>
</el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
...@@ -641,11 +638,14 @@ ...@@ -641,11 +638,14 @@
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="交易账户:"> <el-form-item label="交易账户:">
<el-button class="hollowFixedBtn" type="primary" size="mini" @click="typeVisible=true" style="width: 85%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">筛选类型/交易/账户</el-button> <el-button class="hollowFixedBtn" type="" size="mini"
 @click="typeVisible=true" style="width: 85%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
筛选类型/交易/账户
</el-button>
</el-form-item> </el-form-item>
</el-col> </el-col>
<template v-if="heightQueryBox"> <template v-if="heightQueryBox">
<el-col :span="6"> <el-col :span="4">
<el-form-item label="币种类型:"> <el-form-item label="币种类型:">
<el-select filterable v-model='msg.CurrencyId'> <el-select filterable v-model='msg.CurrencyId'>
<el-option key="0" value="0" label="不限"></el-option> <el-option key="0" value="0" label="不限"></el-option>
...@@ -654,22 +654,35 @@ ...@@ -654,22 +654,35 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="4">
<el-form-item label="订单编号:"> <el-form-item label="订单编号:">
<el-input v-model="msg.OrderID"></el-input> <el-input v-model="msg.OrderID"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="4">
<el-form-item label="金额:"> <el-form-item label="金额:">
<el-input v-model="msg.sMoney" class="w64d5" style="width: 47%;" @keyup.native="checkPrice(msg,'sMoney')" clearable></el-input>- <el-input v-model="msg.sMoney" class="w64d5" style="width: 47%;" @keyup.native="checkPrice(msg,'sMoney')" clearable></el-input>-
<el-input v-model="msg.eMoney" @keyup.native="checkPrice(msg,'eMoney')" class="w64d5" style="width: 47%;" clearable></el-input> <el-input v-model="msg.eMoney" @keyup.native="checkPrice(msg,'eMoney')" class="w64d5" style="width: 47%;" clearable></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="4">
<el-form-item label="制单日期:"> <el-form-item label="排序:">
<el-date-picker style="width: 100%;" class="h34" @change="timeAdd(1)" v-model="productionDate" type="daterange" <el-select filterable v-model='msg.Sort'>
value-format="yyyy-MM-dd"> <el-option key="-1" value="-1" label="不限"></el-option>
</el-date-picker> <el-option key="0" value="0" label="团期"></el-option>
<el-option key="1" value="1" label="汇款日期"></el-option>
<el-option key="2" value="2" label="单号"></el-option>
<el-option key="3" value="3" label="交易流水号"></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="模板类型:">
<el-select v-model="msg.TemplateId" filterable>
<el-option value="0" label="不限"></el-option>
<el-option v-for='item in TemplateGetList' :label='item.Name' :value='item.Id' :key='item.Id'>
</el-option>
</el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
...@@ -686,7 +699,7 @@ ...@@ -686,7 +699,7 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="8">
<el-form-item label="备注查询:"> <el-form-item label="备注查询:">
<el-input v-model="msg.Remark" clearable></el-input> <el-input v-model="msg.Remark" clearable></el-input>
</el-form-item> </el-form-item>
...@@ -698,8 +711,8 @@ ...@@ -698,8 +711,8 @@
</el-row> </el-row>
</el-form> </el-form>
</div> </div>
<div class="query-box" style="padding: 0 0 10px 0;"> <div class="query-box" style="padding: 0;border: 0;">
<ul class="clearfix" style="padding: 5px 0 0 0;"> <ul class="clearfix">
<li class="hight_query" style="text-align: right;width: 100%;"> <li class="hight_query" style="text-align: right;width: 100%;">
<span> <span>
<em style="cursor: pointer;" @click.stop="heightQueryBox=!heightQueryBox">高级查询 <i class="iconfont icon-gengduo q-mr-lg"></i></em> <em style="cursor: pointer;" @click.stop="heightQueryBox=!heightQueryBox">高级查询 <i class="iconfont icon-gengduo q-mr-lg"></i></em>
...@@ -708,12 +721,12 @@ ...@@ -708,12 +721,12 @@
<button class="normalBtn" @click="method5()">导出</button> <button class="normalBtn" @click="method5()">导出</button>
</li> </li>
</ul> </ul>
<div style="text-align: right;"> <!-- <div style="text-align: right;">
<button class="normalBtn" @click="method5(2)">长团导出</button> <button class="normalBtn" @click="method5(2)">长团导出</button>
<button class="hollowFixedBtn" @click="method5(3)">短团导出</button> <button class="hollowFixedBtn" @click="method5(3)">短团导出</button>
<button class="normalBtn" @click="outerVisible = true">核算项目校对导入</button> <button class="normalBtn" @click="outerVisible = true">核算项目校对导入</button>
<button class="hollowFixedBtn" @click="method5(1)">核算项目校对导出</button> <button class="hollowFixedBtn" @click="method5(1)">核算项目校对导出</button>
</div> </div> -->
</div> </div>
<div class="_fnDm_content" v-loading='loading'> <div class="_fnDm_content" v-loading='loading'>
<div> <div>
...@@ -866,6 +879,9 @@ ...@@ -866,6 +879,9 @@
export default { export default {
data() { data() {
return { return {
ImportTypeList:[
{Name:'团费对接',Id:1}
],
showID: false, showID: false,
active: 1, active: 1,
userId: 0, userId: 0,
...@@ -883,8 +899,8 @@ ...@@ -883,8 +899,8 @@
eDate:'',// 是 [string] eDate:'',// 是 [string]
Status:'2',// 是 [string] 查看 Status:'2',// 是 [string] 查看
TemplateId:'0',// 是 [string] 查看 TemplateId:'0',// 是 [string] 查看
RB_Branch_Id:'',// 是 [string] 查看 RB_Branch_Id:-1,// 是 [string] 查看
RB_Depart_Id:'',// 是 [string] 查看 RB_Depart_Id:0,// 是 [string] 查看
sTradeDate:'',// 是 [string] sTradeDate:'',// 是 [string]
eTradeDate:'',// 是 [string] eTradeDate:'',// 是 [string]
ClientType:'',// 是 [string] 查看 ClientType:'',// 是 [string] 查看
...@@ -893,15 +909,15 @@ ...@@ -893,15 +909,15 @@
sMoney:'',// 是 [string] sMoney:'',// 是 [string]
eMoney:'',// 是 [string] eMoney:'',// 是 [string]
CurrencyId:'0',// 是 [string] 查看 CurrencyId:'0',// 是 [string] 查看
CostTypeID:'',// 是 [string] 查看 CostTypeID:0,// 是 [string] 查看
Conditon:'',// 是 [string] 查看 Conditon:'',// 是 [string] 查看
TCNUM:'',// 是 [string] TCNUM:'',// 是 [string]
TradeWay:'',// 是 [string] 查看 TradeWay:'',// 是 [string] 查看
Type:'',// 是 [string] 查看 Type:'-1',// 是 [string] 查看
AccountType:'',// 是 [string] 查看 AccountType:'',// 是 [string] 查看
QEndDate:'',// 是 [string] QEndDate:'',// 是 [string]
QStartDate:'',// 是 [string] QStartDate:'',// 是 [string]
UpdateBy:'',// 是 [string] 查看 UpdateBy:0,// 是 [string] 查看
IsFormRecPayQuery:'1',// 是 [string] 查看 IsFormRecPayQuery:'1',// 是 [string] 查看
KJCostTypeId:0,// 是 [string] 查看 KJCostTypeId:0,// 是 [string] 查看
IsSelectKJSetCostType:0,// 是 [string] 查看 IsSelectKJSetCostType:0,// 是 [string] 查看
...@@ -915,6 +931,7 @@ ...@@ -915,6 +931,7 @@
BranchIds:'', BranchIds:'',
AccountIdStr:'', AccountIdStr:'',
ColorType:1,//和平 ColorType:1,//和平
ImportType:1
}, },
BranchIds:[], BranchIds:[],
getCompanyMsg: { // 公司 getCompanyMsg: { // 公司
...@@ -1713,4 +1730,3 @@ ...@@ -1713,4 +1730,3 @@
</style> </style>
\ No newline at end of file
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