|
|
|
@ -144,6 +144,7 @@
|
|
|
|
|
<el-input v-model="scope.row.qty" @change="handleQtyChange(scope.row, $event)"></el-input>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="反冲标识" align="center" prop="userDefined3" />
|
|
|
|
|
<el-table-column label="包装线" align="center" prop="stationNo" width="180">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-select v-model="scope.row.productionLineCode" placeholder="请选择包装线" @change="change1(scope.row)" clearable
|
|
|
|
|