新增信封材质

This commit is contained in:
2026-04-02 15:42:06 +08:00
parent 64e2c7062d
commit b1d63d3087
4 changed files with 140 additions and 60 deletions
+2 -2
View File
@@ -141,7 +141,7 @@
var table = layui.table;
$(".shensuo").hide();
$(".shensuo select").attr("display", true);
$(".shensuo").find("select").attr("disabled", true);
form.render();
//建造实例
@@ -219,7 +219,7 @@
form.render();
})
form.on("checkbox(ui_craft)",function(data){
form.on("checkbox(ui_craft)", function (data) {
$(data.elem).prop("checked", true);
layer.msg("工艺无法取消", {offset: ['300px', '300px']}, function () {
});