|
@@ -115,7 +115,7 @@
|
|
|
</div>
|
|
|
</a-card>
|
|
|
|
|
|
- <!-- 展示 子表 采购 -->
|
|
|
+ <!--采购 :pagination="false"-->
|
|
|
<a-card :bordered="true" style="margin:10px 0;">
|
|
|
<div style="marginTop:30px;">
|
|
|
<h6 class="table-title">采购</h6>
|
|
@@ -125,8 +125,7 @@
|
|
|
:loading="loading"
|
|
|
:columns="CaiGouColumns"
|
|
|
:data-source="CaiGouData"
|
|
|
- :pagination="false"
|
|
|
- :scroll="{ x: 1500 }"
|
|
|
+ :scroll="{ x: 1500, y: 300 }"
|
|
|
>
|
|
|
<!-- 物料编码 -->
|
|
|
<span slot="cinvCode" slot-scope="text">
|
|
@@ -135,7 +134,7 @@
|
|
|
</a-table>
|
|
|
</div>
|
|
|
|
|
|
- <!-- 委外 -->
|
|
|
+ <!-- 委外 :pagination="false" -->
|
|
|
<div style="margin:60px 0;">
|
|
|
<h6 class="table-title">委外</h6>
|
|
|
<a-table
|
|
@@ -144,8 +143,7 @@
|
|
|
:loading="loading"
|
|
|
:columns="weiwaiColumns"
|
|
|
:data-source="weiwaiData"
|
|
|
- :pagination="false"
|
|
|
- :scroll="{ x: 1500 }"
|
|
|
+ :scroll="{ x: 1500, y: 300 }"
|
|
|
>
|
|
|
<!-- 物料编码 弹框-->
|
|
|
<span slot="cinvCode" slot-scope="text">
|
|
@@ -275,13 +273,13 @@ export default {
|
|
|
{ title: '供应商', width: 240, dataIndex: 'cvenName', align: 'left', className: 'replacecolor' },
|
|
|
{ title: '单价(本币)', width: 140, dataIndex: 'inatUnitPrice', className: 'replacecolor' },
|
|
|
{ title: '物料名称', width: 260, dataIndex: 'cinvName', align: 'left', className: 'replacecolor' },
|
|
|
- { title: '计划数量(LRP)', width: 160, dataIndex: 'iquantityLrp', className: 'replacecolor' },
|
|
|
- { title: '订单数量', width: 180, dataIndex: 'iquantity', className: 'replacecolor' },
|
|
|
- { title: '累计入库数量', width: 140, dataIndex: 'ireceivedQTY', className: 'replacecolor' },
|
|
|
- { title: '累计开票数量', width: 140, dataIndex: 'iinvQTY', className: 'replacecolor' },
|
|
|
- { title: '累计开票金额', width: 140, dataIndex: 'iinvMoney', className: 'replacecolor' },
|
|
|
+ { title: '计划数量(LRP)', width: 120, dataIndex: 'iquantityLrp', className: 'replacecolor' },
|
|
|
+ { title: '订单数量', width: 120, dataIndex: 'iquantity', className: 'replacecolor' },
|
|
|
+ { title: '累计入库数量', width: 120, dataIndex: 'ireceivedQTY', className: 'replacecolor' },
|
|
|
+ { title: '累计开票数量', width: 120, dataIndex: 'iinvQTY', className: 'replacecolor' },
|
|
|
+ { title: '累计开票金额', width: 120, dataIndex: 'iinvMoney', className: 'replacecolor' },
|
|
|
{ title: '下游订单', width: 160, dataIndex: 'csocode', className: 'replacecolor' },
|
|
|
- { title: '使用数量', width: 140, dataIndex: 'useQTY', className: 'replacecolor' },
|
|
|
+ { title: '使用数量', width: 120, dataIndex: 'useQTY', className: 'replacecolor' },
|
|
|
{ title: '余料', width: 100, dataIndex: 'surplusQty', fixed: 'right', className: 'replacecolor' }
|
|
|
],
|
|
|
CaiGouData: [],
|
|
@@ -290,7 +288,7 @@ export default {
|
|
|
weiwaiColumns: [
|
|
|
{
|
|
|
title: '委外订单号',
|
|
|
- width: 140,
|
|
|
+ width: 220,
|
|
|
dataIndex: 'ccode',
|
|
|
fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
@@ -310,20 +308,20 @@ export default {
|
|
|
{ title: '门幅', width: 120, dataIndex: 'cfree4', className: 'replacecolor' },
|
|
|
{ title: '单价(本币)', width: 140, dataIndex: 'inatUnitPrice', className: 'replacecolor' },
|
|
|
{ title: '单价(原币)', width: 140, dataIndex: 'iunitPrice', className: 'replacecolor' },
|
|
|
- { title: '计划数量(LRP)', width: 160, dataIndex: 'iquantityLrp', className: 'replacecolor' },
|
|
|
- { title: '订单数量', width: 160, dataIndex: 'iquantity', className: 'replacecolor' },
|
|
|
- { title: '累计入库数量', width: 140, dataIndex: 'ireceivedQTY', className: 'replacecolor' },
|
|
|
- { title: '累计开票数量', width: 140, dataIndex: 'iinvQTY', className: 'replacecolor' },
|
|
|
- { title: '累计开票金额', width: 140, dataIndex: 'iinvMoney', className: 'replacecolor' },
|
|
|
- { title: '下游订单', width: 160, dataIndex: 'csocode', className: 'replacecolor' },
|
|
|
- { title: '使用数量', width: 140, dataIndex: 'imaterialSendQty', className: 'replacecolor' },
|
|
|
+ { title: '计划数量(LRP)', width: 120, dataIndex: 'iquantityLrp', className: 'replacecolor' },
|
|
|
+ { title: '订单数量', width: 120, dataIndex: 'iquantity', className: 'replacecolor' },
|
|
|
+ { title: '累计入库数量', width: 120, dataIndex: 'ireceivedQTY', className: 'replacecolor' },
|
|
|
+ { title: '累计开票数量', width: 120, dataIndex: 'iinvQTY', className: 'replacecolor' },
|
|
|
+ { title: '累计开票金额', width: 120, dataIndex: 'iinvMoney', className: 'replacecolor' },
|
|
|
+ { title: '下游订单', width: 180, dataIndex: 'csocode', className: 'replacecolor' },
|
|
|
+ { title: '使用数量', width: 120, dataIndex: 'imaterialSendQty', className: 'replacecolor' },
|
|
|
|
|
|
{ title: '余下库存(余料)', width: 140, dataIndex: 'surplusQty', className: 'replacecolor' },
|
|
|
{ title: '子件编号', width: 140, dataIndex: 'cinvCodeZi', className: 'replacecolor' },
|
|
|
- { title: '子件名称', width: 320, dataIndex: 'cinvNameZi', align: 'left', className: 'replacecolor' },
|
|
|
- { title: '子件应领数量', width: 140, dataIndex: 'iquantityZi', className: 'replacecolor' },
|
|
|
- { title: '子件已领数量', width: 140, dataIndex: 'isendQTY', className: 'replacecolor' },
|
|
|
- { title: '子件总成本', width: 140, dataIndex: 'costZi', className: 'replacecolor' },
|
|
|
+ { title: '子件名称', width: 380, dataIndex: 'cinvNameZi', align: 'left', className: 'replacecolor' },
|
|
|
+ { title: '子件应领数量', width: 120, dataIndex: 'iquantityZi', className: 'replacecolor' },
|
|
|
+ { title: '子件已领数量', width: 120, dataIndex: 'isendQTY', className: 'replacecolor' },
|
|
|
+ { title: '子件总成本', width: 120, dataIndex: 'costZi', className: 'replacecolor' },
|
|
|
{ title: '采购订单号', width: 160, dataIndex: 'purchaseCode', fixed: 'right', className: 'replacecolor' }
|
|
|
],
|
|
|
weiwaiData: [],
|