Commit 5383a159 authored by youjie's avatar youjie

付款单 详情 日期

parent 9e17a147
......@@ -288,9 +288,7 @@ export default {
this.$message.error("请选择财务单据!")
return
}
this.apipost("Financial_post_SetAdvanceMatchChecked", {
FinanceIds: financeIds,
Area_Name: this.Area_Name}, res => {
this.apipost("Financial_post_SetAdvanceMatchChecked", {FinanceIds: financeIds}, res => {
if (res.data.resultCode == 1) {
this.$message.success(res.data.message);
this.getczTableList();
......
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