liuzhihui 3 anni fa
parent
commit
a4687704fb

+ 3 - 3
CallCenterWeb.UI/RMYY/src/views/faultRepairManagement/repairList/index.vue

@@ -168,7 +168,7 @@
168 168
     <el-dialog :visible.sync="dialogBackOrder" title="退回">
169 169
       <el-form ref="backOrderForm" :model="backOrderForm" :rules="rules" label-width="100px">
170 170
         <el-form-item label="原因">
171
-          <el-select v-model="reason1" placeholder="请选择原因" @change="handleChange3">
171
+          <el-select v-model="reason1" clearable placeholder="请选择原因" @change="handleChange3">
172 172
             <el-option v-for="item in reasonarr1" :key="item.F_DictionaryValueId" :label="item.F_Name"
173 173
               :value="`${item.F_DictionaryValueId},${item.F_Name}`" />
174 174
           </el-select>
@@ -474,7 +474,7 @@
474 474
           finishtype: '现场',
475 475
           workordercode: '',
476 476
           type: '0',
477
-          IsInvolvedEquip: '',
477
+          IsInvolvedEquip: '0',
478 478
           equipmodellist: [],
479 479
           ExceptionType: '',
480 480
           result: '',
@@ -867,7 +867,7 @@
867 867
         this.doneForm.workordercode = ''
868 868
         this.doneForm.finishtype = '现场'
869 869
         this.doneForm.type = '0'
870
-        this.doneForm.IsInvolvedEquip = ''
870
+        this.doneForm.IsInvolvedEquip = '0'
871 871
         this.doneForm.ExceptionType = ''
872 872
         this.equipmodellist = []
873 873
         this.doneForm.result = ''

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/testing/components/audioplay.vue

@@ -60,7 +60,7 @@
60 60
             {{ item.Qcscore }}
61 61
           </td>
62 62
           <td v-if="item.Rowspan == 1" rowspan="1" colspan="1">
63
-            <input v-if="isScore == 0" v-model="item.rowscore" />
63
+            <input v-if="isScore == 0 && item.Qcname !='总计'" :disabled="item.Qcname=='总计'" v-model="item.rowscore" />
64 64
             <input
65 65
               v-if="isScore == 1"
66 66
               v-model="item.Qcpf"