|
|
|
@ -181,18 +181,18 @@
|
|
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="工单ID" align="center" prop="workorderId" v-if="false"/>
|
|
|
|
|
<el-table-column width="150" label="子工单编号" align="center" prop="workorderCode"/>
|
|
|
|
|
<el-table-column width="130" label="母订单新编码" align="center" prop="pworkorderCodeSap"/>
|
|
|
|
|
<el-table-column width="130" label="母产品编码" align="center" prop="pproductCode" :formatter="productCodeFormate"/>
|
|
|
|
|
<el-table-column width="300" label="母产品名称" align="center" prop="pproductName" :show-overflow-tooltip="true"/>
|
|
|
|
|
<el-table-column width="130" label="子工单编号" align="center" prop="workorderCode"/>
|
|
|
|
|
<el-table-column label="订单id" align="center" prop="orderId" v-if="false"/>
|
|
|
|
|
<el-table-column width="150" label="子订单旧编码" align="center" prop="orderCode"/>
|
|
|
|
|
<el-table-column width="150" label="子订单新编码" align="center" prop="workorderCodeSap"/>
|
|
|
|
|
<el-table-column width="130" label="子订单旧编码" align="center" prop="orderCode"/>
|
|
|
|
|
<el-table-column width="130" label="子订单新编码" align="center" prop="workorderCodeSap"/>
|
|
|
|
|
<el-table-column label="产品ID" align="center" prop="productId" v-if="false"/>
|
|
|
|
|
<el-table-column width="180" label="子产品编码" align="center" prop="productCode"
|
|
|
|
|
<el-table-column width="130" label="子产品编码" align="center" prop="productCode"
|
|
|
|
|
:formatter="productCodeFormate"
|
|
|
|
|
/>
|
|
|
|
|
<el-table-column width="300" label="子产品名称" align="center" prop="productName"/>
|
|
|
|
|
|
|
|
|
|
<el-table-column width="150" label="母订单新编码" align="center" prop="pworkorderCodeSap"/>
|
|
|
|
|
<el-table-column width="300" label="母产品名称" align="center" prop="pproductName"/>
|
|
|
|
|
<el-table-column width="300" label="子产品名称" align="center" prop="productName" :show-overflow-tooltip="true"/>
|
|
|
|
|
<el-table-column label="规格型号" align="center" prop="productSpc" v-if="false"/>
|
|
|
|
|
<el-table-column width="50" label="单位" align="center" prop="unit"/>
|
|
|
|
|
<!--
|
|
|
|
@ -227,7 +227,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!-- <el-table-column label="备注" align="center" prop="remark" />-->
|
|
|
|
|
<el-table-column label="产品类型" align="center" prop="prodType">
|
|
|
|
|
<el-table-column label="产品类型" align="center" prop="prodType" v-if="false">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<dict-tag :options="dict.type.product_type" :value="scope.row.prodType"/>
|
|
|
|
|
</template>
|
|
|
|
|