gjy 2 年之前
父节点
当前提交
58a14b647f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/profitable/expensemanagementdetails.vue

+ 2 - 2
src/views/profitable/expensemanagementdetails.vue

@@ -32,11 +32,11 @@
           <el-button @click="typeChange(2)" :type="searchType == 2?'primary':''">支出</el-button>
           <el-button @click="typeChange(2)" :type="searchType == 2?'primary':''">支出</el-button>
         </el-col>
         </el-col>
         <el-col style='text-align:right;' :span="6">
         <el-col style='text-align:right;' :span="6">
-          <!-- <el-badge v-if="approveStatus" is-dot class="item">
+          <el-badge v-if="approveStatus" is-dot class="item">
             <el-button style="margin-left:10px" @click="oilcost()">油费</el-button>
             <el-button style="margin-left:10px" @click="oilcost()">油费</el-button>
           </el-badge>
           </el-badge>
           <el-button v-else style="margin-left:10px" @click="oilcost()">油费</el-button>
           <el-button v-else style="margin-left:10px" @click="oilcost()">油费</el-button>
-          <el-button  style="margin-left:10px" @click="storageCharge()">仓储费</el-button> -->
+          <el-button  style="margin-left:10px" @click="storageCharge()">仓储费</el-button>
           <el-button v-hasPermission="`lirunhesuan.feiyongguanli.add`" style="margin-left:10px" @click="cashout('')">请款</el-button>
           <el-button v-hasPermission="`lirunhesuan.feiyongguanli.add`" style="margin-left:10px" @click="cashout('')">请款</el-button>
           <el-button v-hasPermission="`lirunhesuan.feiyongguanli.shouk`" style="margin-right:10px" @click="receipt(1)" >收款</el-button>
           <el-button v-hasPermission="`lirunhesuan.feiyongguanli.shouk`" style="margin-right:10px" @click="receipt(1)" >收款</el-button>
         </el-col>
         </el-col>