|
@@ -637,7 +637,7 @@
|
|
|
//更多菜单
|
|
//更多菜单
|
|
|
handleCommand(command, row) {
|
|
handleCommand(command, row) {
|
|
|
if (command === 'invoice') {
|
|
if (command === 'invoice') {
|
|
|
- this.$refs.invoiceDialogRef.open('add', {}, row.id);
|
|
|
|
|
|
|
+ this.$refs.invoiceDialogRef.open('add', {}, [row.id]);
|
|
|
}
|
|
}
|
|
|
if (command === 'returnOrder') {
|
|
if (command === 'returnOrder') {
|
|
|
this.$refs.addReturnGoodsRef.open('add', {});
|
|
this.$refs.addReturnGoodsRef.open('add', {});
|