|
|
@@ -103,7 +103,7 @@
|
|
|
<!-- 右侧区域 -->
|
|
|
<layout-content >
|
|
|
<!-- <el-main> -->
|
|
|
- <!-- <div class="gva-table-box"> -->
|
|
|
+ <div class="gva-table-box">
|
|
|
<!-- 表格数据 -->
|
|
|
<el-table ref="multipleTable" style="width: 100%;height: 67vh" tooltip-effect="dark"
|
|
|
:row-style="{ height: '20px' }" :header-cell-style="{ padding: '0px' }"
|
|
|
@@ -113,27 +113,26 @@
|
|
|
highlight-current-row="true" @row-dblclick="updateCompanyFunc"
|
|
|
@row-click="tableRowClick" :show-overflow-tooltip="true"
|
|
|
@selection-change="selectionChange">
|
|
|
- <el-table-column align="center" type="selection" width="30"/>
|
|
|
- <el-table-column align="left" label="订单编号" prop="订单编号" width="97"/>
|
|
|
- <el-table-column align="left" label="子订单编号" prop="子订单编号" width="130"/>
|
|
|
- <el-table-column align="left" label="客户编号" prop="客户编号" width="80"/>
|
|
|
- <el-table-column align="left" label="生产款号" prop="生产款号" width="110"/>
|
|
|
- <el-table-column align="left" label="款式" prop="款式" width="90"/>
|
|
|
- <el-table-column align="left" label="颜色备注" prop="颜色备注" width="110"/>
|
|
|
+ <el-table-column align="center" type="selection" width="30"/>
|
|
|
+ <el-table-column align="left" label="订单编号" prop="订单编号" width="97"/>
|
|
|
+ <el-table-column align="left" label="子订单编号" prop="子订单编号" width="130"/>
|
|
|
+ <el-table-column align="left" label="客户编号" prop="客户编号" width="80"/>
|
|
|
+ <el-table-column align="left" label="生产款号" prop="生产款号" width="110"/>
|
|
|
+ <el-table-column align="left" label="款式" prop="款式" width="90"/>
|
|
|
+ <el-table-column align="left" label="颜色备注" prop="颜色备注" width="110"/>
|
|
|
|
|
|
- <!-- 尺码列表 -->
|
|
|
- <template v-for="item in sizeDatas">
|
|
|
- <el-table-column align="center" :label=item :prop=item width="70"/>
|
|
|
- </template>
|
|
|
- <el-table-column align="left" label="报工数量" prop="数量" width="90"/>
|
|
|
- <el-table-column align="left" label="组别" prop="sczl_bh" width="80"/>
|
|
|
- <el-table-column align="left" label="工序名称" prop="工序名称" width="80"/>
|
|
|
- <el-table-column align="left" label="上报时间" prop="上报时间" width="150"/>
|
|
|
- <el-table-column align="left" label="船样" prop="船样" width="50"/>
|
|
|
-
|
|
|
+ <!-- 尺码列表 -->
|
|
|
+ <template v-for="item in sizeDatas">
|
|
|
+ <el-table-column align="center" :label=item :prop=item width="70"/>
|
|
|
+ </template>
|
|
|
+ <el-table-column align="left" label="报工数量" prop="数量" width="90"/>
|
|
|
+ <el-table-column align="left" label="组别" prop="sczl_bh" width="80"/>
|
|
|
+ <el-table-column align="left" label="工序名称" prop="工序名称" width="80"/>
|
|
|
+ <el-table-column align="left" label="上报时间" prop="上报时间" width="150"/>
|
|
|
+ <el-table-column align="left" label="船样" prop="船样" width="50"/>
|
|
|
</el-table>
|
|
|
<div class="gva-pagination">
|
|
|
- <el-pagination
|
|
|
+ <el-pagination
|
|
|
@size-change="handleSizeChange"
|
|
|
@current-change="handleCurrentChange"
|
|
|
:current-page="page"
|
|
|
@@ -143,8 +142,7 @@
|
|
|
:total="total">
|
|
|
</el-pagination>
|
|
|
</div>
|
|
|
- <!-- </div> -->
|
|
|
-
|
|
|
+ </div>
|
|
|
<!-- </el-main> -->
|
|
|
</layout-content>
|
|
|
<el-dialog v-model="add_gddialogFormVisible" :before-close="add_gdcloseDialog"
|