From 6e53d66d2e6f257d111e3cc52e95d8a12dfed2a2 Mon Sep 17 00:00:00 2001
From: Teng <461587751@qq.com>
Date: Fri, 24 Apr 2026 17:29:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=B9=E4=BB=B7bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/yuangongindex/purchaseorderdetail.vue | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/pages/yuangongindex/purchaseorderdetail.vue b/pages/yuangongindex/purchaseorderdetail.vue
index 8cba04c..d6860e7 100644
--- a/pages/yuangongindex/purchaseorderdetail.vue
+++ b/pages/yuangongindex/purchaseorderdetail.vue
@@ -248,7 +248,7 @@
{{ item.arrivalPrice }}
-
@@ -584,9 +584,14 @@
const saveid = ref("")
const djflagclick = (item:any) => {
- saveid.value = item.id
- stringShow.value = item.arrivalPrice.toString();
- djflag.value = true
+
+ if(transobject.value.izGysConfirmed==`N`&&transobject.value.cgdType==0){
+ saveid.value = item.id
+ stringShow.value = item.arrivalPrice.toString();
+ djflag.value = true
+ }
+
+
}
const dwflagclick = () => {