Commit 93c21564 authored by chenzj's avatar chenzj

物料申请手动新增bug修复

parent 8239710b
......@@ -97,6 +97,15 @@
v-if="columns[0].visible"
>
</el-table-column>
<el-table-column
label="sap物料编码"
width="120"
align="center"
key="sapItemCode"
prop="sapItemCode"
v-if="columns[0].visible"
>
</el-table-column>
<el-table-column
label="物料名称"
min-width="120"
......@@ -145,15 +154,6 @@
v-if="columns[5].visible"
width="120"
/>
<el-table-column
label="备注"
align="center"
key="remark"
prop="remark"
v-if="columns[7].visible"
:show-overflow-tooltip="true"
width="160"
/>
<el-table-column
label="创建时间"
align="center"
......
......@@ -64,12 +64,8 @@
<el-table-column label="工单编码" width="180" prop="workorderCode" >
</el-table-column>
<el-table-column label="工单名称" width="200" align="center" prop="workorderName" :show-overflow-tooltip="true"/>
<el-table-column label="工单来源" align="center" prop="orderSource" >
<template slot-scope="scope">
<dict-tag :options="dict.type.mes_workorder_sourcetype" :value="scope.row.orderSource"/>
</template>
</el-table-column>
<el-table-column label="订单编号" width="140" align="center" prop="sourceCode" />
<el-table-column label="编排单号" width="140" align="center" prop="arrangeCode" />
<el-table-column label="产品编号" width="120" align="center" prop="productCode" />
<el-table-column label="产品名称" width="200" align="center" prop="productName" :show-overflow-tooltip="true"/>
<el-table-column label="规格型号" align="center" prop="productSpc" :show-overflow-tooltip="true"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment