|
|
@@ -9,7 +9,7 @@
|
|
|
</el-form>
|
|
|
|
|
|
<layout>
|
|
|
- <layout-sider :resize-directions="['right']" :width="220" style="margin-right: 10px;">
|
|
|
+ <layout-sider :resize-directions="['right']" :width="200" style="margin-right: 10px;">
|
|
|
<div class="JKWTree-tree" style="height: 70vh;">
|
|
|
<h3>面料库存</h3>
|
|
|
<el-tree :data="treeData" highlight-current="true" @node-click="handleNodeClick" />
|
|
|
@@ -31,11 +31,11 @@
|
|
|
<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="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="100"/>
|
|
|
<el-table-column align="left" label="裁床领用面料" prop="裁床领用面料" width="130"/>
|
|
|
<el-table-column align="left" label="裁床实际用料" prop="裁床实际用料" width="130"/>
|
|
|
<el-table-column align="left" label="裁床退回仓库面料" prop="裁床退回仓库面料" width="130"/>
|
|
|
@@ -43,6 +43,7 @@
|
|
|
<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="150"/>
|
|
|
+ <el-table-column align="left" label="款式" prop="款式" width="170"/>
|
|
|
<el-table-column align="left" label="日期" prop="日期" width="150"/>
|
|
|
</el-table>
|
|
|
<div class="gva-pagination">
|