ysy 2 年之前
父節點
當前提交
226428c714

+ 1 - 1
pages/pda/jobBooking/components/oneJobBom.vue

@@ -167,7 +167,7 @@
 
 					</view>
 
-					<view class="table">
+					<view class="table" >
 
 						<view class="tr row rx-sc" v-for="(it, idx) in paramList" :key='idx'>
 							<view class="item  rx-bc ww30">

+ 1 - 1
pages/pda/jobBooking/components/oneJobQualityBom.vue

@@ -366,7 +366,7 @@
 			getCompute() {
 				getComputeParam(this.item.workOrderId, this.item.currentTaskDiagram.taskId).then(res => {
 					this.paramList = []
-					this.paramList = res.paramList
+					this.paramList = res && res.paramList
 					this.paramObj = res
 				})
 			},

+ 3 - 1
pages/pda/outsourcing/index/index.vue

@@ -71,13 +71,15 @@
 					pageNum: this.page,
 					size: this.size,
 					 workOrderType: 2,
+					 customerClient: 2,
 					status: [4, 5, 6, 7],
 					...this.searchFrom
 				}
 
 				isEnd = false
+		
 				const res = await workorderPage(params)
-				console.log(res)
+		
 
 				if (params.pageNum === 1) {
 					this.dataList = []

+ 1 - 0
pages/pda/picking/index/index.vue

@@ -189,6 +189,7 @@
 					pageNum: this.page,
 					size: this.size,
 					pickStatus: this.pickStatus,
+					
 					produceRoutingId: this.formData.produceRoutingId
 
 				}

+ 1 - 1
pages/pda/workOrder/index/index.vue

@@ -78,7 +78,7 @@
 
 				isEnd = false
 				const res = await workorderPage(params)
-				console.log(res)
+		
 
 				if (params.pageNum === 1) {
 					this.dataList = []

+ 3 - 2
pages/pda/workOrder/search/index.vue

@@ -412,17 +412,18 @@
 				} else if (this.isType == 'zdy') {
 					params['ids'] = JSON.parse(this.classIds);
 				}
+				
+
 
 				treeByPid(params).then(res => {
 					this.classificationList = res
-					console.log(11, res)
 					this.confirm([res[0].id], res[0].name, res[0].rootCategoryLevelId)
 				})
 			},
 
 			confirm(id, name, rootCategoryLevelId) {
 				this.rootCategoryLevelId = rootCategoryLevelId
-			      console.log(333,this.rootCategoryLevelId )
+
 				this.categoryLevelId = id
 
 				this.list = []