|
|
@@ -2106,6 +2106,11 @@ export default {
|
|
|
this.$message.warning(res.msg || '操作失败')
|
|
|
return
|
|
|
}
|
|
|
+ // TODO 调用打印
|
|
|
+ if (this.currentOrder) {
|
|
|
+ this.$print(this.currentOrder)
|
|
|
+ }
|
|
|
+
|
|
|
this.$message.success('操作成功')
|
|
|
this.secondPrintDialogVisible = false
|
|
|
this.getOrderList()
|