From 6e6b9307b7e59963456f089c97cf8e9b77e63c30 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sat, 11 May 2024 17:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SecondPhase/DeliveryUnbindConfirm.vue | 18 +++++++++++++++--- utils/mork2.js | 4 ++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/pages/SecondPhase/DeliveryUnbindConfirm.vue b/pages/SecondPhase/DeliveryUnbindConfirm.vue index 7614fdc..e148d76 100644 --- a/pages/SecondPhase/DeliveryUnbindConfirm.vue +++ b/pages/SecondPhase/DeliveryUnbindConfirm.vue @@ -54,7 +54,7 @@ - + @@ -107,21 +107,25 @@ + \ No newline at end of file + + + \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index 1a47a37..b6e6ca2 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -96,13 +96,13 @@ export const twoPdaIvtQuery = (no, code) => { } export const twoPdaIvtDtlQuery = (no, code) => { let res = { - data: [{package_box_sn: '1', point_code: 'ljdjldj'}, {package_box_sn: '2'}] + data: [{package_box_sn: '1', point_code: 'ljdjldj'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}] } return res } export const twoPdaIvtbBoxDtlQuery = (no) => { let res = { - data: [{package_box_sn: '1', container_name: 'ljdjldj'}, {package_box_sn: '2'}] + data: [{package_box_sn: '1', container_name: 'ljdjldj'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}] } return res } \ No newline at end of file