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