瀏覽代碼

fix: 修改应付管理页面中创建发票的参数值

liujt 5 月之前
父節點
當前提交
2060cdd6b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/financialManage/payableManage/index.vue

+ 1 - 1
src/views/financialManage/payableManage/index.vue

@@ -423,7 +423,7 @@
 
         this.addOrEditDialogNewFlag = true;
         this.$nextTick(() => {
-          this.$refs.addOrEditDialogNewRef.createInvoice1([row], '1', 4);
+          this.$refs.addOrEditDialogNewRef.createInvoice1([row], '2', 4);
         });
         // this.$refs.addOrEditDialogNewRef.$refs.form &&
         //   this.$refs.addOrEditDialogNewRef.$refs.form.clearValidate();