From a660db06773007b1be690e0674829c00a57aeb7b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 24 十二月 2025 16:21:23 +0800
Subject: [PATCH] 订单首页流程卡新增楼层编号显示

---
 north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelDetails.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelDetails.vue b/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelDetails.vue
index fc39f8b..accd9ae 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelDetails.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelDetails.vue
@@ -22,7 +22,8 @@
 let filterData = ref({})
 
 const data = ref({
-  printList: []
+  printList: [],
+  landingSequence:null
 })
 
 let props = defineProps({
@@ -32,7 +33,8 @@
   lableType:null,//鏍囩绫诲瀷
   titleList:null,//鏍囬
   switch:null,//鍒ゆ柇鏄惁涓烘柊鎵撳嵃,
-  lastList:[]
+  lastList:[],
+  landingSequence:null
 })
 
 const {currentRoute} = useRouter()
@@ -47,7 +49,9 @@
 }
 let lableType = props.lableType
 let switchType = props.switch
+let landingSequence = props.landingSequence
 data.value.printList = JSON.parse(props.list)
+data.value.landingSequence = props.landingSequence
 onMounted(() => {
     request.post(`/processCard/getSelectPrintCustomLabelDetails/${type}/${lableType}`, data.value).then((res) => {
       if (res.code == 200) {
@@ -93,6 +97,7 @@
   // 鑾峰彇鏄犲皠涓墍鏈夌殑閿�
   const keys = Object.keys(propertyMapping);
   // 鏍规嵁 index 鑾峰彇瀵瑰簲鐨勫睘鎬у悕
+   
   const propertyName = keys[index];
   // 濡傛灉鏄犲皠涓病鏈夎 index锛岀洿鎺ヨ繑鍥�
   if (!propertyName) {

--
Gitblit v1.8.0