更新
This commit is contained in:
@@ -315,6 +315,19 @@
|
||||
<div class="kong" v-if="!scope.row.id">-</div>
|
||||
</templete>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column
|
||||
prop="updateBy"
|
||||
label="轧制人员"
|
||||
>
|
||||
<templete slot-scope="scope">
|
||||
<el-input v-if="scope.row.id && scope.row.state!=3" v-model="scope.row.updateBy"
|
||||
placeholder="请输入该批号的轧制人员"
|
||||
></el-input>
|
||||
<el-input v-if="scope.row.id && scope.row.state==3 " placeholder="该批次发生异常" disabled></el-input>
|
||||
<div class="kong" v-if="!scope.row.id">-</div>
|
||||
</templete>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<!-- <el-button @click="dialogVisible = false">取 消</el-button>-->
|
||||
@@ -447,7 +460,7 @@ export default {
|
||||
}
|
||||
|
||||
// 表示这是第一次穷尽
|
||||
if (this.finalFlag == 0) {
|
||||
if (this.finalFlag === 0) {
|
||||
// 检测是否穷尽
|
||||
this.checkFinal()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user