|
|
@@ -54,6 +54,12 @@ var bootstrap = function ($, learun) { |
|
|
|
type: 'input', |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "规格型号", name: "ASpecification", width: 100, align: "left", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "备注", name: "Demo", width: 100, align: "left", |
|
|
|
}, |
|
|
|
], |
|
|
|
mainId: 'RIID', |
|
|
|
isEdit: true, |
|
|
@@ -93,7 +99,9 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "备注", name: "Demo", width: 200, align: "left" }, |
|
|
|
|
|
|
|
], |
|
|
|
select: function (values, texts) { |
|
|
|
if (values && values.length > 0) { |
|
|
@@ -106,8 +114,10 @@ var bootstrap = function ($, learun) { |
|
|
|
return; |
|
|
|
} |
|
|
|
$input.val(data.AName); |
|
|
|
//$('#Ass_ReceiveItem')[0].dfop.running.rowdata[rowIndex]['jfgridRowData']['AName'] = data.AName; |
|
|
|
//$('.jfgrid-data-cell[colname="AName"][rowIndex="' + rowIndex + '"]').attr('title', data.AName).html(data.AName); |
|
|
|
$('#Ass_ReceiveItem')[0].dfop.running.rowdata[rowIndex]['jfgridRowData']['ASpecification'] = data.ASpecification; |
|
|
|
$('.jfgrid-data-cell[colname="ASpecification"][rowIndex="' + rowIndex + '"]').attr('title', data.ASpecification).html(data.ASpecification); |
|
|
|
$('#Ass_ReceiveItem')[0].dfop.running.rowdata[rowIndex]['jfgridRowData']['Demo'] = data.Demo; |
|
|
|
$('.jfgrid-data-cell[colname="Demo"][rowIndex="' + rowIndex + '"]').attr('title', data.Demo).html(data.Demo); |
|
|
|
$input.trigger('propertychange'); |
|
|
|
|
|
|
|
$('jfgrid_edit_Ass_ReceiveItem_' + 'ANum').val(0); |
|
|
|