From 8a2525649d48f17d7e54001005a288a04acf0fdc Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Fri, 21 Jun 2024 11:19:27 +0800 Subject: [PATCH] uu --- .../buns-order-templates/bo-page-cart-scan-tmp.vue | 1 - pages/tms/untruckingScanning.vue | 13 +++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/components/buns-order-templates/bo-page-cart-scan-tmp.vue b/components/buns-order-templates/bo-page-cart-scan-tmp.vue index 5def521..166148c 100644 --- a/components/buns-order-templates/bo-page-cart-scan-tmp.vue +++ b/components/buns-order-templates/bo-page-cart-scan-tmp.vue @@ -21,7 +21,6 @@ > - diff --git a/pages/tms/untruckingScanning.vue b/pages/tms/untruckingScanning.vue index 3b42e99..46d3c3c 100644 --- a/pages/tms/untruckingScanning.vue +++ b/pages/tms/untruckingScanning.vue @@ -11,7 +11,12 @@ - + + + @@ -79,9 +84,8 @@ billCode: '', // 运单id }, pageLoading: true, - resData: { - list: [] - }, + resData: { list: [] }, + carRes: { list: [] }, curScanItem: {}, } }, @@ -90,6 +94,7 @@ this.initData(); }, methods: { + getCarNoList: apiService.getCarNoList, initData() { this.submitParam.billCode = this.queryOption.billCode },