Browse Source

新增三方取消配载按钮

dev
qb 2 months ago
parent
commit
63d0167b5a
  1. 22
      src/option/distribution/TripartiteTransfer.js
  2. 4
      src/views/distribution/artery/TripartiteTransfer.vue
  3. 34
      src/views/distribution/artery/truckLoadingDetails.vue

22
src/option/distribution/TripartiteTransfer.js

@ -915,17 +915,17 @@ export const TripartiteTransferColumnList = [
isshowSummary: true,
sortable: true,
},
{
prop: 'openPrice',
label: '运单开单价格',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
isColumnMerge: true,
sortable: true,
},
// {
// prop: 'openPrice',
// label: '运单开单价格',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// isColumnMerge: true,
// sortable: true,
// },
{
prop: 'weight',
label: '重量(KG)',

4
src/views/distribution/artery/TripartiteTransfer.vue

@ -166,9 +166,9 @@
</el-button>
<!-- 取消配载 -->
<!-- <el-button type="primary" icon="CircleClose" @click="handleCancelCarsLoad">
<el-button type="primary" icon="CircleClose" @click="handleCancelCarsLoad">
取消配载
</el-button> -->
</el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">

34
src/views/distribution/artery/truckLoadingDetails.vue

@ -193,24 +193,22 @@
</tablecmt>
<!-- 分页模块 -->
<el-row class="el-fy">
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div>
<!-- 分页模块 -->
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.pageNum"
:page-sizes="[30, 50, 80, 120, 500]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
>
</el-pagination>
</div>
</el-row>
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div>
<!-- 分页模块 -->
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.pageNum"
:page-sizes="[30, 50, 80, 120, 500]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
>
</el-pagination>
</div>
</div>
</basic-container>

Loading…
Cancel
Save