|
|
@@ -230,7 +230,7 @@ width="100%" style="height: 100%;margin: 0%;padding: 0px 10px 0px 10px;" destro
|
|
|
@row-click="detailsclicks" @row-dblclick="Doubleclickdetails"
|
|
|
@selection-change="detailSelectionChange" style="width: 100%;height: 75vh" border
|
|
|
:summary-method="getSummaries" tooltip-effect="dark" :data="Orderdetailsdata" row-key="ID" >
|
|
|
- <el-table-column align="left" label="单据编号" prop="单据编号" width="120" />
|
|
|
+ <el-table-column align="left" label="单据编号" prop="单据编号" width="140" />
|
|
|
<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="120" />
|
|
|
@@ -623,6 +623,7 @@ console.log('查看详情', row.Sys_rq, index);
|
|
|
|
|
|
OrderdetailsdialogFormVisible.value = true
|
|
|
const response = await ApiSubPieceAndReworkList({
|
|
|
+ search: row.单据编号,
|
|
|
Sys_rq: row.Sys_rq,
|
|
|
page: 1,
|
|
|
limit: 50,
|