Qukatie 6 месяцев назад
Родитель
Сommit
42f6a87428
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/tirePartsMall/salesManagement/outboundTask/index.vue

+ 1 - 1
src/views/tirePartsMall/salesManagement/outboundTask/index.vue

@@ -9,7 +9,7 @@
         <template slot-scope="{type,size,row,index}" slot="menu">
           <!--<el-button icon="el-icon-view" :size="size" :type="type" @click="check(row)">查看</el-button>-->
           <!--  :disabled="Number(row.sendTotalNum) == Number(row.goodsTotalNum)" 之前的判断是否修改的条件 -->
-          <el-button type="text" size="small" :disabled="row.statusName != '待处理'" @click="rowCell(row, index)">{{
+          <el-button type="text" size="small" :disabled="row.statusName == '已完成'" @click="rowCell(row, index)">{{
             row.$cellEdit ? '保存' : '修改' }}
           </el-button>
           <!-- <el-button :disabled="row.statusName === '已派工'" :size="size" :type="type"