add:订单新增生产数量等字段;
fix:修复相同订单号相同品目相同交期合并订单无订单号时的bug。
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
<el-table-column label="车间" prop="workshop_id" show-overflow-tooltip/>
|
||||
<el-table-column label="物料编号" prop="material_code" show-overflow-tooltip width="130"/>
|
||||
<el-table-column :min-width="flexWidth('material_name', crud.data, '物料名称')" label="物料名称" prop="material_name" show-overflow-tooltip/>
|
||||
<el-table-column :min-width="flexWidth('ask_time', crud.data, '要求到货日期')" label="要求到货日期" prop="askTime"/>
|
||||
<el-table-column label="要求到货日期" prop="askTime" show-overflow-tooltip width="150"/>
|
||||
<el-table-column label="重量" min-width="120" prop="show_qty" show-overflow-tooltip/>
|
||||
<!-- <el-table-column show-overflow-tooltip min-width="120" prop="biz_date" label="安全库存" />-->
|
||||
<!-- <el-table-column label="总重量" align="center" prop="total_qty"/>-->
|
||||
|
||||
Reference in New Issue
Block a user