zhaomin 3 jaren geleden
bovenliggende
commit
69536b0932

+ 7 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/addRepair/addRepair.vue

@@ -164,11 +164,17 @@
164 164
 		onLoad(option) {
165 165
 			this.getFontSizeValue = uni.getStorageSync('fontSizeValue')+'rem'
166 166
 			// 维修员下步流程指派的时候只能指派给自己部门
167
+			this.valiFormData.ApplicationDept = uni.getStorageSync("deptId")
168
+			pageData.getApplicant(uni.getStorageSync("deptId"), (res,data,candidates) => {
169
+				this.candidates = candidates
170
+				this.ApplicantData = res
171
+				this.valiFormData.Applicant = uni.getStorageSync("userCode")
172
+				this.valiFormData.ApplicantName = this.$mHelper.findUserName(this.ApplicantData, uni.getStorageSync("userCode"))
173
+			})
167 174
 			if(uni.getStorageSync("roleCode") == 'GLY' || uni.getStorageSync("roleCode") == 'WXY') {
168 175
 				this.isShowIsEnd = true
169 176
 				if(uni.getStorageSync("roleCode") == 'WXY') {
170 177
 					this.readonly = true
171
-					this.valiFormData.ApplicationDept = uni.getStorageSync("deptId")
172 178
 					this.valiFormData.MaintenanceDept = uni.getStorageSync("deptId")
173 179
 					pageData.getApplicant(uni.getStorageSync("deptId"), (res,data,candidates) => {
174 180
 						this.candidates = candidates

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

@@ -3,7 +3,7 @@
3 3
 	<view class="wrapper">
4 4
 		<view class="detailContent">
5 5
 			<view class="contentTable">
6
-				<text class="contentTitle">工单号:</text>
6
+				<text class="contentTitle">工单号:</text>
7 7
 				<text class="contentText">{{ detailContentData.F_WorkOrderCode }}</text>
8 8
 				<!-- <text class="textState" v-show="detailContentData.StateName ">{{ detailContentData.StateName }}</text>
9 9
 				<text class="textState fx" v-show="backState == 1">返修</text> -->