|
|
@@ -196,7 +196,7 @@
|
|
|
></process-submit-dialog>
|
|
|
<!-- 新增发货单 -->
|
|
|
<add-invoice-dialog
|
|
|
- ref="invoiceDialogRef"
|
|
|
+ ref="invoiceDialogRef1"
|
|
|
:isReturnGoodsCreate="true"
|
|
|
@done="reload"
|
|
|
></add-invoice-dialog>
|
|
|
@@ -538,9 +538,9 @@
|
|
|
// 创建退货单发货单
|
|
|
handleInvoiceOrder(row) {
|
|
|
console.log(row);
|
|
|
- this.$refs.invoiceDialogRef.open('add', row);
|
|
|
- this.$refs.invoiceDialogRef.$refs.form &&
|
|
|
- this.$refs.invoiceDialogRef.$refs.form.clearValidate();
|
|
|
+ this.$refs.invoiceDialogRef1.open('add', row);
|
|
|
+ this.$refs.invoiceDialogRef1.$refs.form &&
|
|
|
+ this.$refs.invoiceDialogRef1.$refs.form.clearValidate();
|
|
|
}
|
|
|
}
|
|
|
};
|