提交 b587c0b7 编写于 作者: W WJ-202301081617\Wlos

Merge branch 'company_server' of https://gitee.com/doc_wei01/skyeye into company_server

...@@ -31,11 +31,6 @@ layui.config({ ...@@ -31,11 +31,6 @@ layui.config({
}}); }});
}, },
// 组件加载完成后的回调函数
loadComponentCallback: function () {
$("div[controlType='customer']").remove();
},
// 新增行的回调函数 // 新增行的回调函数
tableAddRowCallback: function (tableId) { tableAddRowCallback: function (tableId) {
$("#addRow" + tableId).remove(); $("#addRow" + tableId).remove();
...@@ -46,7 +41,6 @@ layui.config({ ...@@ -46,7 +41,6 @@ layui.config({
$("div[controlType='simpleTable']").find(".taxMoney").prop('disabled', true); $("div[controlType='simpleTable']").find(".taxMoney").prop('disabled', true);
$("div[controlType='simpleTable']").find(".taxUnitPrice").prop('disabled', true); $("div[controlType='simpleTable']").find(".taxUnitPrice").prop('disabled', true);
$("div[controlType='simpleTable']").find(".taxLastMoney").prop('disabled', true); $("div[controlType='simpleTable']").find(".taxLastMoney").prop('disabled', true);
$("div[controlType='simpleTable']").find(".specifications").prop('disabled', true);
} }
}); });
}}); }});
......
...@@ -31,11 +31,6 @@ layui.config({ ...@@ -31,11 +31,6 @@ layui.config({
}}); }});
}, },
// 组件加载完成后的回调函数
loadComponentCallback: function () {
$("div[controlType='customer']").remove();
},
// 新增行的回调函数 // 新增行的回调函数
tableAddRowCallback: function (tableId) { tableAddRowCallback: function (tableId) {
$("#addRow" + tableId).remove(); $("#addRow" + tableId).remove();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册