Explorar o código

fix(entrust): 更新发货条件,增加状态8的判断

xieyong hai 2 días
pai
achega
ffab549643
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/entrust/index.vue

+ 1 - 1
src/views/entrust/index.vue

@@ -149,7 +149,7 @@
             @click="sendGoods(row, 'add')"
             v-if="
               row.approvalStatus == 2 &&
-              (row.sendStatus == 0 || !row.sendStatus || row.sendStatus == 5 || row.sendStatus == 7 || row.sendStatus == 9)
+              (row.sendStatus == 0 || !row.sendStatus || row.sendStatus == 5 || row.sendStatus == 7 || row.sendStatus == 8 || row.sendStatus == 9)
             "
           >
             发货