Explorar o código

出库删除状态调整

liyuan hai 5 días
pai
achega
fc8fd4b163
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/storehouse/outStockManage/outStockPlan/index.vue

+ 1 - 1
src/views/storehouse/outStockManage/outStockPlan/index.vue

@@ -34,7 +34,7 @@
         </template>
         <template slot-scope="{type,size,row,index}" slot="menu">
           <!-- <el-button :size="size" :type="type" @click="check(row)">查看</el-button> -->
-          <el-button :size="size" :type="type" :disabled="row.status && row.status !== '1'"
+          <el-button :size="size" :type="type" :disabled="row.status && row.status === '1'"
             @click="$refs.crud.rowDel(row, index)">删除</el-button>
         </template>
         <template slot="corpNameSearch">