|
|
@@ -188,15 +188,16 @@
|
|
|
<header-title title="出库物品清单"></header-title>
|
|
|
<div class="mt10 form-table">
|
|
|
<ele-pro-table
|
|
|
- ref="table"
|
|
|
- :columns="columns"
|
|
|
- :datasource="productList"
|
|
|
- height="200"
|
|
|
- full-height="calc(100vh - 116px)"
|
|
|
- tool-class="ele-toolbar-form"
|
|
|
- @columns-change="handleColumnChange"
|
|
|
- :cache-key="cacheKeyUrl"
|
|
|
- >
|
|
|
+ ref="table"
|
|
|
+ :columns="columns"
|
|
|
+ :datasource="productList"
|
|
|
+ height="300"
|
|
|
+ full-height="calc(100vh - 116px)"
|
|
|
+ tool-class="ele-toolbar-form"
|
|
|
+ @columns-change="handleColumnChange"
|
|
|
+ :cache-key="cacheKeyUrl"
|
|
|
+ :needPage="false"
|
|
|
+ >
|
|
|
<!-- 单价列 -->
|
|
|
<template v-if="isPrice == 1" v-slot:price="{ row }">
|
|
|
{{ row.price ? row.price : ' ' + '元' }}/{{ row.measureUnit }}
|
|
|
@@ -435,7 +436,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- cacheKeyUrl: 'wt-outbound-table',
|
|
|
+ cacheKeyUrl: '202605181721-wt-outbound-table',
|
|
|
newColumns: [], // 动态表头
|
|
|
goodsLists: [], // 商品列表
|
|
|
productList: [], // 产品列表
|