liuzhihui 2 years ago
parent
commit
3e369ebb6a
22 changed files with 4930 additions and 74 deletions
  1. 12 12
      CallCenterWeb.UI/RMYY/src/components/button/orderList.vue
  2. 2 0
      CallCenterWeb.UI/RMYY/src/components/workOrder/dispatching/addOrEditDispatch.vue
  3. 39 5
      CallCenterWeb.UI/RMYY/src/views/leadConcernNew/qualityControl/index.vue
  4. 28 19
      CallCenterWeb.UI/RMYY/src/views/leadConcernNew/workloadReport/index.vue
  5. 2 2
      CallCenterWeb.UI/RMYY/src/views/orderManage/components/orderDetail.vue
  6. 49 3
      CallCenterWeb.UI/RMYY/src/views/orderManage/doubleList/index.vue
  7. 1 1
      CallCenterWeb.UI/RMYYAPP/App.vue
  8. 2 2
      CallCenterWeb.UI/RMYYAPP/manifest.json
  9. 1 1
      CallCenterWeb.UI/RMYYAPP/pages/myTask/myTask.vue
  10. 1 0
      CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/myRepairOrderList/myRepairOrderList.vue
  11. 1 1
      CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairDetail/consumablesConfirmDeail/consumablesConfirmDeail.vue
  12. 4 3
      CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairDetail/evaluateDetail/evaluateDetail.vue
  13. 1 1
      CallCenterWeb.UI/RMYYAPP/pages/myTask/vehicleSchedulList/components/vehiccleDetail/evaluateDetail/evaluateDetail.vue
  14. 1 1
      CallCenterWeb.UI/RMYYAPP/pages/myTask/workOrderDetail/workOrderDetail.vue
  15. BIN
      CallCenterWeb.UI/RMYYAPP/unpackage/cache/apk/__UNI__5A5207D_cm.apk
  16. 1 1
      CallCenterWeb.UI/RMYYAPP/unpackage/cache/apk/apkurl
  17. 1 1
      CallCenterWeb.UI/RMYYAPP/unpackage/cache/apk/cmManifestCache.json
  18. 7 7
      CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/app-service.js
  19. 1 1
      CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/app-view.js
  20. 1 1
      CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/manifest.json
  21. 4763 0
      CallCenterWeb.UI/rmyyechartsNew/src/assets/zhengzhouCity.json
  22. 12 12
      CallCenterWeb.UI/rmyyechartsNew/src/components/conversationByNow.vue

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

@@ -1457,7 +1457,7 @@
1457 1457
         this.wocode = code;
1458 1458
         this.fid = row.F_ID;
1459 1459
         this.rowdata = row;
1460
-        this.worktypeInfo = this.$store.getters.workTypeMap[parseInt(row.F_SonType || row.F_WorkOrderCategory)].tag
1460
+        this.worktypeInfo = this.$store.getters.workTypeMap[parseInt(row.F_SonType || row.F_WorkOrderCategory || row.F_type2)].tag
1461 1461
         console.log(name, "name",row.F_SonType,row.F_WorkOrderCategory,this.worktypeInfo);
1462 1462
         console.log(this.getNowDate());
1463 1463
         if (name === "dispatch_zhuantongshi") {
@@ -1921,9 +1921,9 @@
1921 1921
             return;
1922 1922
           }
1923 1923
           if (
1924
-            this.evaluateForm.Attitude < 3 ||
1925
-            this.evaluateForm.Quality < 3 ||
1926
-            this.evaluateForm.Efficiency < 3
1924
+            this.evaluateForm.Attitude <= 3 ||
1925
+            this.evaluateForm.Quality <= 3 ||
1926
+            this.evaluateForm.Efficiency <= 3
1927 1927
           ) {
1928 1928
             if (this.evaluateForm.EvaluateContent === "") {
1929 1929
               this.$message.warning("请输入文字评价");
@@ -1940,9 +1940,9 @@
1940 1940
             return;
1941 1941
           }
1942 1942
           if (
1943
-            this.schedulingEvaluateForm.Attitude < 3 ||
1944
-            this.schedulingEvaluateForm.Quality < 3 ||
1945
-            this.schedulingEvaluateForm.Efficiency < 3
1943
+            this.schedulingEvaluateForm.Attitude <= 3 ||
1944
+            this.schedulingEvaluateForm.Quality <= 3 ||
1945
+            this.schedulingEvaluateForm.Efficiency <= 3
1946 1946
           ) {
1947 1947
             if (this.schedulingEvaluateForm.EvaluateContent === "") {
1948 1948
               this.$message.warning("请输入文字评价");
@@ -1959,9 +1959,9 @@
1959 1959
             return;
1960 1960
           }
1961 1961
           if (
1962
-            this.carEvaluteForm.Attitude < 3 ||
1963
-            this.carEvaluteForm.Quality < 3 ||
1964
-            this.carEvaluteForm.Efficiency < 3
1962
+            this.carEvaluteForm.Attitude <= 3 ||
1963
+            this.carEvaluteForm.Quality <= 3 ||
1964
+            this.carEvaluteForm.Efficiency <= 3
1965 1965
           ) {
1966 1966
             if (this.carEvaluteForm.Evaluation === "") {
1967 1967
               this.$message.warning("请输入文字评价");
@@ -1978,8 +1978,8 @@
1978 1978
               this.loading = false // 关闭loading
1979 1979
               return;
1980 1980
             }
1981
-            if (this.consumablesConfirmForm.Attitude < 3 || this.consumablesConfirmForm.Quality < 3 || this
1982
-              .consumablesConfirmForm.Efficiency < 3) {
1981
+            if (this.consumablesConfirmForm.Attitude <= 3 || this.consumablesConfirmForm.Quality <= 3 || this
1982
+              .consumablesConfirmForm.Efficiency <= 3) {
1983 1983
               if (this.consumablesConfirmForm.EvaluateContent === "") {
1984 1984
                 this.$message.warning("请输入文字评价");
1985 1985
                 this.loading = false // 关闭loading

+ 2 - 0
CallCenterWeb.UI/RMYY/src/components/workOrder/dispatching/addOrEditDispatch.vue

@@ -1594,6 +1594,8 @@ export default {
1594 1594
               })
1595 1595
               .catch(() => {})
1596 1596
           }
1597
+        }else{
1598
+          this.isDisabledBtn = false
1597 1599
         }
1598 1600
       })
1599 1601
     }

+ 39 - 5
CallCenterWeb.UI/RMYY/src/views/leadConcernNew/qualityControl/index.vue

@@ -2,8 +2,8 @@
2 2
   <div class="app-container">
3 3
     <el-form :inline="true" :model="ruleForm" class="demo-form-inline">
4 4
       <el-form-item label="日期">
5
-        <el-date-picker v-model="startTime" size="medium" type="date" format="yyyy-MM-dd"
6
-          value-format="yyyy-MM-dd" placeholder="选择日期"></el-date-picker>
5
+        <el-date-picker v-model="startTime" size="medium" type="date" format="yyyy-MM-dd" value-format="yyyy-MM-dd"
6
+          placeholder="选择日期"></el-date-picker>
7 7
         <!-- <el-date-picker
8 8
           v-model="startTime"
9 9
           size="medium"
@@ -63,6 +63,7 @@
63 63
 <script>
64 64
   import {
65 65
     getNowDate,
66
+    getPreDate,
66 67
     exportExcel,
67 68
     getFirstDayInCurrentMonth
68 69
   } from "@/utils";
@@ -78,8 +79,38 @@
78 79
     data() {
79 80
       return {
80 81
         selectVal: "0",
81
-        cardData: [],
82
-        startTime: getNowDate(),
82
+        cardData: [{
83
+            text: "工单超时接单",
84
+            value: 0,
85
+            per: 0
86
+          },
87
+          {
88
+            text: "工单超时提交",
89
+            value: 0,
90
+            per: 0
91
+          },
92
+          {
93
+            text: "紧急工单超时接单",
94
+            value: 0,
95
+            per: 0
96
+          },
97
+          {
98
+            text: "紧急工单超时提交",
99
+            value: 0,
100
+            per: 0
101
+          },
102
+          {
103
+            text: "工单返修",
104
+            value: 0,
105
+            per: 0
106
+          },
107
+          {
108
+            text: "工单不满意",
109
+            value: 0,
110
+            per: 0
111
+          },
112
+        ],
113
+        startTime: getPreDate(3600 * 1000 * 24),
83 114
         ruleForm: {},
84 115
         activeName: "first",
85 116
       };
@@ -166,6 +197,9 @@
166 197
         }
167 198
         GetList(params).then(res => {
168 199
           if (res.state == 'success') {
200
+            if(res.data.length == 0){
201
+              return
202
+            }
169 203
             const data = res.data[0]
170 204
             this.cardData = [{
171 205
                 text: "工单超时接单",
@@ -194,7 +228,7 @@
194 228
               },
195 229
               {
196 230
                 text: "工单不满意",
197
-                value: data.unsatisfactory_num,
231
+                value: data.unsatisfactory_num || 0,
198 232
                 per: 0
199 233
               },
200 234
             ]

+ 28 - 19
CallCenterWeb.UI/RMYY/src/views/leadConcernNew/workloadReport/index.vue

@@ -67,26 +67,27 @@
67 67
           <tr>
68 68
             <td colspan="3">工单接单及时率</td>
69 69
             <td>{{ "-" }}</td>
70
-            <td colspan="3">工单平均提交时长(软件)</td>
71
-            <td colspan="2">{{ tableData.avg_software_complete_time }}</td>
70
+            <td colspan="3">工单平均提交时长(软件)/分</td>
71
+            <td colspan="2">{{ (tableData.avg_software_complete_time/60000).toFixed(2) }}</td>
72 72
           </tr>
73 73
           <tr>
74
-            <td colspan="3">普通工单平均接单时长</td>
75
-            <td>{{ tableData.avg_accept_time }}</td>
76
-            <td colspan="3">工单平均提交时长(硬件)</td>
77
-            <td colspan="2">{{ tableData.avg_hardware_complete_time }}</td>
74
+            <td colspan="3">普通工单平均接单时长(分)</td>
75
+            <td>{{ (tableData.avg_accept_time/60000).toFixed(2) }}</td>
76
+            <td colspan="3">工单平均提交时长(硬件)/分</td>
77
+            <td colspan="2">{{ (tableData.avg_hardware_complete_time/60000).toFixed(2) }}</td>
78 78
           </tr>
79 79
           <tr>
80
-            <td colspan="3">紧急工单平均接单时长</td>
81
-            <td>{{ tableData.avg_emergency_accept_time }}</td>
80
+            <td colspan="3">紧急工单平均接单时长(分)</td>
81
+            <td>{{ (tableData.avg_emergency_accept_time/60000).toFixed(2) }}</td>
82 82
             <td colspan="3">工单提交及时率</td>
83 83
             <td colspan="2">{{ "-" }}</td>
84 84
           </tr>
85 85
           <tr>
86 86
             <td colspan="3">无转派工单提交率</td>
87
-            <td>{{ tableData.no_transfer_rate }}</td>
88
-            <td colspan="3">紧急工单提交平均时长</td>
89
-            <td colspan="2">{{ tableData.avg_emergency_time }}</td>
87
+            <td v-if="tableData.no_transfer_rate">{{ (tableData.no_transfer_rate) * 100 }}%</td>
88
+            <td v-if="!tableData.no_transfer_rate">{{ "0" }}</td>
89
+            <td colspan="3">紧急工单提交平均时长(分)</td>
90
+            <td colspan="2">{{ (tableData.avg_emergency_time/60000).toFixed(2) }}</td>
90 91
           </tr>
91 92
           <!-- 重点关注工单 -->
92 93
           <tr>
@@ -110,6 +111,7 @@
110 111
 <script>
111 112
   import {
112 113
     getNowDate,
114
+    getPreDate,
113 115
     exportExcel,
114 116
     getFirstDayInCurrentMonth
115 117
   } from "@/utils";
@@ -120,7 +122,7 @@
120 122
     data() {
121 123
       return {
122 124
         selectVal:"0",
123
-        startTime: getNowDate(),
125
+        startTime: getPreDate(3600 * 1000 * 24),
124 126
         tableData:{},
125 127
         ruleForm: {},
126 128
         activeName: "first",
@@ -192,6 +194,13 @@
192 194
           },
193 195
           tooltip: {
194 196
             trigger: "axis",
197
+            formatter(params) {
198
+              let str = params[0].name + '<br />'
199
+              params.forEach(item => {
200
+                str += `${item.marker}${item.seriesName}: ${item.data}%<br />`
201
+              })
202
+              return "<div style='color:#fff'>" + str + "</div>"
203
+            }
195 204
           },
196 205
           legend: {
197 206
             data: ["工单接单及时率", "无转派工单提交率","工单提交及时率"],
@@ -387,7 +396,7 @@
387 396
           if(res.state == 'success'){
388 397
             if(res.data.length>0){
389 398
               this.tableData = res.data[0]
390
-            }         
399
+            }
391 400
           }
392 401
         })
393 402
         //图表
@@ -435,15 +444,15 @@
435 444
               }
436 445
 
437 446
               echattwoVal1.push("0")//工单接单及时率
438
-              echattwoVal2.push(ele.no_transfer_rate)//无转派工单提交率
447
+              echattwoVal2.push((ele.no_transfer_rate || 0).toFixed(4) * 100)//无转派工单提交率
439 448
               echattwoVal3.push("0")//工单提交及时率
440 449
 
441
-              echartThree1.push(ele.avg_accept_time)
442
-              echartThree2.push(ele.avg_emergency_accept_time)
450
+              echartThree1.push((ele.avg_accept_time/60000).toFixed(2))
451
+              echartThree2.push((ele.avg_emergency_accept_time/60000).toFixed(2))
443 452
 
444
-              echartFour1.push(ele.avg_hardware_complete_time)
445
-              echartFour2.push(ele.avg_software_complete_time)
446
-              echartFour3.push(ele.avg_emergency_time)
453
+              echartFour1.push((ele.avg_hardware_complete_time/60000).toFixed(2))
454
+              echartFour2.push((ele.avg_software_complete_time/60000).toFixed(2))
455
+              echartFour3.push((ele.avg_emergency_time/60000).toFixed(2))
447 456
 
448 457
               echartFive1.push(ele.urge_num)
449 458
               echartFive2.push(ele.emergency_num)

+ 2 - 2
CallCenterWeb.UI/RMYY/src/views/orderManage/components/orderDetail.vue

@@ -526,8 +526,8 @@
526 526
             this.$message.warning("请选择星级评价");
527 527
             return;
528 528
           }
529
-          if (this.consumablesConfirmForm.Attitude < 3 || this.consumablesConfirmForm.Quality < 3 || this
530
-            .consumablesConfirmForm.Efficiency < 3) {
529
+          if (this.consumablesConfirmForm.Attitude <= 3 || this.consumablesConfirmForm.Quality <= 3 || this
530
+            .consumablesConfirmForm.Efficiency <= 3) {
531 531
             if (this.consumablesConfirmForm.EvaluateContent === "") {
532 532
               this.$message.warning("请输入文字评价");
533 533
               return;

+ 49 - 3
CallCenterWeb.UI/RMYY/src/views/orderManage/doubleList/index.vue

@@ -20,7 +20,7 @@
20 20
         </el-select>
21 21
       </el-form-item>
22 22
       <el-form-item>
23
-        <el-select placeholder="请选择所属医院" size="medium" v-model="ruleForm.ssyy" filterable clearable>
23
+        <el-select placeholder="请选择医联体单位" size="medium" v-model="ruleForm.ssyy" filterable clearable>
24 24
           <el-option v-for="(item,index) in coperDataLists" :key="index" :value="item.F_YqName" :label="item.F_YqName"></el-option>
25 25
         </el-select>
26 26
       </el-form-item>
@@ -72,7 +72,7 @@
72 72
       <el-table-column prop="F_WorkOrderContents" label="就诊需求" align="center" min-width />
73 73
       <el-table-column prop="F_Customer" label="姓名" align="center" min-width />
74 74
       <el-table-column prop="F_Phon" label="联系电话" align="center" min-width />
75
-      <el-table-column prop="F_ssyy" label="所属医院" align="center" min-width />
75
+      <el-table-column prop="F_ssyy" label="医联体单位" align="center" min-width />
76 76
       <el-table-column prop="F_FullName" label="患者姓名" align="center" min-width />
77 77
       <el-table-column prop="F_hzdh" label="患者电话" align="center" min-width />
78 78
       <el-table-column prop="F_nl" label="年龄" align="center" min-width />
@@ -150,9 +150,18 @@
150 150
         </template>
151 151
       </el-table-column>
152 152
       <el-table-column prop="F_CreateTime" label="创建时间" align="center" min-width />
153
+      <el-table-column label="操作" align="center" class-name="oparate_btn">
154
+        <template slot-scope="scope">
155
+          <el-button v-for="item in scope.row.Buttons" :key="item.key" type="text"
156
+            @click="btnClickEvents(item, scope.row.F_WorkOrderCode, scope.row)">
157
+            {{ item.value }}
158
+          </el-button>
159
+        </template>
160
+      </el-table-column>
153 161
     </el-table>
154 162
     <pagination v-show="pageParams.total > 0" :total="pageParams.total" :pageindex.sync="pageParams.pageindex"
155 163
       :pagesize.sync="pageParams.pagesize" class="pagination" @pagination="getList" />
164
+    <order-button-operation ref="butOption" @refList="refList" />
156 165
   </div>
157 166
 </template>
158 167
 
@@ -160,21 +169,27 @@
160 169
   import Pagination from "@/components/context/Pagination"; // 对el-pagination 二次封装
161 170
   import { getCooperateList,getListyqRepairlist } from "@/api/systemSetup/roleSetting/hospitalArea";
162 171
   import askDetail from "../components/askdetail.vue";
172
+  import addOrEditOrder from "../../callScreen/components/AddOrEditOrder.vue";
173
+  import OrderButtonOperation from "@/components/button/orderList";
163 174
   import {
164 175
     getGongDanType,
165 176
     GetAllSZList,
166 177
     getGetSZListExport,
167 178
   } from "@/api/orderManagement/patientvisit";
168 179
   import {
180
+    getNowDate,
181
+    getPreDate,
169 182
     exportExcel
170 183
   } from "@/utils";
171 184
   export default {
172 185
     name: "doubleList",
173 186
     components: {
174 187
       Pagination,
188
+      OrderButtonOperation
175 189
     },
176 190
     data() {
177 191
       return {
192
+        buttonName: "",
178 193
         dataLists: [],
179 194
         hospitalDataLists:[],
180 195
         coperDataLists:[],
@@ -194,7 +209,10 @@
194 209
         ruleForm: {
195 210
           keywords: "",
196 211
           code:"",
197
-          searchTime: "",
212
+          searchTime:  [
213
+            getPreDate(3600 * 1000 * 24) + " 17:00:00",
214
+            getNowDate() + " 17:00:00",
215
+          ],
198 216
           jzyq: "",
199 217
           ssyy:"",
200 218
           gtqk:"",
@@ -213,6 +231,34 @@
213 231
     },
214 232
     mounted() {},
215 233
     methods: {
234
+      btnClickEvents(button, wocode, row) {
235
+        this.buttonName = button.key;
236
+        this.$refs.butOption.butOptionMethod(this.buttonName, wocode, row);
237
+        if (this.buttonName === "yw_bianji") {
238
+          this.btn_edit(wocode, row.F_type1, row.F_type2);
239
+        }
240
+      },
241
+      // 编辑
242
+      btn_edit(rid, rtype, r2type) {
243
+        this.$layer.iframe({
244
+          content: {
245
+            content: addOrEditOrder, // 传递的组件对象
246
+            parent: this, // 当前的vue对象
247
+            data: {
248
+              wid: rid,
249
+              rtype: rtype.toString(),
250
+              r2type: r2type.toString(),
251
+              iswomanage: "2",
252
+              isedit: "1",
253
+            }, // props
254
+          },
255
+          area: ["70%", "70%"],
256
+          title: "编辑工单",
257
+        });
258
+      },
259
+      refList() {
260
+        this.getList();
261
+      },
216 262
       // 搜索
217 263
       btn_search_task() {
218 264
         this.getList();

+ 1 - 1
CallCenterWeb.UI/RMYYAPP/App.vue

@@ -6,7 +6,7 @@
6 6
 		},
7 7
 		onShow: function() {
8 8
 			console.log('App Show')
9
-			// this.init()//判断是不是钉钉环境
9
+			this.init()//判断是不是钉钉环境
10 10
 		},
11 11
 		onHide: function() {
12 12
 			console.log('App Hide')

+ 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.75",
6
-    "versionCode" : 175,
5
+    "versionName" : "1.2.76",
6
+    "versionCode" : 176,
7 7
     "transformPx" : false,
8 8
     /* 5+App特有相关 */
9 9
     "app-plus" : {

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

@@ -160,7 +160,7 @@
160 160
 			if (uni.getStorageSync("roleCode") === "APRY") {
161 161
 				uni.hideTabBar()
162 162
 			}
163
-			if (uni.getStorageSync("roleCode") === "GLY") {
163
+			if (uni.getStorageSync("roleCode") === "BMZG" || uni.getStorageSync("roleCode") === "WXBZZ") {
164 164
 				this.isgly = 1
165 165
 			}
166 166
 			if (uni.getStorageSync("isAllow") === "1") {

+ 1 - 0
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/myRepairOrderList/myRepairOrderList.vue

@@ -29,6 +29,7 @@
29 29
 									</view>
30 30
 									<view class="textState" style="color: red;border: red;margin-top: 0;" v-show="item.F_EmergencyTypes=='紧急'">{{ item.F_EmergencyTypes }}</view>
31 31
 								</view>
32
+								<view class="uni-note">申请人:{{item.F_ProposerName}}-{{ item.F_Proposer }}</view>
32 33
 								<view class="uni-note" v-show="item.F_ProposerDept">上报科室:{{ $mHelper.findParents(departList,item.F_ProposerDept)}}
33 34
 								</view>
34 35
 								<view class="uni-note">上报时间:{{item.F_CreateTime}}</view>

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

@@ -149,7 +149,7 @@
149 149
 						this.disabledButton = false
150 150
 						return
151 151
 					}
152
-					if (this.valiFormData.attitude < 3 || this.valiFormData.quality < 3 || this.valiFormData.finishTime < 3) {
152
+					if (this.valiFormData.attitude <= 3 || this.valiFormData.quality <= 3 || this.valiFormData.finishTime <= 3) {
153 153
 						if (!this.valiFormData.content) {
154 154
 							this.$mHelper.toast('请输入评价内容')
155 155
 							this.disabledButton = false

+ 4 - 3
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairDetail/evaluateDetail/evaluateDetail.vue

@@ -139,14 +139,15 @@
139 139
 					this.disabledButton = false
140 140
 					return
141 141
 				}
142
-				if (this.stateType == 0 && (this.valiFormData.attitude < 3 || this.valiFormData.quality < 3 || this
143
-						.valiFormData.finishTime < 3)) {
142
+				if (this.stateType == 0 && (this.valiFormData.attitude <= 3 || this.valiFormData.quality <= 3 || this
143
+						.valiFormData.finishTime <= 3)) {
144 144
 					if (!this.valiFormData.content) {
145 145
 						this.$mHelper.toast('请输入评价内容')
146 146
 						this.disabledButton = false
147 147
 						return
148 148
 					}
149
-				} else if (this.stateType == 1 && this.valiFormData.attitude < 3) {
149
+				} else if (this.stateType == 1 && (this.valiFormData.attitude <= 3 || this.valiFormData.quality <= 3 || this
150
+						.valiFormData.finishTime <= 3)) {
150 151
 					if (!this.valiFormData.content) {
151 152
 						this.$mHelper.toast('请输入评价内容')
152 153
 						this.disabledButton = false

+ 1 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/vehicleSchedulList/components/vehiccleDetail/evaluateDetail/evaluateDetail.vue

@@ -64,7 +64,7 @@
64 64
 					this.$mHelper.toast('请选择星级评价')
65 65
 					return
66 66
 				}
67
-				if(this.valiFormData.attitude < 3 || this.valiFormData.quality < 3 || this.valiFormData.finishTime < 3) {
67
+				if(this.valiFormData.attitude <= 3 || this.valiFormData.quality <= 3 || this.valiFormData.finishTime <= 3) {
68 68
 					if(!this.valiFormData.content) {
69 69
 						this.disabledButton = false
70 70
 						this.$mHelper.toast('请输入评价内容')

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

@@ -506,7 +506,7 @@
506 506
 						this.disabledButton = false
507 507
 						return
508 508
 					}
509
-					if (this.valiFormData.attitude < 3 || this.valiFormData.quality < 3 || this.valiFormData.finishTime < 3) {
509
+					if (this.valiFormData.attitude <= 3 || this.valiFormData.quality <= 3 || this.valiFormData.finishTime <= 3) {
510 510
 						if (!this.valiFormData.content) {
511 511
 							this.$mHelper.toast('请输入评价内容')
512 512
 							this.disabledButton = false

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/f66b4650-591e-11ee-a489-ab700969ec68
1
+https://ide.dcloud.net.cn/build/download/6db1bbf0-5cff-11ee-b53a-eba4065edcc8

File diff suppressed because it is too large
+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/cache/apk/cmManifestCache.json


File diff suppressed because it is too large
+ 7 - 7
CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/app-service.js


File diff suppressed because it is too large
+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/app-view.js


File diff suppressed because it is too large
+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/cache/wgt/__UNI__5A5207D/manifest.json


File diff suppressed because it is too large
+ 4763 - 0
CallCenterWeb.UI/rmyyechartsNew/src/assets/zhengzhouCity.json


+ 12 - 12
CallCenterWeb.UI/rmyyechartsNew/src/components/conversationByNow.vue

@@ -365,8 +365,8 @@
365 365
 									show: true,
366 366
 									formatter: '总院',
367 367
 									color: '#fff',
368
-									fontSize: 14,
369
-									position: 'top'
368
+									fontSize: 12,
369
+									position: 'bottom'
370 370
 								}
371 371
 							},
372 372
 							{
@@ -380,8 +380,8 @@
380 380
 									show: true,
381 381
 									formatter: '郑东院区',
382 382
 									color: '#fff',
383
-									fontSize: 14,
384
-									position: 'top'
383
+									fontSize: 12,
384
+									position: 'bottom'
385 385
 								}
386 386
 							},
387 387
 							{
@@ -395,8 +395,8 @@
395 395
 									show: true,
396 396
 									formatter: '南部院区',
397 397
 									color: '#fff',
398
-									fontSize: 14,
399
-									position: 'top'
398
+									fontSize: 12,
399
+									position: 'bottom'
400 400
 								}
401 401
 							},
402 402
 							{
@@ -410,8 +410,8 @@
410 410
 									show: true,
411 411
 									formatter: '北院区',
412 412
 									color: '#fff',
413
-									fontSize: 14,
414
-									position: 'top'
413
+									fontSize: 12,
414
+									position: 'bottom'
415 415
 								}
416 416
 							},
417 417
 							{
@@ -425,8 +425,8 @@
425 425
 									show: true,
426 426
 									formatter: '紫宸社区',
427 427
 									color: '#fff',
428
-									fontSize: 14,
429
-									position: 'top'
428
+									fontSize: 12,
429
+									position: 'bottom'
430 430
 								}
431 431
 							},
432 432
 							{
@@ -440,8 +440,8 @@
440 440
 									show: true,
441 441
 									formatter: '北林社区',
442 442
 									color: '#fff',
443
-									fontSize: 14,
444
-									position: 'top'
443
+									fontSize: 12,
444
+									position: 'bottom'
445 445
 								}
446 446
 							},
447 447
 						]