From 956834103e237fefce3ecbe7e50f1c9326bbd3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E5=88=9D?= <3236758982@qq.com> Date: Fri, 6 Mar 2026 15:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E7=AE=A1=E7=90=86=E9=80=82?= =?UTF-8?q?=E9=85=8D=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erp/purchase/order/PurchaseOrderForm.vue | 52 ++- .../purchase/return/PurchaseReturnForm.vue | 277 ++++++------ .../components/PurchaseReturnItemForm.vue | 425 +++++++++--------- 3 files changed, 395 insertions(+), 359 deletions(-) diff --git a/src/views/erp/purchase/order/PurchaseOrderForm.vue b/src/views/erp/purchase/order/PurchaseOrderForm.vue index 3134567..ca54523 100644 --- a/src/views/erp/purchase/order/PurchaseOrderForm.vue +++ b/src/views/erp/purchase/order/PurchaseOrderForm.vue @@ -32,20 +32,48 @@ style="width: 100%" /> + -
- - {{ formData.purchaseRequisitionNo }} - - 未选择 - 选择 -
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + - - - - + +
+ + +
+
基本信息
- - - - + - + - - - - - - - - - - - - - - - - - - +
+ + +
+
退货产品清单
+ +
+ + +
+
费用信息
- - - + - - - - - - - - - + + + - - - - - - - - - -
+ + + + + + + + + + diff --git a/src/views/erp/purchase/return/components/PurchaseReturnItemForm.vue b/src/views/erp/purchase/return/components/PurchaseReturnItemForm.vue index 9355d71..729f4bf 100644 --- a/src/views/erp/purchase/return/components/PurchaseReturnItemForm.vue +++ b/src/views/erp/purchase/return/components/PurchaseReturnItemForm.vue @@ -4,24 +4,41 @@ :model="formData" :rules="formRules" v-loading="formLoading" - label-width="0px" + label-position="top" :inline-message="true" :disabled="disabled" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + +
+
+ 合计数量 + {{ erpCountInputFormatter(summaryData.count) }} +
+
+ 合计金额 + {{ erpPriceInputFormatter(summaryData.totalProductPrice) }} +
+
+ 合计税额 + {{ erpPriceInputFormatter(summaryData.taxPrice) }} +
+
+ 税额合计 + {{ erpPriceInputFormatter(summaryData.totalPrice) }} +
+
+ - + +