瀏覽代碼

补充提交

lph 11 月之前
父節點
當前提交
a5c1c4f8b6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      zkqy-ui/src/views/system/financialManage/finishedProductInvoice.vue

+ 3 - 0
zkqy-ui/src/views/system/financialManage/finishedProductInvoice.vue

@@ -762,6 +762,9 @@ export default {
       const id = row.id || this.ids;
       getFinishedProductInvoice(id).then((response) => {
         this.form = response.data;
+        if (this.form.customerId) {
+          this.getSettlementUnitList();
+        }
         this.open = true;
         this.title = "修改成品发票";
       });