代码更新

This commit is contained in:
ldj_willow
2022-10-25 11:12:58 +08:00
parent 9c85d44c44
commit 495e97cbae
5 changed files with 91 additions and 49 deletions

View File

@@ -207,28 +207,28 @@
<el-table-column v-if="false" prop="workorder_id" label="分切计划标识" />
<el-table-column prop="status" label="状态" :formatter="formatStatusName"/>
<el-table-column prop="order_type" label="订单类型" :formatter="formatTypeName"/>
<el-table-column prop="mfg_order_name" label="订单号" show-overflow-tooltip/>
<el-table-column prop="container_name" label="子卷号" />
<el-table-column prop="parent_container_name" label="母卷号" />
<el-table-column prop="mfg_order_name" label="订单号" min-width="140" show-overflow-tooltip/>
<el-table-column prop="container_name" label="子卷号" min-width="140" show-overflow-tooltip/>
<el-table-column prop="parent_container_name" label="母卷号" min-width="120" show-overflow-tooltip/>
<el-table-column prop="ware_house" label="来源位置" :formatter="formatHouseName" width="120px" />
<el-table-column prop="restruct_container_name" label="改制来源子卷号" width="120px"/>
<el-table-column prop="package_box_sn" label="改制来源子卷木箱号" width="150px" />
<el-table-column prop="resource_name" label="机台编码" />
<el-table-column prop="product_name" label="产品编码" />
<el-table-column prop="resource_name" label="机台编码" min-width="110" show-overflow-tooltip/>
<el-table-column prop="product_name" label="产品编码" min-width="130" show-overflow-tooltip/>
<el-table-column prop="product_area" label="生产区域" />
<el-table-column prop="split_group" label="分切组" />
<el-table-column prop="manufacture_sort" label="生产顺序" />
<el-table-column prop="manufacture_date" label="生产日期" width="120px" />
<el-table-column prop="split_breadth" label="子卷幅宽" />
<el-table-column prop="split_height" label="子卷理论长度" width="120px" />
<el-table-column prop="split_weight" label="子卷理论重量" width="120px" />
<el-table-column prop="split_breadth" label="子卷幅宽" :formatter="crud.formatNum3"/>
<el-table-column prop="split_height" label="子卷理论长度" width="100px" :formatter="crud.formatNum3"/>
<el-table-column prop="split_weight" label="子卷理论重量" width="100px" :formatter="crud.formatNum3"/>
<el-table-column prop="paper_tube_or_frp" label="管件类型" :formatter="formatTubeName" />
<el-table-column prop="paper_tube_material" label="纸筒物料编码" width="120px" />
<el-table-column prop="paper_tube_material" label="纸筒物料编码" min-width="140" show-overflow-tooltip />
<el-table-column prop="paper_tube_description" label="纸筒物料描述" width="120px" />
<el-table-column prop="paper_tube_model" label="纸筒规格" />
<el-table-column prop="frp_material" label="FRP管物料编码" width="120px" />
<el-table-column prop="frp_description" label="FRP管物料描述" width="120px" />
<el-table-column prop="frp_model" label="FRP管规格" width="100px" />
<el-table-column prop="paper_tube_model" label="纸筒规格" min-width="140" show-overflow-tooltip/>
<el-table-column prop="frp_material" label="FRP管物料编码" min-width="140" show-overflow-tooltip/>
<el-table-column prop="frp_description" label="FRP管物料描述" min-width="140" show-overflow-tooltip />
<el-table-column prop="frp_model" label="FRP管规格" min-width="140" show-overflow-tooltip />
<el-table-column prop="is_parent_ok" label="母卷上料完成" width="100px" :formatter="formatParentName" />
<el-table-column prop="is_child_tz_ok" label="子卷套轴完成" width="100px" :formatter="formatChildName" />
<el-table-column prop="is_child_ps_ok" label="子卷配送完成" width="100px" :formatter="formatChildPsName" />