This commit is contained in:
2024-11-25 18:41:39 +08:00
parent a80c644265
commit 04e3ed7462
4 changed files with 16 additions and 2 deletions

View File

@@ -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()