|
@@ -83,7 +83,7 @@
|
|
|
:rowKey="(record) => record.id"
|
|
|
:columns="columns"
|
|
|
:data="loadData"
|
|
|
- :scroll="{ x: 1300, y: tableHeight }"
|
|
|
+ :scroll="{ x: 1380, y: tableHeight }"
|
|
|
bordered>
|
|
|
<!-- 连锁调出单号 -->
|
|
|
<template slot="allocationLinkageOutNo" slot-scope="text, record">
|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: 70, align: 'center' },
|
|
|
{ title: '创建时间', dataIndex: 'createDate', width: 140, align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '连锁调出单号', scopedSlots: { customRender: 'allocationLinkageOutNo' }, width: 140, align: 'center' },
|
|
|
+ { title: '连锁调出单号', scopedSlots: { customRender: 'allocationLinkageOutNo' }, width: 180, align: 'center' },
|
|
|
{ title: '调往对象', dataIndex: 'putTenantName', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '总款数', dataIndex: 'productTotalCategory', width: 80, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
{ title: '总数量', dataIndex: 'productTotalQty', width: 80, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|