浏览代码

需求变更 “导出审核订单产品”出现时机变更

chenrui 3 年之前
父节点
当前提交
ba0d7f0f12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/purchasingManagement/purchaseOrder/detail.vue

+ 1 - 1
src/views/purchasingManagement/purchaseOrder/detail.vue

@@ -15,7 +15,7 @@
           <Print v-if="$hasPermissions('B_purchasePrint')" :disabled="localDataSource.length==0" @handlePrint="handlePrint"></Print>
           <a-button
             key="1"
-            v-if="$hasPermissions('B_purchaseExportProduct') && (detail&&(detail.billStatus=='WAIT_PUT_WAREHOUSE' || detail.billStatus=='WAIT_PUT_WAREHOUSE_AUDIT' || detail.billStatus=='FINISH'))"
+            v-if="$hasPermissions('B_purchaseExportProduct') && (detail&&(detail.billStatus=='AUDIT_PASS' || detail.billStatus=='CANCEL' || detail.billStatus=='WAIT_PUT_WAREHOUSE' || detail.billStatus=='WAIT_PUT_WAREHOUSE_AUDIT' || detail.billStatus=='FINISH'))"
             type="primary"
             class="button-info"
             id="purchaseOrderDetail-export-btn"