浏览代码

修改工单评分查看

ouyj 4 月之前
父节点
当前提交
615a477cb1
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      ygtx-ui/src/views/gxt/orderScore/index.vue

+ 5 - 2
ygtx-ui/src/views/gxt/orderScore/index.vue

@@ -245,6 +245,9 @@
                   <el-col :span="24" v-if="viewForm.orderType === 1 && viewForm.extraWork">
                     <el-form-item label="额外工作总结">{{ viewForm.extraWork }}</el-form-item>
                   </el-col>
+                  <el-col :span="24" v-if="viewForm.orderType === 1 && viewForm.scoringStatus === 'returned'">
+                    <el-form-item label="退回理由">{{ viewForm.scoreReturnReason }}</el-form-item>
+                  </el-col>
                 </el-row>
               </el-form>
             </div>
@@ -268,9 +271,9 @@
                     </h4>
                     <p>{{ flow.operatorName }}</p>
                     <!-- 显示退回理由 -->
-                    <p v-if="flow.actionType === 'returnRating'">
+<!--                    <p v-if="flow.actionType === 'returnRating'">
                       {{ flow.actionRemark }}
-                    </p>
+                    </p>-->
                   </div>
                 </el-timeline-item>
               </el-timeline>