提交 4104b50e 编写于 作者: doc_wei's avatar doc_wei

资产采购新增资产入库的功能

上级 e462be2e
......@@ -59,11 +59,11 @@ layui.config({
caigouEdit(data);
} else if (layEvent === 'caigouSubApproval') { //采购提交审批
caigouSubApproval(data);
} else if (layEven === 'caigouCancellation') {//采购作废
} else if (layEvent === 'caigouCancellation') { //采购作废
caigouCancellation(data);
} else if (layEven === 'caigouProcessDetails') {//采购流程详情
} else if (layEvent === 'caigouProcessDetails') { //采购流程详情
activitiUtil.activitiDetails(data);
} else if (layEven === 'caigouRevoke') {//撤销采购申请
} else if (layEvent === 'caigouRevoke') { //撤销采购申请
caigouRevoke(data);
}
});
......
......@@ -29,7 +29,6 @@ layui.config({
{ field: 'typeName', title: '资产类型', align: 'left', width: 100 },
{ field: 'assetNum', title: '资产编号', align: 'left', width: 100 },
{ field: 'specifications', title: '资产规格', align: 'left', width: 120 },
{ field: 'employeeName', title: '领用人', align: 'left', width: 120 },
{ field: 'assetAdmin', title: '管理员', align: 'left', width: 120 },
]],
done: function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册