合约编号不给修改
This commit is contained in:
@@ -88,10 +88,7 @@ const colModelGrid = (new function () {
|
||||
sortable: false,
|
||||
formatter: function (cellValue, options, rowObject) {
|
||||
var html = "";
|
||||
if (cellValue) {
|
||||
if (!page.isWuChan) {
|
||||
html += "<a href='javascript:;' title='修改合约编号' id='bt_" + rowObject.MetaDic.ContractEncryptId + "' onclick='colModelGrid.setControl(\"" + rowObject.MetaDic.ContractEncryptId + "\")' ><i class='fa fa-pencil-square-o'></i></a>";
|
||||
}
|
||||
if (cellValue) {
|
||||
html += "<input style='width: 100%;' id='ip_" + rowObject.MetaDic.ContractEncryptId + "' type='text' value='" + cellValue + "' disabled />";
|
||||
} else {
|
||||
html = "";
|
||||
|
||||
Reference in New Issue
Block a user