Browse Source

2025-09-23

生产订单BOM Routing sop的接口调试
master
fengyuan_yang 4 months ago
parent
commit
f753515ecf
  1. 2
      src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

2
src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

@ -2435,7 +2435,7 @@
// //
editBatchModel() { editBatchModel() {
if (this.currentRow.status !== '草稿') {
if (this.currentRow.status !== '草稿' && this.currentRow.status !== '编辑中') {
this.$message.warning('该类型单据不能编辑!') this.$message.warning('该类型单据不能编辑!')
return return
} }

Loading…
Cancel
Save