|
@@ -149,7 +149,7 @@
|
|
|
@click="editMoisture(scope.row)" alt="" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="inWarehouseWeight1" width="110" class="table_td" label="入库重量">
|
|
|
+ <el-table-column prop="inWarehouseWeight1" width="150" class="table_td" label="入库重量">
|
|
|
<template scope="scope">
|
|
|
<span
|
|
|
v-if='scope.row.weightedit == false && scope.row.warehouseType == 2 || scope.row.warehouseType == 1'>{{ scope.row.inWarehouseWeight1 }}</span>
|
|
@@ -715,7 +715,7 @@ export default {
|
|
|
money: 0,
|
|
|
interest:'',
|
|
|
storageFee:'',
|
|
|
- dryingFee:"",
|
|
|
+ dryingFee:'',
|
|
|
multipleSelection1: {},
|
|
|
aduitshow: false,
|
|
|
distributionshow: false,
|