miaofuhao 10 kuukautta sitten
vanhempi
commit
665ed742a2

BIN
CallCenterWeb.UI/0219-1dist.zip


BIN
CallCenterWeb.UI/0219-2dist.zip


BIN
CallCenterWeb.UI/0221-1dist.zip


BIN
CallCenterWeb.UI/0304-1dist.zip


+ 2 - 1
CallCenterWeb.UI/README-zh.md

@@ -147,5 +147,6 @@ Copyright (c) 2017-present PanJiaChen
147 147
 deepClone 修改成 this.deepClone
148 148
 
149 149
 ## vuedraggable问题
150
-
150
+<!-- 2025-02-19 -->
151
+<!-- 重新安装使用之前的依赖 npm install --legacy-peer-deps -->
151 152
 - 使用2.16.0会报错;目前使用的2.15.0

+ 1 - 1
CallCenterWeb.UI/package.json

@@ -92,7 +92,7 @@
92 92
     "vue-template-compiler": "2.5.17",
93 93
     "webpack": "4.16.5",
94 94
     "webpack-bundle-analyzer": "2.13.1",
95
-    "webpack-cli": "^3.1.0",
95
+    "webpack-cli": "3.1.0",
96 96
     "webpack-dev-server": "3.1.14",
97 97
     "webpack-merge": "4.1.4"
98 98
   },

+ 25 - 23
CallCenterWeb.UI/src/views/faxManager/faxTransmission/index.vue

@@ -52,43 +52,44 @@
52 52
             >导出Excel</el-button
53 53
           >
54 54
         </el-col>
55
-        <el-col :span="7">
56
-          <label style="font-size: 12px; margin-left: 43%">客户性质:</label>
55
+        <el-col :span="8">
56
+          <label style="font-size: 12px; margin-left: 66%">是否发送:</label>
57 57
           <el-select
58
-            v-model="searchData.cusSign"
59
-            class="form_select"
58
+            v-model="searchData.smsStatus"
60 59
             size="mini"
61
-            style="width: 127px"
60
+            style="width: 88px"
62 61
             clearable
63 62
             filterable
64
-            placeholder=""
65 63
           >
66 64
             <el-option
67
-              v-for="item in seatGroupList"
68
-              :key="item.id"
69
-              :label="item.deptName"
70
-              :value="item.id"
65
+              v-for="item in smsStatusData"
66
+              :key="item.value"
67
+              :label="item.faxStatus"
68
+              :value="item.value"
71 69
             />
72 70
           </el-select>
73 71
         </el-col>
74 72
         <el-col :span="3">
75
-          <label style="font-size: 12px">短信状态:</label>
73
+          <label style="font-size: 12px;">客户性质:</label>
76 74
           <el-select
77
-            v-model="searchData.smsStatus"
75
+            v-model="searchData.cusSign"
76
+            class="form_select"
78 77
             size="mini"
79
-            style="width: 88px"
78
+            style="width: 127px"
80 79
             clearable
81 80
             filterable
81
+            placeholder=""
82 82
           >
83 83
             <el-option
84
-              v-for="item in smsStatusData"
85
-              :key="item.value"
86
-              :label="item.faxStatus"
87
-              :value="item.value"
84
+              v-for="item in seatGroupList"
85
+              :key="item.id"
86
+              :label="item.deptName"
87
+              :value="item.id"
88 88
             />
89 89
           </el-select>
90 90
         </el-col>
91
-        <el-col :span="4" class="colorsize">
91
+        
92
+        <el-col :span="3" class="colorsize">
92 93
           <div style="float: right; font-size: 12px">
93 94
             浅绿:有经办人;浅灰:不用编号
94 95
           </div>
@@ -417,7 +418,7 @@
417 418
         min-width="80"
418 419
       >
419 420
         <template slot-scope="scope">
420
-          {{ scope.row.sendSMS?'发送':'未发送' }}
421
+          {{ scope.row.sendSMS?'发送':'未发送' }}
421 422
         </template>
422 423
       </el-table-column>
423 424
       <el-table-column label="是否关闭" align="left" min-width="80">
@@ -492,7 +493,7 @@ export default {
492 493
     },
493 494
     faxSmsStatusFilter(status) {
494 495
       const statusMap = {
495
-        1: '发送',
496
+        1: '发送',
496 497
         0: '未发送'
497 498
       }
498 499
       return statusMap[status]
@@ -575,6 +576,7 @@ export default {
575 576
         faxNumber: '', // 传真编号
576 577
         faxPhone: '', // 传真号码
577 578
         faxStatus: '', // 传真状态
579
+        smsStatus:'',
578 580
         companyName: '', // 单位名称
579 581
         cusCode: '', // 客户代码
580 582
         faxType: '', // 传真类型
@@ -606,11 +608,11 @@ export default {
606 608
       smsStatusData: [
607 609
         {
608 610
           value: '1',
609
-          faxStatus: '已发送'
611
+          faxStatus: ''
610 612
         },
611 613
         {
612 614
           value: '0',
613
-          faxStatus: '未发送'
615
+          faxStatus: ''
614 616
         }
615 617
       ], // 下拉框
616 618
       signList: [
@@ -1135,7 +1137,7 @@ export default {
1135 1137
     },
1136 1138
     faxSmsStatusFilter(status) {
1137 1139
       const statusMap = {
1138
-        '1': '发送',
1140
+        '1': '发送',
1139 1141
         '0': '未发送'
1140 1142
       }
1141 1143
       return statusMap[status]

+ 10 - 6
CallCenterWeb.UI/src/views/orderSearch/orderList/detail.vue

@@ -3,6 +3,7 @@
3 3
     <el-card shadow="hover">
4 4
       <el-row :gutter="20">
5 5
         <el-col :md="24" class="order_detail_body">
6
+
6 7
           <el-col :md="21">
7 8
             <h1 class="title">
8 9
               <svg-icon class="title_icon" icon-class="hongqi" />工单编号:{{
@@ -10,6 +11,7 @@
10 11
               }}
11 12
             </h1>
12 13
           </el-col>
14
+
13 15
           <el-col :md="24" class="order_detail_content">
14 16
             <el-col :md="6" class="order_detail_item">
15 17
               客户代码:{{ orderDetailData.cusCode }}
@@ -66,15 +68,16 @@
66 68
             <el-col :md="6" class="order_detail_item">
67 69
               发生频率:{{ orderDetailData.rate }}
68 70
             </el-col>
69
-            <el-col span="24" class="order_detail_item">
71
+            <el-col :span="24" class="order_detail_item">
70 72
               来电内容:{{ orderDetailData.content }}
71 73
             </el-col>
72
-            <el-row v-if="isClose!=1">
73
-              <el-col span="24" class="order_detail_item">
74
-                处理结果:{{ orderDetailData.processingResult }}
75
-              </el-col>
76
-            </el-row>
74
+
75
+            <el-col v-if="isClose!=1" :span="24" class="order_detail_item">
76
+              处理结果:{{ orderDetailData.processingResult }}
77
+            </el-col>
78
+            <!-- <el-row></el-row> -->
77 79
           </el-col>
80
+
78 81
         </el-col>
79 82
       </el-row>
80 83
 
@@ -87,6 +90,7 @@
87 90
           </el-form>
88 91
         </el-col>
89 92
       </el-row>
93
+
90 94
       <el-row v-if="isClose==1"><el-button type="primary" @click="save">保存</el-button></el-row>
91 95
     </el-card>
92 96
   </div>

+ 2 - 1
CallCenterWeb.UI/src/views/orderSearch/orderList/index.vue

@@ -63,7 +63,7 @@
63 63
             @click="btn_search_task"
64 64
           >搜索</el-button
65 65
           >
66
-          <el-button :loading="downloadLoading" :disabled="disableBL" class="filter-item" type="primary" icon="el-icon-upload2" @click="handleDownload">导出</el-button>
66
+          <el-button :loading="downloadLoading" class="filter-item" type="primary" icon="el-icon-upload2" @click="handleDownload">导出</el-button>
67 67
         </div>
68 68
         <el-table
69 69
           v-loading="loading"
@@ -189,6 +189,7 @@ export default {
189 189
   data() {
190 190
     return {
191 191
       pickerOptions,
192
+      downloadLoading:false,
192 193
       zx: '', // 受理坐席
193 194
       makeType: [],
194 195
       slTp: '', // 咨询类型