From 8044a8634171e2faee1145b313211603f2649e12 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 10 Apr 2025 09:06:54 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=9E=8D=E8=B5=84?=
=?UTF-8?q?=E5=B9=B3=E4=BB=93=E4=BB=98=E6=AC=BE=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../financingClosingPayment/financingClosingPayment.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue
index 4a67166cdb..d88f16ea2b 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue
@@ -53,6 +53,11 @@
编辑
+
+
+ {{ scope.row.state == '1' ? '未支付' : scope.row.state == '2' ? '支付中' : scope.row.state == '3' ? '已支付' : '' }}
+
+
From ea9a7d5e9859889fe69b8ec0b4b575fbae781749 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 10 Apr 2025 09:31:53 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=9E=8D=E8=B5=84?=
=?UTF-8?q?=E5=B9=B3=E4=BB=93=E4=BB=98=E6=AC=BE=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../financingClosingPayment/financingClosingPayment.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue
index d88f16ea2b..267f4007fe 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue
@@ -50,7 +50,7 @@
- 编辑
+ 编辑
From 3b5f6a7b6d1501a39c1942f1b40705ce2134db19 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 10 Apr 2025 09:42:45 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=94=B6=E8=B4=A7?=
=?UTF-8?q?=E5=8D=95=E7=AE=A1=E7=90=86=E3=80=81=E9=A2=84=E6=9C=9F=E5=88=B0?=
=?UTF-8?q?=E8=B4=A7=E9=80=9A=E7=9F=A5=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/storage/deliveryNotice/index.vue | 2 +-
.../receivingGoods/receivingGoodsAdd.vue | 26 +++++++------------
2 files changed, 10 insertions(+), 18 deletions(-)
diff --git a/yxt-as-ui/src/views/storage/deliveryNotice/index.vue b/yxt-as-ui/src/views/storage/deliveryNotice/index.vue
index e3b7a2c38a..e8f504d21c 100644
--- a/yxt-as-ui/src/views/storage/deliveryNotice/index.vue
+++ b/yxt-as-ui/src/views/storage/deliveryNotice/index.vue
@@ -399,7 +399,7 @@ export default {
if (this.selectionList[0].billState === '已收货(部分终止)') {
this.$message({
type: 'warning',
- message: '此记录已终止,不可在收货。',
+ message: '此记录已终止,不可再收货。',
showClose: true
})
return
diff --git a/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue b/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue
index 86edc07208..36d4708701 100644
--- a/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue
+++ b/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue
@@ -56,7 +56,7 @@
{{ formobj.billState }}
- * 收货人是否与上架人一致
+ *收货人是否与上架人一致
是
@@ -369,37 +369,29 @@ export default {
}