给单据明细里面去掉‘撤销’按钮

This commit is contained in:
季圣华
2020-10-13 01:11:28 +08:00
parent e06435ecc8
commit 73ad4dc2bb
14 changed files with 0 additions and 142 deletions

View File

@@ -1215,18 +1215,6 @@
});
}
},
//单行删除明细
removeit: function () {
if (editIndex == undefined) { return }
$('#materialData').datagrid('cancelEdit', editIndex)
.datagrid('deleteRow', editIndex);
editIndex = undefined;
},
//撤销明细
reject: function () {
$('#materialData').datagrid('rejectChanges');
editIndex = undefined;
},
//新增仓库
appendDepot: function () {
$('#depotDlg').dialog('open').dialog('setTitle', '<img src="/js/easyui/themes/icons/edit_add.png"/>&nbsp;增加仓库信息');