需求-客户、供应商视图展示优化
库存-库存概览界面的显示需优化 工厂端所有新建编辑页面的保存和取消按钮样式及文字要优化 【刀具组装】功能刀具组装单详情界面有个字段标题显示不全 制造-刀具管理-机床换刀申请界面标题显示重叠了
This commit is contained in:
@@ -47,4 +47,16 @@ patch(FormStatusIndicator.prototype, 'jikimo_frontend.FormStatusIndicator', {
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
$(function (){
|
||||
document.addEventListener('click', function () {
|
||||
const dom = $('.o_form_status_indicator_buttons ')
|
||||
if(dom) {
|
||||
const dom1 = dom.children().eq(0)
|
||||
const dom2 = dom.children().eq(1)
|
||||
if(!dom1.text()) {
|
||||
dom1.append('保存')
|
||||
dom2.append('取消')
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user