總疏文

This commit is contained in:
2026-08-17 18:05:22 +08:00
parent b1c05c82cb
commit c03bcfea64
5 changed files with 1190 additions and 2 deletions
+20 -2
View File
@@ -2,6 +2,7 @@
<%@ Register Src="~/admin/_uc/alert.ascx" TagPrefix="uc1" TagName="alert" %>
<asp:Content ID="Content1" ContentPlaceHolderID="page_header" runat="Server">
<script src="/js/httpVueLoader.js"></script>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="footer_script" runat="Server">
<script>
@@ -286,7 +287,8 @@
items: [
{ order_no: "D", member_name: "S", order_date: "2025-12-07" }
],
},
},
currentView: 'shuwen-component',
}
},
@@ -317,6 +319,9 @@
deep: true,
},
},
components: {
'shuwen-component': httpVueLoader('./shuwen02.vue'),
},
methods: {
search_show(curr) {
//console.log("btn_click:", curr, curr.api_url);
@@ -1061,6 +1066,10 @@
type="button" role="tab" aria-controls="profile" aria-selected="false" @click="loadUnfilledList">
未填寫名單
</button>
<button v-if="this_id!=''" class="nav-link" id="sec2-tab5" data-bs-toggle="tab" data-bs-target="#sec2-page5"
type="button" role="tab" aria-controls="profile" aria-selected="false">
總疏文維護
</button>
</div>
</nav>
</div>
@@ -1349,7 +1358,16 @@
</v-data-table>
</v-card>
</div>
</div>
<div class="tab-pane fade" id="sec2-page5" role="tabpanel" aria-labelledby="sec2-tab5" v-if="this_id!=''">
<%-- <v-card class="mx-auto" outlined >
<keep-alive>
<component :is="currentView">
</component>
</keep-alive>
</v-card>--%>
</div>
</div>
</asp:Panel>
</div>