@@ -345,7 +372,6 @@ namespace CoreCms.Net.Web.Admin.Controllers
}
#endregion
-
#region 选择导出============================================================
// POST: Api/CoreCmsUserTocash/SelectExportExcel/10
diff --git a/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.xml b/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.xml
index 76b0d2e5..54d74089 100644
--- a/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.xml
+++ b/CoreCms.Net.Web.Admin/CoreCms.Net.Web.Admin.xml
@@ -5657,7 +5657,7 @@
- 获取列表
+ 获取列表
diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/financial/usertocash/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/financial/usertocash/index.html
index 9bf975f2..06929535 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/financial/usertocash/index.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/financial/usertocash/index.html
@@ -69,6 +69,15 @@
+
+
+
+
+
@@ -185,6 +194,7 @@
},
{ field: 'createTime', title: '创建时间', width: 130, sort: false },
{ field: 'updateTime', title: '更新时间', width: 130, sort: false },
+ { field: 'needUserGet', title: '等待用户领取', width: 95, templet: '#switch_needUserGet', sort: false, unresize: true },
{ width: 120, align: 'center', title: '操作', fixed: 'right', toolbar: '#LAY-app-CoreCmsUserTocash-tableBox-bar' },
{ field: 'message', title: '反馈信息', sort: false },
]
@@ -333,6 +343,28 @@
type: 'datetime',
range: '到',
});
+
+
+ //监听 表格复选框操作
+
+ layui.form.on('switch(switch_needUserGet)', function (obj) {
+ coreHelper.Post("Api/CoreCmsUserTocash/DoSetneedUserGet", { id: this.value, data: obj.elem.checked }, function (e) {
+ if (debug) { console.log(e); } //开启调试返回数据
+ //table.reloadData('LAY-app-CoreCmsUserTocash-tableBox');
+ layer.msg(e.msg);
+ });
+ });
+
+
+ //重载form
+ form.render();
+
});
};
-
\ No newline at end of file
+
+
+
+
+
diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/shop/pay/wechatpayconfig/create.html b/CoreCms.Net.Web.Admin/wwwroot/views/shop/pay/wechatpayconfig/create.html
index 227fbb53..0325007c 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/shop/pay/wechatpayconfig/create.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/shop/pay/wechatpayconfig/create.html
@@ -1,128 +1,221 @@