|
|
|
|
@ -71,11 +71,11 @@
|
|
|
|
|
<dict-tag :options="wms_instock_type" :value="scope.row.instockType"/>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="入库方式" align="center" prop="instockMethond">
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
<dict-tag :options="instock_methond" :value="scope.row.instockMethond"/>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!-- <el-table-column label="入库方式" align="center" prop="instockMethond">-->
|
|
|
|
|
<!-- <template #default="scope">-->
|
|
|
|
|
<!-- <dict-tag :options="instock_methond" :value="scope.row.instockMethond"/>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<el-table-column label="订单编号" align="center" prop="orderNo"/>
|
|
|
|
|
<el-table-column label="审核人" align="center" prop="auditBy"/>
|
|
|
|
|
<el-table-column label="审核时间" align="center" prop="auditTime" width="180">
|
|
|
|
|
@ -1292,7 +1292,7 @@ const handleAssociatePurchaseOrder = async () => {
|
|
|
|
|
});
|
|
|
|
|
dialogtable.value = res.data.map(item => ({
|
|
|
|
|
poDId: item.poDId, // 添加采购订单物料主键
|
|
|
|
|
// materialId: item.materialId,
|
|
|
|
|
materialId: item.materialId,
|
|
|
|
|
materialCode: item.materialCode,
|
|
|
|
|
materialName: item.materialName,
|
|
|
|
|
materialSpe: item.materialSpe,
|
|
|
|
|
|