Commit 6e0287b3 authored by youjie's avatar youjie

修复bug

parent 2c8a78b1
......@@ -709,7 +709,8 @@
<tr>
<td>{{$t('fnc.yjfkuanriqi')}}</td>
<td colspan="7">
<el-date-picker format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss" clearable class="w190 _border_b_1" v-model="msg.PayDate" type="datetime"
<el-date-picker format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss" clearable class="w190 _border_b_1"
v-model="msg.PayDate" type="datetime"
:placeholder="$t('fnc.qxzrqshijian')" align="right">
</el-date-picker>
</td>
......@@ -2389,7 +2390,7 @@
this.msg.RB_Branch_Id = parseInt(this.$route.query.companyID);
}
this.admin_get_DepartmentGetList(this.msg.RB_Branch_Id);
this.msg.PayDate = this.msg.PayDate;
this.msg.PayDate = this.msg.PayDate+' 00:00:00';
this.msg.detailList = [];
this.FinancialFlowTemplate_post_GetProcessList(data.TemplateId);
this.financeinfo_post_GetClientAccountListEdit(data.ClientType);
......
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