给单据明细里面去掉‘撤销’按钮
This commit is contained in:
@@ -286,7 +286,6 @@
|
||||
} else {
|
||||
initTableData_material("add"); //商品列表
|
||||
}
|
||||
inOutService.reject(); //撤销下、刷新商品列表
|
||||
function supplierDlgFun(type) {
|
||||
$('#supplierDlg').dialog('open').dialog('setTitle','<img src="/js/easyui/themes/icons/edit_add.png"/> 增加' + type + '信息');
|
||||
$('#supplierFM').form('clear');
|
||||
@@ -355,7 +354,6 @@
|
||||
$("#OtherMoney").attr("data-itemArr",JSON.stringify(itemArr)).attr("data-itemMoneyArr",itemMoneyArr); //json数据存储
|
||||
}
|
||||
initTableData_material("edit",TotalPrice); //商品列表
|
||||
inOutService.reject(); //撤销下、刷新商品列表
|
||||
url = '/depotHead/updateDepotHeadAndDetail?id=' + res.id; //更新接口
|
||||
}
|
||||
//查看信息
|
||||
@@ -564,14 +562,6 @@
|
||||
inOutService.batchDel(); //删除行
|
||||
}
|
||||
},
|
||||
{
|
||||
id:'reject',
|
||||
text:'撤销',
|
||||
iconCls:'icon-undo',
|
||||
handler:function() {
|
||||
inOutService.reject(); //撤销
|
||||
}
|
||||
},
|
||||
{
|
||||
id:'appendDepot',
|
||||
text:'新增仓库',
|
||||
|
||||
Reference in New Issue
Block a user