|
|
|
@ -134,7 +134,7 @@
|
|
|
|
|
<el-table-column width="200" label="物料名称" align="center" prop="prodDesc"/>
|
|
|
|
|
<el-table-column width="90" label="订单数量" align="center" prop="quantity"/>
|
|
|
|
|
<el-table-column width="70" label="单位" align="center" prop="unit"/>
|
|
|
|
|
<el-table-column label="任务清单" align="center" prop="workerOrder"/>
|
|
|
|
|
<el-table-column label="任务清单" align="center" prop="workerOrder" width="100"/>
|
|
|
|
|
<el-table-column width="120" label="计划生产日期" align="center" prop="planProDate">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ parseTime(scope.row.planProDate, '{y}-{m}-{d}') }}</span>
|
|
|
|
@ -1249,7 +1249,7 @@ export default {
|
|
|
|
|
_this.loading = false;
|
|
|
|
|
} else if(e == 'close') {
|
|
|
|
|
_this.loading = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|