ソースを参照

Merge branch 'new' into develop

howie 2 年 前
コミット
64bd5333b9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/supply/policy/components/retail_detail.vue

+ 1 - 1
src/views/supply/policy/components/retail_detail.vue

@@ -235,7 +235,7 @@
       <div class="footer" :class="classObj">
         <el-button type="success" @click="toCheckOrder">联查单据</el-button>
         <!-- <el-button v-if="isCustomer" type="primary" :disabled="detailData.examineStatus !== 'OK'" @click="openDirectDialog">提前开票</el-button> -->
-        <template v-if="!detailData.isPlanOrder">
+        <template v-if="detailData.isPlanOrder">
           <el-button
             v-if="isCustomer"
             :type="status ? 'info' : 'primary'"