liuzhihui преди 2 години
родител
ревизия
34aa3cd881

+ 7 - 3
CallCenterWeb.UI/RMYY/src/views/comDispatch/components/dispatchdetail.vue

@@ -40,7 +40,7 @@
40 40
                 <td v-if="!orderDetailData.F_ApplicationDept || orderDetailData.F_ApplicationDept=='0'">-</td>
41 41
                 <th>科室位置:</th>
42 42
                 <td>{{ orderDetailData.F_Location }}</td>
43
-                
43
+
44 44
               </tr>
45 45
               <tr>
46 46
                 <th>申请时间:</th>
@@ -142,13 +142,17 @@
142 142
             <el-tab-pane label="关联工单" name="2">
143 143
               <el-col :md="24" class="order_detail_content">
144 144
                 <el-table :data="sonData" border style="width: 100%">
145
-                  <el-table-column prop="F_WorkOrderCode" label="工单编号" align="center" />
145
+                  <el-table-column prop="F_WorkOrderCode" label="工单编号" align="center">
146
+                    <template slot-scope="scope">
147
+                      <span style="color: royalblue;cursor: pointer;" @click="hadndleOrderCode(scope.row.F_WorkOrderCode)">{{scope.row.F_WorkOrderCode}}</span>
148
+                    </template>
149
+                  </el-table-column>
146 150
                   <el-table-column prop="DealManName" label="接单人" align="center">
147 151
                     <template slot-scope="scope">
148 152
                       <span>{{scope.row.DealManName}}-{{scope.row.DealManPhone}}</span>
149 153
                     </template>
150 154
                   </el-table-column>
151
-                  <el-table-column prop="F_CreateTime" label="时间" align="center" />
155
+                  <el-table-column prop="F_AcceptTime" label="接单时间" align="center" />
152 156
                 </el-table>
153 157
               </el-col>
154 158
             </el-tab-pane>

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/comDispatch/scheduleList/index.vue

@@ -300,7 +300,7 @@ export default {
300 300
       }
301 301
     },
302 302
     formtOrderDept(row, column) {
303
-      if (row.F_ApplicationDept) {
303
+      if (row.F_ApplicationDept && row.F_ApplicationDept != '0') {
304 304
         return this.$store.getters.deptmap[parseInt(row.F_ApplicationDept)]
305 305
           .text;
306 306
       }

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/orderManage/orderList/index.vue

@@ -226,7 +226,7 @@
226 226
     },
227 227
     methods: {
228 228
       formtDept(row, column) {
229
-        if (row.F_ProposerDept) {
229
+        if (row.F_ProposerDept && row.F_ApplicationDept != '0') {
230 230
           console.log(this.$store.getters.deptmap, 'this.$store.getters.deptmap')
231 231
           return this.$store.getters.deptmap[parseInt(row.F_ProposerDept)]
232 232
             .text;

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

@@ -186,7 +186,7 @@
186 186
 						</view>
187 187
 						<view class="contentTable">
188 188
 							<text class="contentTitle">接单时间:</text>
189
-							<text class="contentText">{{ item.F_CreateTime }}</text>
189
+							<text class="contentText">{{ item.F_AcceptTime }}</text>
190 190
 						</view>
191 191
 					</view>
192 192
 					<view class="contentTable noCon" v-show="!sonData">