Browse Source

修改bug

chenrui 2 years ago
parent
commit
2adb926a70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/numsGoodsShelves/recallManagement/detailModal.vue

+ 1 - 1
src/views/numsGoodsShelves/recallManagement/detailModal.vue

@@ -23,7 +23,7 @@
           <span v-else>
             --
           </span>
-          <a-button type="primary" ghost class="recallBillBtn" @click="seeRecallBill" v-if="itemData.billState != 'CANCEL'">生成销售退货单</a-button>
+          <a-button type="primary" ghost class="recallBillBtn" @click="seeRecallBill" v-if="itemData.billState != 'CANCEL' && itemData.billState!='FINISH'">生成销售退货单</a-button>
         </a-descriptions-item>
       </a-descriptions>
     </div>