mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改模板文件
This commit is contained in:
parent
53cc414e8d
commit
7e5772322a
@ -52,9 +52,6 @@
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
<script>layui.form.render()</script>
|
||||
|
||||
<style>
|
||||
.think-level-box tr input {
|
||||
width: 90%;
|
||||
|
@ -34,6 +34,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script>form.render()</script>
|
||||
</fieldset>
|
||||
|
@ -55,6 +55,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>window.form.render()</script>
|
||||
</fieldset>
|
||||
|
||||
</fieldset>
|
@ -27,5 +27,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>form.render()</script>
|
||||
</fieldset>
|
@ -41,6 +41,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>form.render()</script>
|
||||
</fieldset>
|
||||
|
||||
</fieldset>
|
@ -164,7 +164,7 @@
|
||||
<script>
|
||||
|
||||
(function ($ele) {
|
||||
form.render(), form.on('select(number)', apply);
|
||||
layui.form.on('select(number)', apply);
|
||||
apply({value: parseInt("{$vo.number|default='0'}")});
|
||||
|
||||
function apply(data) {
|
||||
|
@ -42,5 +42,4 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</fieldset>
|
||||
<script>window.form.render()</script>
|
||||
</fieldset>
|
@ -32,8 +32,7 @@
|
||||
{block name='script'}
|
||||
<script>
|
||||
$(function () {
|
||||
$.form.reInit(), layui.form.render();
|
||||
$('[data-item]').on('click', function () {
|
||||
$.form.reInit(), $('[data-item]').on('click', function () {
|
||||
top.setItemValue(this.getAttribute('data-item') || '');
|
||||
parent.layer.close(parent.layer.getFrameIndex(window.name));
|
||||
});
|
||||
|
@ -61,7 +61,3 @@
|
||||
<!--{/if}-->
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
{block name='script'}
|
||||
<script>window.form.render()</script>
|
||||
{/block}
|
||||
|
@ -40,5 +40,4 @@
|
||||
<button class="layui-btn" type='submit'>保存数据</button>
|
||||
<button class="layui-btn layui-btn-danger" data-close data-confirm="确定要取消编辑吗?" type='button'>取消编辑</button>
|
||||
</div>
|
||||
<script>form.render()</script>
|
||||
</form>
|
||||
</form>
|
@ -299,9 +299,6 @@
|
||||
</label>
|
||||
|
||||
<script>
|
||||
/*! 表单初始化 */
|
||||
window.form.render();
|
||||
|
||||
/*! 入会礼包切换 */
|
||||
window.form.on('radio(vip_entry)', setVipEntry);
|
||||
setVipEntry({value: ('{$vo.vip_entry|default="0"}')});
|
||||
|
@ -134,6 +134,5 @@
|
||||
</table>
|
||||
{empty name='list'}<span class="notdata">没有记录哦</span>{else}{$pagehtml|raw|default=''}{/empty}
|
||||
</div>
|
||||
<script>form.render()</script>
|
||||
</div>
|
||||
{/block}
|
@ -40,7 +40,6 @@
|
||||
|
||||
{block name='script'}
|
||||
<script>
|
||||
layui.form.render();
|
||||
$('[data-item]').on('click', function () {
|
||||
top.setItemValue(this.getAttribute('data-item') || '');
|
||||
parent.layer.close(parent.layer.getFrameIndex(window.name));
|
||||
|
@ -63,8 +63,4 @@
|
||||
</div>
|
||||
<!--{/if}-->
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
{block name='script'}
|
||||
<script>window.form.render()</script>
|
||||
{/block}
|
@ -29,7 +29,6 @@
|
||||
{block name='script'}
|
||||
<script>
|
||||
$(function () {
|
||||
layui.form.render();
|
||||
$('[data-article]').on('click', function () {
|
||||
if (top.setItemValue) top.setItemValue(this.getAttribute('data-item') || '');
|
||||
parent.layer.close(parent.layer.getFrameIndex(window.name));
|
||||
|
@ -43,5 +43,4 @@
|
||||
<button class="layui-btn layui-btn-danger" data-close data-confirm="确定要取消吗?" type='button'>取消</button>
|
||||
</div>
|
||||
</div>
|
||||
<script>form.render()</script>
|
||||
</form>
|
||||
</form>
|
@ -134,7 +134,6 @@
|
||||
</fieldset>
|
||||
|
||||
<script>
|
||||
window.form.render();
|
||||
require(['excel'], function (excel) {
|
||||
excel.bind(function (data) {
|
||||
var items = [];
|
||||
|
@ -89,7 +89,6 @@
|
||||
</fieldset>
|
||||
|
||||
<script>
|
||||
window.form.render();
|
||||
require(['excel'], function (excel) {
|
||||
excel.bind(function (data) {
|
||||
var rows = [];
|
||||
|
@ -94,7 +94,6 @@
|
||||
</fieldset>
|
||||
|
||||
<script>
|
||||
window.form.render();
|
||||
require(['excel'], function (excel) {
|
||||
excel.bind(function (data) {
|
||||
var items = [];
|
||||
|
@ -77,8 +77,6 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script>form.render()</script>
|
||||
|
||||
<style>
|
||||
.WechatUserHead {
|
||||
width: 138px !important;
|
||||
|
@ -65,5 +65,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>layui.form.render()</script>
|
||||
</fieldset>
|
@ -41,5 +41,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>form.render()</script>
|
||||
</fieldset>
|
@ -60,5 +60,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>window.form.render()</script>
|
||||
</fieldset>
|
||||
</fieldset>
|
@ -125,6 +125,4 @@
|
||||
<button class="layui-btn layui-btn-danger" data-close data-confirm="确定要取消编辑吗?" type='button'>取消编辑</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
<script>form.render()</script>
|
||||
</form>
|
@ -57,7 +57,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script>window.form.render()</script>
|
||||
|
||||
</fieldset>
|
@ -48,5 +48,4 @@
|
||||
<button class="layui-btn" type='submit'>保存数据</button>
|
||||
<button class="layui-btn layui-btn-danger" data-close data-confirm="确定要取消编辑吗?" type='button'>取消编辑</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>form.render();</script>
|
||||
</form>
|
Loading…
x
Reference in New Issue
Block a user