Explorar el Código

【修改】政策详情直调限制

howie hace 2 años
padre
commit
ffabb40ac8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'"