|
|
@@ -2,9 +2,9 @@
|
|
|
<div>
|
|
|
<el-form>
|
|
|
<el-form-item>
|
|
|
- <el-input v-model="searchInfo" placeholder="搜索订单编号、款号、物料名称、颜色" @keyup.enter="handleSearch()" style="width: 260px;" />
|
|
|
- <el-button type="primary" icon="search" class="search" @click="handleSearch">搜索</el-button>
|
|
|
- <el-button type="primary" icon="Download" @click="exportToExcel" style="margin: 5px;float: right;">导出库存Excel</el-button>
|
|
|
+ <el-input v-model="searchInfo" placeholder="搜索订单编号、款号、物料名称、颜色" @keyup.enter="handleSearch()" style="width: 460px;height: 50px;margin-left: 10px;" />
|
|
|
+ <el-button type="primary" icon="search" class="search"style="height: 50px;font-size: 20px;margin-left: 20px;" @click="handleSearch">搜索</el-button>
|
|
|
+ <el-button type="primary" icon="Download" @click="exportToExcel" style="height: 50px;font-size: 20px;margin-left: 20px;">导出库存Excel</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
|
|
|
@@ -96,17 +96,20 @@
|
|
|
<el-table-column align="left" label="客户编号" prop="客户编号" width="80" />
|
|
|
<el-table-column align="left" label="生产款号" prop="生产款号" width="115" />
|
|
|
<el-table-column align="left" label="款式" prop="款式" width="115" />
|
|
|
+ <el-table-column align="left" label="颜色" prop="颜色" width="115" />
|
|
|
<el-table-column align="left" label="物料名称" prop="物料名称" width="115" />
|
|
|
- <!-- <el-table-column align="left" label="计划用料" prop="计划用料" width="90" /> -->
|
|
|
- <!-- <el-table-column align="left" label="计划门幅" prop="计划门幅" width="90" /> -->
|
|
|
+ <el-table-column align="left" label="计划用料" prop="计划用料" width="90" />
|
|
|
+ <el-table-column align="left" label="计划门幅" prop="计划门幅" width="90" />
|
|
|
<el-table-column align="left" label="定额用料" prop="定额用料" width="90" />
|
|
|
<el-table-column align="left" label="定额门幅" prop="定额门幅" width="90" />
|
|
|
+ <el-table-column align="left" label="实裁数量" prop="实裁数量" width="90" />
|
|
|
<el-table-column align="left" label="入库数量" prop="入库数量" width="90" />
|
|
|
- <el-table-column align="left" label="入库总量" prop="入库总量" width="90" />
|
|
|
- <el-table-column align="left" label="库存数量" prop="面料结余" width="90" />
|
|
|
+ <el-table-column align="left" label="入仓总量" prop="入仓总量" width="90" />
|
|
|
+ <el-table-column align="left" label="面料结余" prop="面料结余" width="90" />
|
|
|
<el-table-column align="left" label="投料单位" prop="投料单位" width="90" />
|
|
|
- <el-table-column align="left" label="入库人员" prop="入库人员" width="90" />
|
|
|
- <el-table-column align="left" label="入库时间" prop="入库时间" width="160" />
|
|
|
+ <el-table-column align="left" label="操作人员" prop="操作人员" width="90" />
|
|
|
+ <el-table-column align="left" label="操作时间" prop="操作时间" width="160" />
|
|
|
+ <el-table-column align="left" label="来料选择" prop="来料部门" width="90" />
|
|
|
<el-table-column align="left" label="备注" prop="备注" width="115" />
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
@@ -127,18 +130,21 @@
|
|
|
<el-table-column align="left" label="客户编号" prop="客户编号" width="80" />
|
|
|
<el-table-column align="left" label="生产款号" prop="生产款号" width="115" />
|
|
|
<el-table-column align="left" label="款式" prop="款式" width="115" />
|
|
|
+ <el-table-column align="left" label="颜色" prop="颜色" width="115" />
|
|
|
<el-table-column align="left" label="物料名称" prop="物料名称" width="115" />
|
|
|
- <!-- <el-table-column align="left" label="计划用料" prop="计划用料" width="90" /> -->
|
|
|
- <!-- <el-table-column align="left" label="计划门幅" prop="计划门幅" width="90" /> -->
|
|
|
+ <el-table-column align="left" label="计划用料" prop="计划用料" width="90" />
|
|
|
+ <el-table-column align="left" label="计划门幅" prop="计划门幅" width="90" />
|
|
|
<el-table-column align="left" label="定额用料" prop="定额用料" width="90" />
|
|
|
<el-table-column align="left" label="定额门幅" prop="定额门幅" width="90" />
|
|
|
+ <el-table-column align="left" label="实裁数量" prop="实裁数量" width="90" />
|
|
|
<el-table-column align="left" label="出库数量" prop="出库数量" width="90" />
|
|
|
- <el-table-column align="left" label="入库总量" prop="入库总量" width="90" />
|
|
|
- <el-table-column align="left" label="库存数量" prop="面料结余" width="90" />
|
|
|
+ <el-table-column align="left" label="领用数量" prop="领用数量" width="90" />
|
|
|
+ <el-table-column align="left" label="入仓总量" prop="入仓总量" width="90" />
|
|
|
+ <el-table-column align="left" label="面料结余" prop="面料结余" width="90" />
|
|
|
<el-table-column align="left" label="投料单位" prop="投料单位" width="90" />
|
|
|
- <el-table-column align="left" label="出库人员" prop="出库人员" width="90" />
|
|
|
- <el-table-column align="left" label="出库时间" prop="出库时间" width="160" />
|
|
|
- <el-table-column align="left" label="领用人员" prop="领用人员" width="90" />
|
|
|
+ <el-table-column align="left" label="操作人员" prop="操作人员" width="90" />
|
|
|
+ <el-table-column align="left" label="操作时间" prop="操作时间" width="160" />
|
|
|
+ <el-table-column align="left" label="部门选择" prop="来料部门" width="90" />
|
|
|
<el-table-column align="left" label="备注" prop="备注" width="115" />
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
@@ -159,16 +165,21 @@
|
|
|
<el-table-column align="left" label="客户编号" prop="客户编号" width="80" />
|
|
|
<el-table-column align="left" label="生产款号" prop="生产款号" width="115" />
|
|
|
<el-table-column align="left" label="款式" prop="款式" width="115" />
|
|
|
+ <el-table-column align="left" label="颜色" prop="颜色" width="115" />
|
|
|
<el-table-column align="left" label="物料名称" prop="物料名称" width="115" />
|
|
|
- <!-- <el-table-column align="left" label="计划用料" prop="计划用料" width="90" /> -->
|
|
|
- <!-- <el-table-column align="left" label="计划门幅" prop="计划门幅" width="90" /> -->
|
|
|
+ <el-table-column align="left" label="计划用料" prop="计划用料" width="90" />
|
|
|
+ <el-table-column align="left" label="计划门幅" prop="计划门幅" width="90" />
|
|
|
<el-table-column align="left" label="定额用料" prop="定额用料" width="90" />
|
|
|
<el-table-column align="left" label="定额门幅" prop="定额门幅" width="90" />
|
|
|
- <el-table-column align="left" label="退还数量" prop="入库数量" width="90" />
|
|
|
- <el-table-column align="left" label="入库总量" prop="入库总量" width="90" />
|
|
|
- <el-table-column align="left" label="库存数量" prop="库存数量" width="90" />
|
|
|
+ <el-table-column align="left" label="实裁数量" prop="实裁数量" width="90" />
|
|
|
+ <el-table-column align="left" label="退还数量" prop="退还数量" width="90" />
|
|
|
+ <el-table-column align="left" label="入仓总量" prop="入仓总量" width="90" />
|
|
|
+ <el-table-column align="left" label="面料结余" prop="面料结余" width="90" />
|
|
|
<el-table-column align="left" label="退还类型" prop="退还类型" width="90" />
|
|
|
<el-table-column align="left" label="投料单位" prop="投料单位" width="90" />
|
|
|
+ <el-table-column align="left" label="操作人员" prop="操作人员" width="90" />
|
|
|
+ <el-table-column align="left" label="操作时间" prop="操作时间" width="160" />
|
|
|
+ <el-table-column align="left" label="部门选择" prop="来料部门" width="90" />
|
|
|
<el-table-column align="left" label="备注" prop="备注" width="160" />
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|