sth
This commit is contained in:
parent
0c14dba469
commit
4bc3989eff
|
|
@ -208,7 +208,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
||||||
Layer.open({
|
Layer.open({
|
||||||
type: 1,
|
type: 1,
|
||||||
title: '请输入操作理由',
|
title: '请输入操作理由',
|
||||||
area: ['450px', '280px'], // 宽高可调
|
area: ['500px', '280px'], // 宽高可调
|
||||||
btn: ['提交', '取消'],
|
btn: ['提交', '取消'],
|
||||||
content: '<div style="padding: 20px;">' +
|
content: '<div style="padding: 20px;">' +
|
||||||
'<div style="margin-bottom: 10px; color: #f39c12; font-size: 14px;">' +
|
'<div style="margin-bottom: 10px; color: #f39c12; font-size: 14px;">' +
|
||||||
|
|
@ -216,7 +216,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
||||||
'</div>' +
|
'</div>' +
|
||||||
//'<input id="input-title" data-field="title" data-params=\'{"custom[type]":"1"}\' data-rule="required" data-source="setting/abnormal/index" class="form-control selectpage" type="text" value="">'+
|
//'<input id="input-title" data-field="title" data-params=\'{"custom[type]":"1"}\' data-rule="required" data-source="setting/abnormal/index" class="form-control selectpage" type="text" value="">'+
|
||||||
Config.abnormal_select +
|
Config.abnormal_select +
|
||||||
'<textarea style="margin-top: 10px" id="input-reason" class="form-control" data-rule="required" rows="4" placeholder="请输入操作理由"></textarea>' +
|
'<textarea style="margin-top: 10px" id="input-reason" class="form-control" data-rule="required" rows="3" placeholder="请输入操作理由"></textarea>' +
|
||||||
'</div>',
|
'</div>',
|
||||||
yes: function(index, layero) {
|
yes: function(index, layero) {
|
||||||
var inputTitle = $("#reason_title").val()+',';
|
var inputTitle = $("#reason_title").val()+',';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user