From 4720fb6640ae99d6eb75d4ecce80448bbc07d533 Mon Sep 17 00:00:00 2001 From: z Date: Fri, 17 Apr 2026 10:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=8A=B6=E6=80=81=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jnpf-java-boot/jnpf-web/src/views/example/order/form.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jnpf-java-boot/jnpf-web/src/views/example/order/form.vue b/jnpf-java-boot/jnpf-web/src/views/example/order/form.vue index aba2b67..92f7cea 100644 --- a/jnpf-java-boot/jnpf-web/src/views/example/order/form.vue +++ b/jnpf-java-boot/jnpf-web/src/views/example/order/form.vue @@ -540,8 +540,8 @@ export default { ], ordTypeProps: { label: "fullName", value: "id" }, paymentTermsOptions: [ - { fullName: "款到发货", id: "1" }, - { fullName: "月结", id: "2" }, + { fullName: "预付", id: "1" }, + { fullName: "月付", id: "2" }, { fullName: "承兑", id: "3" }, ], paymentTermsProps: { label: "fullName", value: "id" }, @@ -1030,7 +1030,7 @@ export default { } } let _data = this.dataForm - if (this.dataFormSubmitType == 0) { + if (this.dataFormSubmitType == 0&&isDetail!='change') { _data.ordStatus=1 }else { _data.ordStatus=2