王克恕 %!s(int64=3) %!d(string=hai) anos
pai
achega
0730a7a33a

+ 1 - 1
imcs-ui/src/views/zuihou/prepareProductMgr/technologyVersion/Index.vue

@@ -96,7 +96,7 @@
     <div class="technology">
     	<el-tabs type="border-card">
 			  <el-tab-pane :label='$t("prepare.common.tab1")'>
-			  	<!-- 工列表-->
+			  	<!-- 工列表-->
 			  	<technology-table ref="technology"></technology-table>
 			  </el-tab-pane>
 			  <!--<el-tab-pane :label='$t("prepare.common.tab2")'>综合分析</el-tab-pane>

+ 1 - 1
imcs-ui/src/views/zuihou/prepareProductMgr/technologyVersion/components/TechnologyTable.vue

@@ -57,7 +57,7 @@
     />
     
     <el-dialog
-		  title='工管理'
+		  title='工管理'
 		  :close-on-click-modal="false"
 		  :visible.sync="dialogMgr.isVisible"
 		  width="90%"

+ 1 - 1
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/components/PprogOrder.vue

@@ -265,7 +265,7 @@ export default {
 	      	this.queryParams.size = params.size ? params.size : this.queryParams.size
 	      	// 参数
 	      	if(this.type == 'view'){
-	      		this.queryParams.model.orderId = this.orderData.id
+	      		this.queryParams.model.planId = this.orderData.id
 	      	}else{
 	      		this.queryParams.model.taskBatchNo = this.orderData.taskBatchNo
 	      	}

+ 1 - 1
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/components/PprogTask.vue

@@ -334,7 +334,7 @@ export default {
 	      	this.queryParams.size = params.size ? params.size : this.queryParams.size
 	      	// 参数
 	      	if(this.type == 'view'){
-	      		this.queryParams.model.orderId = this.orderData.id
+	      		this.queryParams.model.planId = this.orderData.id
 	      	}else{
 	      		this.queryParams.taskBatchNo = this.tenant.taskBatchNo
 	      	}