lph 11 månader sedan
förälder
incheckning
a5c1c4f8b6
1 ändrade filer med 3 tillägg och 0 borttagningar
  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 = "修改成品发票";
       });