@@ -215,7 +215,7 @@
</div>
<!-- 弹窗 -->
<el-dialog
- title="提货车辆档案"
+ title="物流公司"
:visible.sync="showDialogForm"
width="50%"
:show-close="false"
@@ -276,12 +276,13 @@
show-overflow-tooltip
>
<template slot-scope="scope">
+ <!-- @blur="setDataQty($event,scope.row)" -->
+
<el-input
-
class="inpt"
v-model.number="scope.row.dataQty"
size="mini"
- @blur="setDataQty($event,scope.row)"
clearable
></el-input>
</template>
@@ -541,7 +541,7 @@
v-if="title !== '详情'"
v-model.number="scope.row.contractQty"
@@ -627,6 +627,18 @@
{{ scope.row.diffAmount | numToFixed }}
</el-table-column>
+ <el-table-column
+ align="right"
+ label="收差政策价格"
+ prop="diffPolicyPrice"
+ min-width="200"
+ show-overflow-tooltip
+ >
+ <template slot-scope="scope">
+ {{ scope.row.diffPolicyPrice | numToFixed }}
+ </template>
+ </el-table-column>
</el-table>