|
|
@@ -22,13 +22,14 @@
|
|
|
@row-click="tableRowClick" :show-overflow-tooltip="true"
|
|
|
@selection-change="handleSelectionChange">
|
|
|
<!-- <el-table-column type="selection" width="80" /> -->
|
|
|
- <el-table-column align="left" label="订单编号" prop="订单编号" width="105" />
|
|
|
- <el-table-column align="left" label="客户编号" prop="客户编号" width="80"/>
|
|
|
- <el-table-column align="left" label="生产款号" prop="生产款号" width="170"/>
|
|
|
- <el-table-column align="left" label="款式" prop="款式" width="170"/>
|
|
|
- <el-table-column align="left" label="接单日期" prop="接单日期" width="160"/>
|
|
|
- <el-table-column align="left" label="创建人员" prop="创建人员" width="160"/>
|
|
|
- <el-table-column align="left" label="创建时间" prop="创建时间" width="160"/>
|
|
|
+ <el-table-column align="left" label="订单编号" prop="订单编号" width="105" />
|
|
|
+ <el-table-column align="left" label="客户编号" prop="客户编号" width="80"/>
|
|
|
+ <el-table-column align="left" label="生产款号" prop="生产款号" width="170"/>
|
|
|
+ <el-table-column align="left" label="款式" prop="款式" width="170"/>
|
|
|
+ <el-table-column align="left" label="订单数量" prop="订单数量" width="110"/>
|
|
|
+ <el-table-column align="left" label="落货日期" prop="落货日期" width="160"/>
|
|
|
+ <el-table-column align="left" label="制单人" prop="创建人员" width="160"/>
|
|
|
+ <el-table-column align="left" label="制单日期" prop="创建时间" width="160"/>
|
|
|
</el-table>
|
|
|
<div class="dialog-footer" style="text-align: left;margin-right: 60px;">
|
|
|
</div>
|
|
|
@@ -123,6 +124,7 @@
|
|
|
<el-dialog v-model="pickingaddvisible" :before-close="()=> pickingaddvisible = false" style="width: 70%; margin: 5% auto; height: 79%;" :title="'出库退还记录'" destroy-on-close>
|
|
|
<div class="dialog-footer" style="bottom: 10px; right: 10px; width: 100%;">
|
|
|
<el-button type="primary" @click="ckth_closeDialog" style="width: 80px;height: 40px;">关 闭</el-button>
|
|
|
+ <h3 style="color: red;display: inline-block;margin-left: 20px;">双击表格行查看出库单明细</h3>
|
|
|
</div>
|
|
|
<br>
|
|
|
<div>
|
|
|
@@ -210,15 +212,27 @@
|
|
|
@selection-change="detailSelectionChange"
|
|
|
style="width: 100%;height: 36vh" border
|
|
|
:summary-method="getSummaries" tooltip-effect="dark" :data="chuku_detailstableData" row-key="ID" >
|
|
|
- <el-table-column align="center" type="selection" width="40"/>
|
|
|
- <el-table-column align="left" sortable label="出库单号" prop="单号" width="140"/>
|
|
|
- <el-table-column align="left" sortable label="订单编号" prop="订单编号" width="140"/>
|
|
|
- <el-table-column align="left" sortable label="物料名称" prop="物料名称" width="140"/>
|
|
|
- <el-table-column align="left" sortable label="客户编号" prop="款号" width="180"/>
|
|
|
- <el-table-column align="left" sortable label="数量" prop="数量" width="105"/>
|
|
|
+ <el-table-column align="center" type="selection" width="40"/>
|
|
|
+ <el-table-column align="left" label="订单编号" prop="订单编号" width="110"/>
|
|
|
+ <el-table-column align="left" label="生产款号" prop="生产款号" width="140"/>
|
|
|
+ <el-table-column align="left" label="物料名称" prop="物料名称" width="140"/>
|
|
|
+ <el-table-column align="left" label="计划用料" prop="计划用料" width="100"/>
|
|
|
+ <el-table-column align="left" label="定额用料" prop="定额用料" width="100"/>
|
|
|
+ <el-table-column align="left" label="计划门幅" prop="计划门幅" width="100"/>
|
|
|
+ <el-table-column align="left" label="定额门幅" prop="定额门幅" width="100"/>
|
|
|
+ <el-table-column align="left" label="裁床实际用料" prop="裁床实际用料" width="110"/>
|
|
|
+ <el-table-column align="left" label="裁床领用面料" prop="裁床领用面料" width="110"/>
|
|
|
+ <el-table-column align="left" label="裁床退还数量" prop="裁床退还数量" width="110"/>
|
|
|
+ <el-table-column align="left" label="库存总量" prop="库存总量" width="100"/>
|
|
|
+ <el-table-column align="left" label="面料结余" prop="面料结余" width="100"/>
|
|
|
+ <el-table-column align="left" label="出库数量" prop="出库数量" width="100"/>
|
|
|
+ <el-table-column align="left" label="投料单位" prop="投料单位" width="90"/>
|
|
|
<!-- <el-table-column align="left" sortable label="入库人" prop="入仓人员" width="160"/> -->
|
|
|
- <el-table-column align="left" sortable label="出库人员" prop="出库人员" width="160"/>
|
|
|
- <el-table-column align="left" sortable label="出库时间" prop="出库时间" width="160"/>
|
|
|
+ <el-table-column align="left" label="领用人员" prop="领用人员" width="120"/>
|
|
|
+ <el-table-column align="left" label="出库人员" prop="出库人员" width="120"/>
|
|
|
+ <el-table-column align="left" label="出库时间" prop="出库时间" width="160"/>
|
|
|
+ <el-table-column align="left" label="款式" prop="款式" width="140"/>
|
|
|
+ <el-table-column align="left" label="客户" prop="客户编号" width="80"/>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
</el-dialog>
|