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

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

40
                 <td v-if="!orderDetailData.F_ApplicationDept || orderDetailData.F_ApplicationDept=='0'">-</td>
40
                 <td v-if="!orderDetailData.F_ApplicationDept || orderDetailData.F_ApplicationDept=='0'">-</td>
41
                 <th>科室位置:</th>
41
                 <th>科室位置:</th>
42
                 <td>{{ orderDetailData.F_Location }}</td>
42
                 <td>{{ orderDetailData.F_Location }}</td>
43
-                
43
+
44
               </tr>
44
               </tr>
45
               <tr>
45
               <tr>
46
                 <th>申请时间:</th>
46
                 <th>申请时间:</th>
142
             <el-tab-pane label="关联工单" name="2">
142
             <el-tab-pane label="关联工单" name="2">
143
               <el-col :md="24" class="order_detail_content">
143
               <el-col :md="24" class="order_detail_content">
144
                 <el-table :data="sonData" border style="width: 100%">
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
                   <el-table-column prop="DealManName" label="接单人" align="center">
150
                   <el-table-column prop="DealManName" label="接单人" align="center">
147
                     <template slot-scope="scope">
151
                     <template slot-scope="scope">
148
                       <span>{{scope.row.DealManName}}-{{scope.row.DealManPhone}}</span>
152
                       <span>{{scope.row.DealManName}}-{{scope.row.DealManPhone}}</span>
149
                     </template>
153
                     </template>
150
                   </el-table-column>
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
                 </el-table>
156
                 </el-table>
153
               </el-col>
157
               </el-col>
154
             </el-tab-pane>
158
             </el-tab-pane>

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

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

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

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

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

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