From 5c63b1fccedfcd208f3434edb79926c206c3d26f Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 29 四月 2025 14:52:35 +0800
Subject: [PATCH] feat:增加类型显示

---
 subPages/splicingOrders/index.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/subPages/splicingOrders/index.vue b/subPages/splicingOrders/index.vue
index 4017d2d..79655e8 100644
--- a/subPages/splicingOrders/index.vue
+++ b/subPages/splicingOrders/index.vue
@@ -103,7 +103,7 @@
 export default {
     data() {
         return {
-            proType:['鏁h','娑叉埃鐡惰','缃愯','PVC25','PVC80','PVC1150','PVc1200'],
+            proType:['鏁h','娑叉隘鐡惰','缃愯','PVC25','PVC80','PVC1150','PVc1200'],
             datetailData:[],
             taskId:'',
             pageList:[],
@@ -111,6 +111,7 @@
             activeObj:{},
             showLing:false,
             radioValue:'',
+			orderType:'',
             radioChange:"",
             ClickLoading:false,
         }
@@ -120,7 +121,7 @@
             uni.showLoading({
 					title: "鍔犺浇涓�"
 				})
-            this.$reqGet('getUnclaimedList',{taskCoalId:this.taskId}).then((res) => {
+            this.$reqGet('getUnclaimedList',{taskCoalId:this.taskId,orderType:this.orderType}).then((res) => {
                 this.datetailData =  res.data;
                 uni.hideLoading();
             })
@@ -199,6 +200,7 @@
     onLoad(params)
     {
         this.taskId = params.taskCoalId;
+		this.orderType = params.orderType;
     },
     onShow(){
         this.init();
@@ -209,6 +211,7 @@
 
 <style lang="scss"
 	scoped>
+ 
   
     	.table{
 	width: 100%;
@@ -328,4 +331,8 @@
 			}
 		}
     	
+</style>
+<style  >
+   
+
 </style>
\ No newline at end of file

--
Gitblit v1.9.1