From 3ab62e1cb14d3514a0a7bca743b9f7d294492c6a Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 26 Oct 2022 23:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=91=E9=80=81=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewMarketSendContent.html | 37 ++++ .../viewMarketSendContent.js | 28 +++ public/pages/admin/marketLog/marketLog.html | 161 ++++++++++++++++++ public/pages/admin/marketLog/marketLog.js | 90 ++++++++++ 4 files changed, 316 insertions(+) create mode 100644 public/components/admin/viewMarketSendContent/viewMarketSendContent.html create mode 100644 public/components/admin/viewMarketSendContent/viewMarketSendContent.js create mode 100644 public/pages/admin/marketLog/marketLog.html create mode 100644 public/pages/admin/marketLog/marketLog.js diff --git a/public/components/admin/viewMarketSendContent/viewMarketSendContent.html b/public/components/admin/viewMarketSendContent/viewMarketSendContent.html new file mode 100644 index 000000000..49fe64f6a --- /dev/null +++ b/public/components/admin/viewMarketSendContent/viewMarketSendContent.html @@ -0,0 +1,37 @@ +
\ No newline at end of file diff --git a/public/components/admin/viewMarketSendContent/viewMarketSendContent.js b/public/components/admin/viewMarketSendContent/viewMarketSendContent.js new file mode 100644 index 000000000..3730698df --- /dev/null +++ b/public/components/admin/viewMarketSendContent/viewMarketSendContent.js @@ -0,0 +1,28 @@ +(function (vc) { + + vc.extends({ + propTypes: { + callBackListener: vc.propTypes.string, //父组件名称 + callBackFunction: vc.propTypes.string //父组件监听方法 + }, + data: { + viewMarketSendContentInfo: { + sendContent: '', + + } + }, + _initMethod: function () { + + }, + _initEvent: function () { + vc.on('viewMarketSendContent', 'openModal', function (_param) { + $('#viewMarketSendContentModel').modal('show'); + $that.viewMarketSendContentInfo = _param; + }); + }, + methods: { + + } + }); + +})(window.vc); diff --git a/public/pages/admin/marketLog/marketLog.html b/public/pages/admin/marketLog/marketLog.html new file mode 100644 index 000000000..146a0f9f0 --- /dev/null +++ b/public/pages/admin/marketLog/marketLog.html @@ -0,0 +1,161 @@ +|
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
|---|---|---|---|---|---|---|---|---|---|
| {{marketLog.logId}} | +{{marketLog.ruleName}} | +{{marketLog.communityName}} | +{{marketLog.personName}} | +{{marketLog.personTel}} | +{{marketLog.openId}} | +{{marketLog.sendWayName}} | +{{marketLog.businessTypeName}} | +{{marketLog.remark}} | +
+
+
+
+ |
+
|
+ |
+ |||||||||