2021-02-25 21:39:26
Createmodal('批量导入用户',content)
function Createmodal(title,content)
{
// 向页面添加HTML
// console.log(html)
var jnm
2021-02-25 21:33:45
// JS下载文件函数
// download(url,filename);
function download(url,fname) {
ajax(url, function(xhr) {
var filename = fname+'.' + url.replac
2021-02-21 19:31:37
layer.open({ // 基本层类型:0(信息框,默认)1(页面层)2(iframe层,也就是解析content)3(加载层)4(tips层) type: 1, title: "标题", // 当type: 2时就是url content: "内容
2021-02-21 19:04:34
Yii提供了一个灵活的和可扩展的日志记录功能。根据日志级别和消息的类别可以将消息记录分类。使用级别和类别过滤器,选中的消息可以进一步记录到不同的目标,如文件、电子邮
2021-02-21 14:07:19
views
{
title: "发票照片",
data: "BILLPIC",
edit: {
type: "file
2021-02-19 08:12:43
1、效率总结1)依次从好到差:system,const,index , range,index_merge,ALL 单独查询eq_ref,ref,ref_or_null all 多表join 查询index_subquery unique_subquery 子查询2)index_merge之
2021-02-14 14:45:13
$sql="SELECT * FROM bfams_statuslogs where BILLID =:BILLID order by createTime desc";
$DataRowsBill=\Yii::$app->db->createCommand($sql, [':BILLID' => $
2021-02-12 10:04:20
public function getQuery($where) {
// var_dump($where);exit;
$schoolid = \Yii::$app->admin->identity->schoolid;
$query = $this->mode
2021-02-09 22:24:38
var m2 = meTables({
sTable: "#me-table",
buttonSelector: "#me-table-buttons-two",
title: "书目信息",
number: {
2021-02-08 22:38:26
<?php
use yii\helpers\Json;
use yii\helpers\ArrayHelper;
use jinxing\admin\models\Auth;
$auth =Auth::getDataTableAuth(ArrayHelper::getValue($this->context->mo