From aa6d5271d79958f1883a19f9652a5f941d495fc0 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Mon, 13 May 2024 18:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=AE=A1=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Pricesystem/Price/PriceBill.vue | 8 +- .../Pricesystem/Price/PriceTrunkLine.vue | 13 +- src/views/finance/CustomerSettlement.vue | 325 +++++++++++++++ src/views/finance/WaybillAudit.vue | 372 ++++++++++++++++++ 4 files changed, 708 insertions(+), 10 deletions(-) create mode 100644 src/views/finance/CustomerSettlement.vue create mode 100644 src/views/finance/WaybillAudit.vue diff --git a/src/views/Pricesystem/Price/PriceBill.vue b/src/views/Pricesystem/Price/PriceBill.vue index 069117bd..125f550e 100644 --- a/src/views/Pricesystem/Price/PriceBill.vue +++ b/src/views/Pricesystem/Price/PriceBill.vue @@ -187,12 +187,15 @@ /> - + @@ -509,7 +512,6 @@ v-model="details.form.additionalCost" style="width: 13vw" :controls="false" - :precision="2" :value-on-clear="0" :min="0" /> diff --git a/src/views/Pricesystem/Price/PriceTrunkLine.vue b/src/views/Pricesystem/Price/PriceTrunkLine.vue index 4a74b55b..13984c25 100644 --- a/src/views/Pricesystem/Price/PriceTrunkLine.vue +++ b/src/views/Pricesystem/Price/PriceTrunkLine.vue @@ -177,8 +177,9 @@ @@ -195,13 +196,12 @@ @@ -499,7 +499,7 @@ diff --git a/src/views/finance/CustomerSettlement.vue b/src/views/finance/CustomerSettlement.vue new file mode 100644 index 00000000..ba6032e2 --- /dev/null +++ b/src/views/finance/CustomerSettlement.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/src/views/finance/WaybillAudit.vue b/src/views/finance/WaybillAudit.vue new file mode 100644 index 00000000..9f46295e --- /dev/null +++ b/src/views/finance/WaybillAudit.vue @@ -0,0 +1,372 @@ + + + + +