From f4d6f6313736879731ab37940ec3170d9285c025 Mon Sep 17 00:00:00 2001 From: admin <> Date: Thu, 28 Mar 2024 14:05:00 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=94=B6=E8=B4=A7=E4=BD=9C=E5=BA=9F?= =?UTF-8?q?=20=E5=87=BA=E8=B4=A7=E4=BD=9C=E5=BA=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pagesApp/receiveCl.vue | 145 +++++++++++++++++++++--------------- src/pagesApp/shipmentCl.vue | 90 ++++++++++++++-------- 2 files changed, 148 insertions(+), 87 deletions(-) diff --git a/src/pagesApp/receiveCl.vue b/src/pagesApp/receiveCl.vue index 68f386b..9e8d021 100644 --- a/src/pagesApp/receiveCl.vue +++ b/src/pagesApp/receiveCl.vue @@ -8,62 +8,75 @@ :bgColor="'#fff'" :borderColor="'rgba(0, 0, 0, 0.1)'" :placeholderColor="'#C1C1C1'" + @search="handleSearch()" > - - - - - 收货单号:{{ item.receiptNumber }} - {{ item.deviceName }} + + + + + 收货单号:{{ item.receiptNumber }} + {{ item.deviceName }} + + + 现场照片 + - - 现场照片{{ item.userName }} + {{ item.productName }} + + 定价人:{{ item.pricingUserName }} + 过磅时间:{{ item.tareTime }} + + + + + + + {{ item.buttonType === 0 ? "扣杂" : "扣点" }}: + {{ + item.buttonType === 0 + ? item[cItem.enName as string] + : item["points"] + }} + {{ item.buttonType === 0 ? cItem.unit : "%" }} + + + + {{ cItem.name }}:{{ cItem.isBefore ? cItem.unit : "" }} + {{ item[cItem.enName as string] }} + {{ cItem.isBefore ? "" : cItem.unit }} + + + - - {{ item.userName }} - {{ item.productName }} - - 定价人:{{ item.pricingUserName }} - 过磅时间:{{ item.tareTime }} - - - - - - - {{ item.buttonType === 0 ? "扣杂" : "扣点" }}: - {{ - item.buttonType === 0 - ? item[cItem.enName as string] - : item["points"] - }} - {{ item.buttonType === 0 ? cItem.unit : "%" }} - - - - {{ cItem.name }}:{{ cItem.isBefore ? cItem.unit : "" }} - {{ item[cItem.enName as string] }} - {{ cItem.isBefore ? "" : cItem.unit }} - - - - - +