合约编号不给修改

This commit is contained in:
锦麟 王
2026-04-15 16:34:13 +08:00
parent bdc28d88a1
commit 8fc2f43d4d
@@ -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 = "";