Bläddra i källkod

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

xieyong 2 dagar sedan
förälder
incheckning
ffab549643
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)
             "
           >
             发货