Browse Source

工单详情评比科室人员接口

miaofuhao 2 years ago
parent
commit
9fbc880cca

+ 5 - 4
CallCenterWeb.UI/RMYYAPP/pages/components/steps/index.vue

@@ -12,7 +12,7 @@
12 12
 					</view>
13 13
 					<view class="setTable">
14 14
 						<text class="setTitle">处理人员:</text>
15
-						<text class="setCon">{{ $mHelper.findUserName(userCodeList,item.F_Maintenancer)}}</text>
15
+						<text class="setCon">{{ item.username}}</text>
16 16
 					</view>
17 17
 					<view class="setTable">
18 18
 						<text class="setTitle">处理结果:</text>
@@ -73,13 +73,14 @@
73 73
 		},
74 74
 		watch:{
75 75
 			"options": function() {
76
+				console.log(this.options)
76 77
 				this.showState = this.steteName
77 78
 				pageData.getDet((res, data) => {
78 79
 					this.departList = data
79 80
 				})
80
-				pageData.getApplicant('', (res) => {
81
-					this.userCodeList = res
82
-				})
81
+				// pageData.getApplicant('', (res) => {
82
+				// 	this.userCodeList = res
83
+				// })
83 84
 			}
84 85
 		},
85 86
 		methods: {

File diff suppressed because it is too large
+ 654 - 743
CallCenterWeb.UI/RMYYAPP/pages/myTask/comDispatch/comDispatchDetail/comDispatchDetail.vue


+ 5 - 5
CallCenterWeb.UI/RMYYAPP/pages/myTask/workOrderDetail/workOrderDetail.vue

@@ -136,7 +136,7 @@
136 136
 				<text class="operationButtonTitle">操作</text>
137 137
 				<buttonsComponents class="buttons" :order-button-data="orderButtonData" :wid="workorderid" :typeName="$mHelper.findParents(orderTypeList,detailContentData.F_WorkOrderCategory)"
138 138
 					:orderType="detailContentData.F_WorkOrderCategory" :departid="departid" :applicationDept="applicationDept" :firstType="$mHelper.stateComm(3)"
139
-					:maintenancer="$mHelper.findUserName(userCodeList,detailContentData.F_Maintenancer) " />
139
+					:maintenancer="detailContentData.MaintenancerName" />
140 140
 			</view>
141 141
 		</view>
142 142
 
@@ -158,7 +158,7 @@
158 158
 						<view class="contentTable">
159 159
 							<text class="contentTitle">处理人员:</text>
160 160
 							<text
161
-								class="contentText">{{ $mHelper.findUserName(userCodeList,detailContentData.F_Maintenancer) }}</text>
161
+								class="contentText">{{ item.username }}</text>
162 162
 						</view>
163 163
 						<view class="contentTable">
164 164
 							<text class="contentTitle">维修时间:</text>
@@ -368,9 +368,9 @@
368 368
 			// 	this.departList = data
369 369
 			// })
370 370
 			this.departList = JSON.parse(uni.getStorageSync('deptTreeData'))
371
-			pageData.getApplicant('', (res) => {
372
-				this.userCodeList = res
373
-			})
371
+			// pageData.getApplicant('', (res) => {
372
+			// 	this.userCodeList = res
373
+			// })
374 374
 			 if(this.sms_id) {
375 375
 				this.isDisplay.displaySegmentedControl = true
376 376
 				this.segmenter.type = 0