|
@@ -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>
|