From 77c6744454e7f35e73f7a79ccec431410c097566 Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期二, 02 九月 2025 17:56:37 +0800
Subject: [PATCH] bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard.js b/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard.js
index 51e1c3f..8bfbda0 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tHuiminCard/tHuiminCard.js
@@ -81,6 +81,18 @@
     });
     this.layerIndex = index;
 };
+THuiminCard.addOrder = function (id, pageType) {
+    console.log(id)
+    let index = layer.open({
+        type: 2,
+        title: '订单录入',
+        area: ['100%', '100%'], //宽高
+        fix: false, //不固定
+        maxmin: true,
+        content: Feng.ctxPath + '/tHuiminCard/tHuiminCardAddOrder'
+    });
+    this.layerIndex = index;
+};
 
 /**
  * 删除玩湃惠民卡

--
Gitblit v1.7.1