浏览代码

其他应收单导入回显问题修复

chen 3 年之前
父节点
当前提交
701e163ca0
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/finance/components/receivable_list-add.vue

+ 6 - 0
src/views/finance/components/receivable_list-add.vue

@@ -286,6 +286,12 @@ export default {
       if (result.code == 200) {
         this.$message.success("导入成功");
         // this.dataList.unshift(result.data);
+
+        this.searchForm.source = result.data.source;
+        this.searchForm.endTime = result.data.endTime;
+        // this.searchForm.examineStatus = result.data.examineStatus;
+        this.searchForm.examineStatus = "暂存";
+        this.searchForm.remark = result.data.remark;
         let Arr = result.data.items;
         for (let v = 0; v < Arr.length; v++) {
           const res = await getFinanceCustomerList({