Commit 5383a159 authored by youjie's avatar youjie

付款单 详情 日期

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