feat: 代客下单更新

This commit is contained in:
2025-03-04 18:05:21 +08:00
parent cff5363260
commit 833676f545
24 changed files with 307 additions and 116 deletions

View File

@@ -59,7 +59,7 @@
import QRCode from "qrcode";
import orderApi from "@/api/order/order";
import payApi from "@/api/order/pay";
import { ElMessage } from "element-plus";
export default {
props: {
order: {
@@ -167,7 +167,7 @@ export default {
confirm() {
if (!this.form.code) {
return this.$message.error("请输入或扫付款码");
return ElMessage.error("请输入或扫付款码");
}
this.close();
this.$emit("confirm", this.form.code, this.paysSel ? true : false);