This commit is contained in:
xman 2025-04-21 10:37:21 +08:00
parent 0c14dba469
commit 4bc3989eff

View File

@ -208,7 +208,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
Layer.open({
type: 1,
title: '请输入操作理由',
area: ['450px', '280px'], // 宽高可调
area: ['500px', '280px'], // 宽高可调
btn: ['提交', '取消'],
content: '<div style="padding: 20px;">' +
'<div style="margin-bottom: 10px; color: #f39c12; font-size: 14px;">' +
@ -216,7 +216,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
'</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="">'+
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>',
yes: function(index, layero) {
var inputTitle = $("#reason_title").val()+',';