From bbae990ed1f4574fa954753faeae159052d03fba Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 27 一月 2026 16:14:06 +0800
Subject: [PATCH] 待我审核增加销售订单,采购订单

---
 pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue |   51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 50 insertions(+), 1 deletions(-)

diff --git a/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue b/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
index bf4ee68..7004637 100644
--- a/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
+++ b/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
@@ -72,6 +72,7 @@
 					<button class="op3" size="mini" plain @tap.stop="fileUpload(item)">鏂囦欢涓婁紶</button>
 					<button class="op3" size="mini" plain @tap.stop="getImage(item)">棰勮鍥剧墖</button>
 					<button class="op3" size="mini" plain @tap.stop="Reject(item)">椹冲洖</button>
+					<button class="op3" size="mini" plain @tap.stop="selected(item)">鏌ョ湅鏄庣粏</button>
 					<button class="op5" size="mini" plain @tap.stop="operations = -1">鍙栨秷鎿嶄綔</button>
 				</view>
 			</uni-card>
@@ -119,10 +120,12 @@
 				listData: [],
 				showList: [],
 				page: 1,
-				HSourceBillTypeList: {棣栦欢妫�楠屽崟:'8505',鏈欢妫�楠屽崟:'8507'},
+				HSourceBillTypeList: {棣栦欢妫�楠屽崟:'8505',鏈欢妫�楠屽崟:'8507',閲囪喘璁㈠崟:'1102',閿�鍞鍗�:'1401'},
 				arrayHSourceBillTypeName: [
 				    "棣栦欢妫�楠屽崟",
 				    "鏈欢妫�楠屽崟",
+					"閲囪喘璁㈠崟",
+					"閿�鍞鍗�"
 				],
             }
         },
@@ -250,6 +253,22 @@
 					    CurUserName: getUserInfo()["Czymc"],
 						CurUserID:getUserInfo()["Czybm"],
 					}
+				}else if(this.hform.HSourceBillType=='1102'){
+					url = 'Cg_POOrderBill/AuditCg_POOrderBill_Flow',
+					ajaxData= {
+						HInterID: item["hmainid"],
+					    IsAudit: mode,
+					    CurUserName: getUserInfo()["Czymc"],
+						CurUserID:getUserInfo()["Czybm"],
+					}
+				}else if(this.hform.HSourceBillType=='1401'){
+					url = 'Xs_SeOrderBill/AuditXs_SeOrderBill_Flow',
+					ajaxData= {
+						HInterID: item["hmainid"],
+					    IsAudit: mode,
+					    CurUserName: getUserInfo()["Czymc"],
+						CurUserID:getUserInfo()["Czybm"],
+					}
 				}
                 try{
                     let res = await CommonUtils.doRequest2Sync({
@@ -303,6 +322,18 @@
 					}
 				}else if(this.hform.HSourceBillType=='8507'){
 					url = 'QC_ProcessCheckBill/RejectCheckFlow',
+					ajaxData= {
+						HInterID: item["hmainid"],
+						CurUserID:getUserInfo()["Czybm"],
+					}
+				}else if(this.hform.HSourceBillType=='1401'){
+					url = 'Xs_SeOrderBill/RejectCheckFlow_POOrderBill',
+					ajaxData= {
+						HInterID: item["hmainid"],
+						CurUserID:getUserInfo()["Czybm"],
+					}
+				}else if(this.hform.HSourceBillType=='1102'){
+					url = 'Cg_POOrderBill/RejectCheckFlow_POOrderBill',
 					ajaxData= {
 						HInterID: item["hmainid"],
 						CurUserID:getUserInfo()["Czybm"],
@@ -403,6 +434,23 @@
 				}
 			  })
 			},
+			async selected(item)
+			{
+				if(this.hform.HSourceBillType=='1401')  //閿�鍞�
+				{
+					console.log(item)
+					uni.navigateTo({
+						url: '/pages/xiaoshoudingdan/xiaoshoudingdanListEdit?linterid=' + item.hmainid + '&HBillNo=' + item.鍗曟嵁鍙�
+					})
+				}else if(this.hform.HSourceBillType=='1102') //閲囪喘
+				{
+					console.log(item)
+					uni.navigateTo({
+						url: '/pages/caigoudingdan/caigoudingdanListEdit?linterid=' + item.hmainid + '&HBillNo=' + item.鍗曟嵁鍙�
+					})
+				}
+				
+			},
 			// 涓婁紶鏂囦欢
 			fileUpload(item) {
 				this.uploadOptions.formData.HBillNo = item.鍗曟嵁鍙�
@@ -476,6 +524,7 @@
 				}
 			}
         },
+		
         onShow() {
             this.$nextTick(() => {
                 this.cmdSearch()

--
Gitblit v1.9.1