Kaynağa Gözat

mod:解决打包之后按钮不显示问题

liuzhihui 2 yıl önce
ebeveyn
işleme
0a7b5dc482

+ 32 - 7
CallCenterWeb.UI/RMYY/src/components/button/orderList.vue

@@ -36,10 +36,13 @@
36 36
     <el-dialog :visible.sync="dialogStatus.dialog_pingjia" title="评价">
37 37
       <el-form ref="evaluateForm" :model="evaluateForm" :rules="rules" label-width="130px">
38 38
         <!-- TODO:显示评价照片 -->
39
-        <el-form-item label="维修照片" v-if="FileUrl && FileUrl.length > 0">
39
+        <el-form-item label="维修附件" v-if="FileUrl && FileUrl.length > 0 && !(PictureUrl && PictureUrl.length > 0)">
40 40
           <img style="width: 100px; height: 100px;margin-left: 10px;" v-for="item in FileUrl" :src="item.F_FileUrl"  @click="bigImg(item.F_FileUrl)"/>
41 41
         </el-form-item>
42
-        <el-form-item label="维修后照片" v-if="PictureUrl && PictureUrl.length > 0">
42
+        <el-form-item label="维修前附件" v-if="FileUrl && FileUrl.length > 0 && (PictureUrl && PictureUrl.length > 0)">
43
+          <img style="width: 100px; height: 100px;margin-left: 10px;" v-for="item in FileUrl" :src="item.F_FileUrl"  @click="bigImg(item.F_FileUrl)"/>
44
+        </el-form-item>
45
+        <el-form-item label="维修后附件" v-if="PictureUrl && PictureUrl.length > 0">
43 46
           <img style="width: 100px; height: 100px;margin-left: 10px;" v-for="item in PictureUrl" :src="item.F_FileUrl"  @click="bigImg(item.F_FileUrl)"/>
44 47
         </el-form-item>
45 48
         <el-form-item label="服务态度" prop="Attitude">
@@ -154,11 +157,20 @@
154 157
         <el-table-column prop="F_EquipAmount" label="耗材数量" align="center" />
155 158
       </el-table>
156 159
       <el-form ref="consumablesForm" :model="consumablesForm" :rules="rules" label-width="100px">
157
-        <el-form-item label="维修照片" v-if="FileUrl && FileUrl.length > 0">
160
+        <!-- <el-form-item label="维修照片" v-if="FileUrl && FileUrl.length > 0">
158 161
           <img style="width: 100px; height: 100px;margin-left: 10px;" v-for="item in FileUrl" :src="item.F_FileUrl"  @click="bigImg(item.F_FileUrl)"/>
159 162
         </el-form-item>
160 163
         <el-form-item label="维修后照片" v-if="PictureUrl && PictureUrl.length > 0">
161 164
           <img style="width: 100px; height: 100px;margin-left: 10px;" v-for="item in PictureUrl" :src="item.F_FileUrl" @click="bigImg(item.F_FileUrl)"/>
165
+        </el-form-item> -->
166
+        <el-form-item label="维修附件" v-if="FileUrl && FileUrl.length > 0 && !(PictureUrl && PictureUrl.length > 0)">
167
+          <img style="width: 100px; height: 100px;margin-left: 10px;" v-for="item in FileUrl" :src="item.F_FileUrl"  @click="bigImg(item.F_FileUrl)"/>
168
+        </el-form-item>
169
+        <el-form-item label="维修前附件" v-if="FileUrl && FileUrl.length > 0 && (PictureUrl && PictureUrl.length > 0)">
170
+          <img style="width: 100px; height: 100px;margin-left: 10px;" v-for="item in FileUrl" :src="item.F_FileUrl"  @click="bigImg(item.F_FileUrl)"/>
171
+        </el-form-item>
172
+        <el-form-item label="维修后附件" v-if="PictureUrl && PictureUrl.length > 0">
173
+          <img style="width: 100px; height: 100px;margin-left: 10px;" v-for="item in PictureUrl" :src="item.F_FileUrl"  @click="bigImg(item.F_FileUrl)"/>
162 174
         </el-form-item>
163 175
         <el-form-item label="结果">
164 176
           <el-radio-group v-model="consumablesForm.confirmtype">
@@ -812,6 +824,17 @@
812 824
         GetFaultRepairDetail(params).then(res => {
813 825
           this.haocaiarr = res.data[0].Equips
814 826
           this.FileUrl = res.data[0].FileUrl
827
+          // this.PictureUrl = res.data[0].PictureUrl
828
+        })
829
+      },
830
+      getFileUrl() {
831
+        const params = {
832
+          WorkOrderCode: this.wocode,
833
+          type: 0
834
+        }
835
+        GetFaultRepairDetail(params).then(res => {
836
+          // this.haocaiarr = res.data[0].Equips
837
+          //this.FileUrl = res.data[0].FileUrl
815 838
           this.PictureUrl = res.data[0].PictureUrl
816 839
         })
817 840
       },
@@ -889,12 +912,14 @@
889 912
             this.getzhddClassUser(zhdddeptid)
890 913
           }
891 914
         }
892
-        if (name === 'haocai') {
893
-          this.getHaocai()
894
-        }
895
-        if (name === 'pingjia') {
915
+        if (name === 'haocai' || name === 'pingjia') {
896 916
           this.getHaocai()
917
+          this.getFileUrl()
897 918
         }
919
+        // if (name === 'pingjia') {
920
+        //   this.getFileUrl()
921
+
922
+        // }
898 923
         if (name === 'fanxiu') {
899 924
           this.getReason('FXYY')
900 925
         }

+ 3 - 3
CallCenterWeb.UI/RMYY/src/views/layout/components/Navbar/index.vue

@@ -372,9 +372,9 @@ export default {
372 372
           this.signOut(); // 签出
373 373
         })
374 374
         .catch(() => {
375
-          this.$store.dispatch("FedLogOut").then(() => {
376
-            location.reload(); // 为了重新实例化vue-router对象 避免bug
377
-          });
375
+          // this.$store.dispatch("FedLogOut").then(() => {
376
+          //   location.reload(); // 为了重新实例化vue-router对象 避免bug
377
+          // });
378 378
         });
379 379
     },
380 380
     loginout() {

+ 2 - 2
CallCenterWeb.UI/RMYYAPP/manifest.json

@@ -2,8 +2,8 @@
2 2
     "name" : "郑州人民医院综合服务保障调度平台",
3 3
     "appid" : "__UNI__5A5207D",
4 4
     "description" : "",
5
-    "versionName" : "1.2.5",
6
-    "versionCode" : 1205,
5
+    "versionName" : "1.2.6",
6
+    "versionCode" : 1206,
7 7
     "transformPx" : false,
8 8
     /* 5+App特有相关 */
9 9
     "app-plus" : {

+ 2 - 0
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/addRepair/addRepair.vue

@@ -229,6 +229,8 @@
229 229
 				console.log(e,inf,orderType,biaoshi)
230 230
 				if(biaoshi.indexOf('gzbx_sb') >= 0){
231 231
 					this.showsb = true
232
+				}else{
233
+					this.showsb = false
232 234
 				}
233 235
 				if(orderType == 2) {
234 236
 					this.orderInf = inf

+ 100 - 66
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairDetail/consumablesDeail/consumablesDeail.vue

@@ -24,8 +24,16 @@
24 24
 				</view>
25 25
 			</view>
26 26
 			<!-- 基础表单校验 -->
27
-			<uni-forms ref="valiForm" :rules="rules" >
28
-				<uni-forms-item label="附件" name="attitude" v-if="FileUrl && FileUrl.length > 0">
27
+			<uni-forms ref="valiForm" :rules="rules">
28
+				<uni-forms-item label="附件" name="attitude"
29
+					v-if="FileUrl && FileUrl.length > 0 && !(PictureUrl && PictureUrl.length > 0)">
30
+					<view class="example-body ">
31
+						<uni-file-picker readonly :value="FileUrl" :imageStyles="imageStyles" file-mediatype="image">
32
+						</uni-file-picker>
33
+					</view>
34
+				</uni-forms-item>
35
+				<uni-forms-item label="维修前附件" name="attitude"
36
+					v-if="FileUrl && FileUrl.length > 0 && (PictureUrl && PictureUrl.length > 0)">
29 37
 					<view class="example-body ">
30 38
 						<uni-file-picker readonly :value="FileUrl" :imageStyles="imageStyles" file-mediatype="image">
31 39
 						</uni-file-picker>
@@ -37,17 +45,17 @@
37 45
 						</uni-file-picker>
38 46
 					</view>
39 47
 				</uni-forms-item>
40
-				<uni-forms-item label="结果"  name="days" required>
48
+				<uni-forms-item label="结果" name="days" required>
41 49
 					<uni-data-checkbox v-model="result" :localdata="resultList" />
42 50
 				</uni-forms-item>
43
-				<uni-forms-item label="原因" name="content" >
51
+				<uni-forms-item label="原因" name="content">
44 52
 					<uni-easyinput type="textarea" v-model="content" placeholder="请输入原因" />
45 53
 				</uni-forms-item>
46 54
 			</uni-forms>
47 55
 			<view class="btnClass">
48 56
 				<button type="primary" :disabled="disabledButton" @click="submit('valiForm')">提交</button>
49 57
 			</view>
50
-			
58
+
51 59
 		</view>
52 60
 	</view>
53 61
 </template>
@@ -59,27 +67,27 @@
59 67
 			return {
60 68
 				FileUrl: [],
61 69
 				PictureUrl: [],
62
-				getFontSizeValue:'1rem',
70
+				getFontSizeValue: '1rem',
63 71
 				equipmentCon: [],
64
-				disabledButton:false,
72
+				disabledButton: false,
65 73
 				result: 1,
66 74
 				content: '',
67 75
 				workorderid: '',
68 76
 				resultList: [{
69 77
 					value: 1,
70
-					text: '无误'					
71
-				},{
78
+					text: '无误'
79
+				}, {
72 80
 					value: 0,
73
-					text: '有误'					
81
+					text: '有误'
74 82
 				}],
75 83
 				// 校验规则
76 84
 				rules: {
77
-					
85
+
78 86
 				},
79 87
 			}
80 88
 		},
81 89
 		onLoad(option) {
82
-			this.getFontSizeValue = uni.getStorageSync('fontSizeValue')+'rem'
90
+			this.getFontSizeValue = uni.getStorageSync('fontSizeValue') + 'rem'
83 91
 			this.workorderid = option.wid
84 92
 			this.getDetail()
85 93
 			this.getDetailfiles()
@@ -89,16 +97,17 @@
89 97
 				console.log(e)
90 98
 				this.days = e
91 99
 			},
92
-			submit(ref,state) {
100
+			submit(ref, state) {
93 101
 				this.disabledButton = true
94 102
 				this.$refs[ref].validate().then(res => {
95 103
 					const params = {
96
-					  workordercode: this.workorderid,
97
-					  confirmtype: this.result,
98
-					  reason: this.content,
104
+						workordercode: this.workorderid,
105
+						confirmtype: this.result,
106
+					 reason: this.content,
99 107
 					}
100
-					this.$mHelper.httpPost("FaultRepair/ConfirmEquips",params,2,res=>this.disabledButton=res)
101
-					
108
+					this.$mHelper.httpPost("FaultRepair/ConfirmEquips", params, 2, res => this.disabledButton =
109
+						res)
110
+
102 111
 				}).catch(err => {
103 112
 					this.disabledButton = false
104 113
 					console.log('err', err);
@@ -116,12 +125,32 @@
116 125
 								url: o.F_FileUrl,
117 126
 							};
118 127
 						})
128
+						// this.PictureUrl = response.data[0].PictureUrl && response.data[0].PictureUrl.map((o) => {
129
+						// 	return {
130
+						// 		url: o.F_FileUrl,
131
+						// 	};
132
+						// })
133
+
134
+					}
135
+				}).catch((e) => {
136
+					console.log(e);
137
+				})
138
+				this.$http.get("FaultRepair/GetWorkOrder", {
139
+					WorkOrderCode: this.workorderid,
140
+					type: 0
141
+				}).then((response) => {
142
+					if (response.state.toLowerCase() === "success") {
143
+						// this.FileUrl = response.data[0].FileUrl && response.data[0].FileUrl.map((o) => {
144
+						// 	return {
145
+						// 		url: o.F_FileUrl,
146
+						// 	};
147
+						// })
119 148
 						this.PictureUrl = response.data[0].PictureUrl && response.data[0].PictureUrl.map((o) => {
120 149
 							return {
121 150
 								url: o.F_FileUrl,
122 151
 							};
123 152
 						})
124
-			
153
+				
125 154
 					}
126 155
 				}).catch((e) => {
127 156
 					console.log(e);
@@ -134,7 +163,7 @@
134 163
 				}
135 164
 				this.$http.get("FaultRepair/GetWorkOrder", params).then((response) => {
136 165
 					if (response.state.toLowerCase() === "success") {
137
-						if(response.data.length> 0 && response.data[0].Equips) {
166
+						if (response.data.length > 0 && response.data[0].Equips) {
138 167
 							this.equipmentCon = response.data[0].Equips
139 168
 						}
140 169
 					}
@@ -148,59 +177,64 @@
148 177
 
149 178
 <style lang="scss">
150 179
 	@import '@/common/addFormDeep.scss';
151
-	/deep/ .uni-data-checklist[data-v-84d5d996]{
180
+
181
+	/deep/ .uni-data-checklist[data-v-84d5d996] {
152 182
 		margin-top: 7px !important;
153 183
 	}
154
-.wrapper {
155
-  padding: 10px 15px;
156
-  background-color: #fff;
157
-  .form {
158
-		.uni-stat__select{
159
-		    display: block;
160
-		    align-items: center;
161
-		    padding: 0px;
162
-		    cursor: pointer;
163
-			width: 80%;
164
-		}
165
-		.operationButton {
166
-			// margin: 5px 0;
167
-			// padding: 17px;
168
-			background-color: #fff;
169
-			
170
-			.operationButtonTitle {
171
-				font-weight: 700;
184
+
185
+	.wrapper {
186
+		padding: 10px 15px;
187
+		background-color: #fff;
188
+
189
+		.form {
190
+			.uni-stat__select {
191
+				display: block;
192
+				align-items: center;
193
+				padding: 0px;
194
+				cursor: pointer;
195
+				width: 80%;
172 196
 			}
173
-		
174
-			.buttons {
175
-				margin: 15px 0 0 0;
176
-		
197
+
198
+			.operationButton {
199
+				// margin: 5px 0;
200
+				// padding: 17px;
201
+				background-color: #fff;
202
+
203
+				.operationButtonTitle {
204
+					font-weight: 700;
205
+				}
206
+
207
+				.buttons {
208
+					margin: 15px 0 0 0;
209
+
210
+				}
177 211
 			}
178
-		}
179
-		.equipmentInfo{
180
-			width: 100%;
181
-			margin-top: 15px;
182
-			border: 1px solid rgb(229, 229, 229);
183
-			box-shadow: 0px 4px 16px 0px rgba(69, 91, 99, 0.05);
184
-			margin-bottom: 20px;
185
-			border-radius: 5px;
186
-			
187
-			.trCon {
212
+
213
+			.equipmentInfo {
188 214
 				width: 100%;
189
-				font-size: 1rem;
190
-			
191
-				.tdCon {
192
-					display: inline-block;
193
-					padding: 10px 0px;
194
-					color: rgb(102, 102, 102);
195
-					width: 31%;
196
-					padding-right: 5px;
197
-					text-align: center;
215
+				margin-top: 15px;
216
+				border: 1px solid rgb(229, 229, 229);
217
+				box-shadow: 0px 4px 16px 0px rgba(69, 91, 99, 0.05);
218
+				margin-bottom: 20px;
219
+				border-radius: 5px;
220
+
221
+				.trCon {
222
+					width: 100%;
223
+					font-size: 1rem;
224
+
225
+					.tdCon {
226
+						display: inline-block;
227
+						padding: 10px 0px;
228
+						color: rgb(102, 102, 102);
229
+						width: 31%;
230
+						padding-right: 5px;
231
+						text-align: center;
232
+					}
198 233
 				}
234
+
199 235
 			}
200
-			
236
+
201 237
 		}
202
-		
203
-  }
204 238
 
205
-}
239
+	}
206 240
 </style>

+ 31 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairDetail/evaluateDetail/evaluateDetail.vue

@@ -7,7 +7,13 @@
7 7
 			<!-- 基础表单校验 -->
8 8
 			<uni-forms ref="valiForm" :rules="rules" :modelValue="valiFormData">
9 9
 				<!-- 显示附件图片 -->
10
-				<uni-forms-item label="附件" name="attitude" v-if="FileUrl && FileUrl.length > 0">
10
+				<uni-forms-item label="附件" name="attitude" v-if="FileUrl && FileUrl.length > 0 && !(PictureUrl && PictureUrl.length > 0)">
11
+					<view class="example-body ">
12
+						<uni-file-picker readonly :value="FileUrl" :imageStyles="imageStyles" file-mediatype="image">
13
+						</uni-file-picker>
14
+					</view>
15
+				</uni-forms-item>
16
+				<uni-forms-item label="维修前附件" name="attitude" v-if="FileUrl && FileUrl.length > 0 && (PictureUrl && PictureUrl.length > 0)">
11 17
 					<view class="example-body ">
12 18
 						<uni-file-picker readonly :value="FileUrl" :imageStyles="imageStyles" file-mediatype="image">
13 19
 						</uni-file-picker>
@@ -77,6 +83,7 @@
77 83
 				this.stateType = option.state
78 84
 			}
79 85
 			this.getDetail()
86
+			this.getFileUrls()
80 87
 		},
81 88
 		methods: {
82 89
 			getDetail() {
@@ -91,6 +98,29 @@
91 98
 								url: o.F_FileUrl,
92 99
 							};
93 100
 						})
101
+						// this.PictureUrl = response.data[0].PictureUrl && response.data[0].PictureUrl.map((o) => {
102
+						// 	return {
103
+						// 		url: o.F_FileUrl,
104
+						// 	};
105
+						// })
106
+			
107
+					}
108
+				}).catch((e) => {
109
+					console.log(e);
110
+				})
111
+			},
112
+			getFileUrls() {
113
+				const params = {
114
+					WorkOrderCode: this.valiFormData.workorderid,
115
+					type: 0
116
+				}
117
+				this.$http.get("FaultRepair/GetWorkOrder", params).then((response) => {
118
+					if (response.state.toLowerCase() === "success") {
119
+						// this.FileUrl = response.data[0].FileUrl && response.data[0].FileUrl.map((o) => {
120
+						// 	return {
121
+						// 		url: o.F_FileUrl,
122
+						// 	};
123
+						// })
94 124
 						this.PictureUrl = response.data[0].PictureUrl && response.data[0].PictureUrl.map((o) => {
95 125
 							return {
96 126
 								url: o.F_FileUrl,

+ 17 - 18
CallCenterWeb.UI/RMYYAPP/pages/myTask/workOrderDetail/workOrderDetail.vue

@@ -18,7 +18,7 @@
18 18
 				<text
19 19
 					class="contentText">{{ $mHelper.findParents(orderTypeList,detailContentData.F_WorkOrderCategory)}}</text>
20 20
 			</view>
21
-			<view class="contentTable" v-show="$mHelper.findParents(orderTypeList,detailContentData.F_WorkOrderCategory).indexOf('设备类')>=0">
21
+			<view class="contentTable" v-if="typeName.indexOf('设备类')>=0">
22 22
 				<text class="contentTitle">设备资产编码:</text>
23 23
 				<text class="contentText">{{ detailContentData.F_DeviceEncode }}</text>
24 24
 			</view>
@@ -96,7 +96,7 @@
96 96
 			<view></view>
97 97
 		</yiLine>
98 98
 		
99
-		<view class="operationButton" v-show="equipmentCon.length != 0">
99
+		<view class="operationButton" v-show="equipmentCon && equipmentCon.length != 0">
100 100
 			<view>
101 101
 				<text class="operationButtonTitle">耗材信息</text>
102 102
 				<table class="equipmentInfo">
@@ -119,7 +119,7 @@
119 119
 			</view>
120 120
 		</view>
121 121
 		
122
-		<view class="operationButton" v-show="orderButtonData.length != 0">
122
+		<view class="operationButton" v-show="orderButtonData && orderButtonData.length != 0">
123 123
 		<!-- <view class="operationButton"> -->
124 124
 			<view>
125 125
 				<text class="operationButtonTitle">操作</text>
@@ -181,7 +181,7 @@
181 181
 						</view>
182 182
 					</view>
183 183
 					
184
-					<view class="contentTable noCon" v-show="handleProcessListData.length == 0">
184
+					<view class="contentTable noCon" v-show="!handleProcessListData || handleProcessListData.length == 0">
185 185
 						暂时无相关记录
186 186
 					</view>
187 187
 				</view>
@@ -212,19 +212,19 @@
212 212
 							<text class="contentText">{{ item.F_CreateTime }}</text>
213 213
 						</view>
214 214
 					</view>
215
-					<view class="contentTable noCon" v-show="cooperationDate.length == 0">
215
+					<view class="contentTable noCon" v-show="!cooperationDate || cooperationDate.length == 0">
216 216
 						暂时无相关记录
217 217
 					</view>
218 218
 				</view>
219 219
 				<view v-show="current == 2">
220
-					<uni-steps :options="orderProcessDate" :steteName='"gdlc"' v-show="orderProcessDate.length > 0" />
221
-					<view class="contentTable noCon" v-show="orderProcessDate.length == 0">
220
+					<uni-steps :options="orderProcessDate" :steteName='"gdlc"' v-show="orderProcessDate && orderProcessDate.length > 0" />
221
+					<view class="contentTable noCon" v-show="!orderProcessDate || orderProcessDate.length == 0">
222 222
 						暂时无相关记录
223 223
 					</view>
224 224
 				</view>
225 225
 				<view v-show="current == 3">
226
-					<uni-steps :options="maintenanceRecords" :steteName='"wxjl"' v-show="maintenanceRecords.length > 0" />
227
-					<view class="contentTable noCon" v-show="maintenanceRecords.length == 0">
226
+					<uni-steps :options="maintenanceRecords" :steteName='"wxjl"' v-show="maintenanceRecords && maintenanceRecords.length > 0" />
227
+					<view class="contentTable noCon" v-show="!maintenanceRecords || maintenanceRecords.length == 0">
228 228
 						暂时无相关记录
229 229
 					</view>
230 230
 				</view>
@@ -251,7 +251,7 @@
251 251
 							<text class="contentText">{{ item.F_EvaluateContent }}</text>
252 252
 						</view>
253 253
 					</view>
254
-					<view class="contentTable noCon" v-show="evaluateDate.length == 0">
254
+					<view class="contentTable noCon" v-show="!evaluateDate || evaluateDate.length == 0">
255 255
 						暂时无相关记录
256 256
 					</view>
257 257
 				</view>
@@ -295,6 +295,7 @@
295 295
 				getFontSizeValue:'1rem',
296 296
 				active: 1,
297 297
 				current: 0,
298
+				typeName: '',
298 299
 				workorderid: "", // 工单id
299 300
 				sms_id: '', // 消息id
300 301
 				tap: '', //工单切换
@@ -332,8 +333,8 @@
332 333
 				},
333 334
 			}
334 335
 		},
335
-		onLoad(optioin) {
336
-			this.getGongDanType()
336
+		async onLoad(optioin) {
337
+			await this.getGongDanType()
337 338
 			this.getFontSizeValue = uni.getStorageSync('fontSizeValue')+'rem'
338 339
 			this.workorderid = optioin.wid
339 340
 			this.sms_id = optioin.sms_id
@@ -371,17 +372,14 @@
371 372
 			this.roleCode = uni.getStorageSync("roleCode")
372 373
 		},
373 374
 		methods: {
374
-			getGongDanType(){
375
+			async getGongDanType(){
375 376
 				let dataOrderType = []
376 377
 				const params = {
377 378
 					pid:0,
378 379
 					flag:1
379 380
 				}
380
-				this.$http.get("GongDanType/GetList",params).then((res)=>{
381
-					if(res.state.toLowerCase() ==="success"){
382
-						this.orderTypeList = res.data
383
-					}
384
-				})
381
+				const res = await this.$http.get("GongDanType/GetList",params)
382
+				if (res.state.toLowerCase() ==="success") this.orderTypeList = res.data
385 383
 			},
386 384
 			callHandle(phone){
387 385
 				if(!phone) {
@@ -433,6 +431,7 @@
433 431
 							this.detailContentData = response.data[0]
434 432
 							this.applicationDept = this.detailContentData.F_ApplicationDept.trim()
435 433
 							this.departid = this.detailContentData.F_MaintenanceDept.trim()
434
+							this.typeName = this.$mHelper.findParents(this.orderTypeList,this.detailContentData.F_WorkOrderCategory)
436 435
 						} else if (type == 1) {
437 436
 							this.handleProcessListData = response.data
438 437
 						} else if (type == 2) {

BIN
CallCenterWeb.UI/RMYYAPP/unpackage/cache/apk/__UNI__5A5207D_cm.apk


+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/cache/apk/apkurl

@@ -1 +1 @@
1
-https://ide.dcloud.net.cn/build/download/30ec6ce0-c4a8-11ed-81ee-b133763d4bc0
1
+https://ide.dcloud.net.cn/build/download/6a74ba70-c4aa-11ed-8da8-a5b8d9f34b53

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/cache/apk/cmManifestCache.json


Dosya farkı çok büyük olduğundan ihmal edildi
+ 4 - 4
CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/app-service.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/app-view.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/manifest.json