소스 검색

补充提交

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 = "修改成品发票";
       });