|
@@ -62,9 +62,9 @@
|
|
|
<el-col style='text-align:right;' :span="12">
|
|
|
<!-- <ws-button v-hasPermission="
|
|
|
`warehouseManagement.warehousingOrder.yufu`" type="primary" @click="interestrate()" >{{interestratevalue.value}}利率</ws-button> -->
|
|
|
- <ws-button type="primary" @click="awatingransom()">待赎回</ws-button>
|
|
|
+ <!-- <ws-button type="primary" @click="awatingransom()">待赎回</ws-button>
|
|
|
<ws-button type="primary" @click="editRollout()">修改赎回状态</ws-button>
|
|
|
- <ws-button type="primary" @click="goodrollOut()">货权转出</ws-button>
|
|
|
+ <ws-button type="primary" @click="goodrollOut()">货权转出</ws-button> -->
|
|
|
<ws-button type="primary" @click="exportList()">导出</ws-button>
|
|
|
<ws-button v-hasPermission="
|
|
|
`warehouseManagement.warehousingOrder.yufu`" type="primary" @click="fieldrations()">折干</ws-button>
|
|
@@ -166,7 +166,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="outWarehouseWeight" width="80" class="table_td" label="出库重量"></el-table-column>
|
|
|
- <el-table-column prop="transferOutWeight" width="200" class="table_td" label="转出">
|
|
|
+ <!-- <el-table-column prop="transferOutWeight" width="200" class="table_td" label="转出">
|
|
|
<template scope="scope">
|
|
|
<el-popover v-if="scope.row.transferOutWeight>0"
|
|
|
placement="top-start"
|
|
@@ -177,7 +177,7 @@
|
|
|
</el-popover>
|
|
|
<span v-else>{{ scope.row.transferOutWeight }}</span>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column prop="profitAndLoss" class="table_td" label="盈亏(吨)"></el-table-column>
|
|
|
<el-table-column prop="surplusWeight" width="80" class="table_td" label="剩余重量"></el-table-column>
|
|
|
<el-table-column prop="grainFund" width="80" class="table_td" label="粮款(元)"></el-table-column>
|