|
@@ -99,9 +99,9 @@
|
|
<span @click='lookcustomer(scope.row)'>{{scope.row.customer}}</span>
|
|
<span @click='lookcustomer(scope.row)'>{{scope.row.customer}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column> -->
|
|
</el-table-column> -->
|
|
- <el-table-column prop="goodsName" label="货名" width="60">
|
|
|
|
|
|
+ <el-table-column prop="goodsName" label="货名" width="50">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="inWarehouseWeight1" width="120" class="table_td" label="入库重量">
|
|
|
|
|
|
+ <el-table-column prop="inWarehouseWeight1" width="110" class="table_td" label="入库重量">
|
|
<template scope="scope">
|
|
<template scope="scope">
|
|
<span v-if='scope.row.weightedit==false&&scope.row.warehouseType==2||scope.row.warehouseType==1'>{{scope.row.inWarehouseWeight1}}</span>
|
|
<span v-if='scope.row.weightedit==false&&scope.row.warehouseType==2||scope.row.warehouseType==1'>{{scope.row.inWarehouseWeight1}}</span>
|
|
<el-input style='width:80%;' v-if='scope.row.weightedit&&scope.row.warehouseType==2' v-model='scope.row.inWarehouseWeight1'></el-input>
|
|
<el-input style='width:80%;' v-if='scope.row.weightedit&&scope.row.warehouseType==2' v-model='scope.row.inWarehouseWeight1'></el-input>
|
|
@@ -115,7 +115,7 @@
|
|
<el-table-column prop="profitAndLoss" class="table_td" label="盈亏(吨)"></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="surplusWeight" width="80" class="table_td" label="剩余重量"></el-table-column>
|
|
<el-table-column prop="grainFund" width="80" class="table_td" label="粮款(元)"></el-table-column>
|
|
<el-table-column prop="grainFund" width="80" class="table_td" label="粮款(元)"></el-table-column>
|
|
- <el-table-column prop="amountEdPayable" width="90" class="table_td" label="已付(元)">
|
|
|
|
|
|
+ <el-table-column prop="amountEdPayable" width="110" class="table_td" label="已付(元)">
|
|
<template scope="scope">
|
|
<template scope="scope">
|
|
<span >{{scope.row.amountEdPayable}}</span>
|
|
<span >{{scope.row.amountEdPayable}}</span>
|
|
<img v-if='scope.row.addressUrl' width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
<img v-if='scope.row.addressUrl' width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|