Commit 15473611 authored by youjie's avatar youjie

no message

parent a4974a3f
...@@ -616,14 +616,14 @@ ...@@ -616,14 +616,14 @@
</el-row> </el-row>
</el-form-item> </el-form-item>
</el-col> --> </el-col> -->
<el-col :span="4"> <el-col :span="5">
<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-date-picker class="h34" style="width: 100%;" v-model="transactionDate" @change="timeAdd(3)" type="daterange"
value-format="yyyy-MM-dd"> value-format="yyyy-MM-dd">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="3">
<el-form-item label="审核状态:"> <el-form-item label="审核状态:">
<el-select filterable v-model='msg.Status' class=""> <el-select filterable v-model='msg.Status' class="">
<el-option key="-1" value="-1" label="不限"></el-option> <el-option key="-1" value="-1" label="不限"></el-option>
...@@ -685,9 +685,9 @@ ...@@ -685,9 +685,9 @@
</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-date-picker class="h34" style="width: 100%;" v-model="transactionDate" @change="timeAdd(3)" type="daterange" <el-date-picker style="width: 100%;" class="h34" @change="timeAdd(1)" v-model="productionDate" type="daterange"
value-format="yyyy-MM-dd"> value-format="yyyy-MM-dd">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
...@@ -699,7 +699,7 @@ ...@@ -699,7 +699,7 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="6">
<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>
...@@ -713,7 +713,7 @@ ...@@ -713,7 +713,7 @@
</div> </div>
<div class="query-box" style="padding: 0;border: 0;"> <div class="query-box" style="padding: 0;border: 0;">
<ul class="clearfix"> <ul class="clearfix">
<li class="hight_query" style="text-align: right;width: 100%;"> <li class="hight_query" style="text-align: right;">
<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>
</span> </span>
...@@ -901,8 +901,8 @@ ...@@ -901,8 +901,8 @@
TemplateId:'0',// 是 [string] 查看 TemplateId:'0',// 是 [string] 查看
RB_Branch_Id:-1,// 是 [string] 查看 RB_Branch_Id:-1,// 是 [string] 查看
RB_Depart_Id:0,// 是 [string] 查看 RB_Depart_Id:0,// 是 [string] 查看
sTradeDate:'',// 是 [string] sTradeDate:this.getBeforeDate(31, new Date().Format("yyyy-MM-dd")),// 是 [string]
eTradeDate:'',// 是 [string] eTradeDate:this.getBeforeDate(0, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"))),// 是 [string]
ClientType:'',// 是 [string] 查看 ClientType:'',// 是 [string] 查看
RemitterName:'',// 是 [string] RemitterName:'',// 是 [string]
ClientID:'',// 是 [string] 查看 ClientID:'',// 是 [string] 查看
...@@ -975,7 +975,10 @@ ...@@ -975,7 +975,10 @@
CompanyList: [], CompanyList: [],
productionDate: [], productionDate: [],
approvalDate: [], approvalDate: [],
transactionDate: [], transactionDate: [
this.getBeforeDate(31, new Date().Format("yyyy-MM-dd")),
this.getBeforeDate(0, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
],
missionDate: [], missionDate: [],
currencyTypeList: [], currencyTypeList: [],
GetCostTypeList: [], GetCostTypeList: [],
...@@ -1294,7 +1297,8 @@ ...@@ -1294,7 +1297,8 @@
this.msg.FinanceAccountantMergeType = 2 this.msg.FinanceAccountantMergeType = 2
this.GetLocalFile("Financial_post_DownLoadFinanceToTCNum", this.msg, "短团导出.xls"); this.GetLocalFile("Financial_post_DownLoadFinanceToTCNum", this.msg, "短团导出.xls");
}else{ }else{
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶数据导出.xls"); // Financial_post_DownLoadFinanceToKingdee
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdee_HP", this.msg, "金蝶数据导出.xls");
} }
}, },
beforeAvatarUpload(file) { beforeAvatarUpload(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