2024-1-15-1 质量模块-生产过程检验-检验项目查看3

master
A0010407 8 months ago
parent 7ed7e6496e
commit b6991e2c8d

@ -73,7 +73,7 @@
</el-row>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitBomForm" v-if="checkStatus == '0' "> </el-button>
<el-button @click="showFlag=false"> </el-button>
<el-button @click="cancelForm" > </el-button>
</div>
</el-dialog>
<!--测量值弹窗-->
@ -207,6 +207,11 @@ export default {
});
},
//
cancelForm() {
this.showFlag = false;
},
// /YN
handleStatusChange(row) {
let text = row.status === "N" ? "不合格" : "合格";

Loading…
Cancel
Save