still 牌位版面調整

This commit is contained in:
2026-04-10 17:24:46 +08:00
parent c5fc2469d7
commit 21a3ec6198
5 changed files with 311 additions and 31 deletions
+2 -3
View File
@@ -875,8 +875,6 @@
this.editedItem = $.extend(true, {}, item);
try {
console.log("衝啥");
//document.getElementById("tablet_edit_new_iframe").contentWindow.location.reload();
// 如果是新項目,先保存
if (this.editedItem.num <= 0 || this.editedItem.num === null || this.editedItem.num === undefined) {
@@ -952,7 +950,8 @@
...itemToSend,
title: this.titleword() // 確保標題被包含
},
familyMembers: familyMembers
familyMembers: familyMembers,
host: HTTP_HOST
};
iframe.contentWindow.postMessage(itemInfo, '*');