生产领料完成

This commit is contained in:
qianhao.xu
2023-11-24 17:17:15 +08:00
parent 2dca66e5da
commit 49c1f98939
3 changed files with 98 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
<th>预计排产开始时间</th>
<th>预计排产结束时间</th>
<th>预计工时</th>
<th>零件号</th>
<th>产品名称</th>
<th>油漆缸号</th>
<th>规格</th>
@@ -72,6 +73,7 @@
<td>{{ item.arrangeStarttime }}</td>
<td>{{ item.arrangeEndtime }}</td>
<td>{{ item.productionTime }}</td>
<td>{{ item.partnumber }}</td>
<td>{{ item.productionName }}</td>
<td>{{ item.paintCylinderNumber }}</td>
<td>{{ item.specification }}</td>
@@ -120,6 +122,7 @@
<vxe-column field="arrangeStarttime" title="预计排产开始时间" width="120"></vxe-column>
<vxe-column field="arrangeEndtime" title="预计排产开始时间" width="120"></vxe-column>
<vxe-column field="productionTime" title="预计工时" width="120"></vxe-column>
<vxe-column field="partnumber" title="零件号" width="120"></vxe-column>
<vxe-column field="productionName" title="产品名称" width="120"></vxe-column>
<vxe-column field="paintCylinderNumber" title="油漆缸号" width="120"></vxe-column>
<vxe-column field="specification" title="规格" width="120"></vxe-column>