Browse Source

2025-04-24

master
fengyuan_yang 9 months ago
parent
commit
6168640b1e
  1. 2
      src/views/modules/part/bomManagement.vue
  2. 2
      src/views/modules/project/projectInfo/com_project_info_part.vue

2
src/views/modules/part/bomManagement.vue

@ -79,7 +79,7 @@
label="操作">
<template slot-scope="scope">
<el-link style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link>
<el-link style="cursor: pointer" @click="checkOutToRouting(scope.row.partNo)">切换Routing</el-link>
<el-link style="cursor: pointer" @click="checkOutToRouting(scope.row.plmPartNo)">切换Routing</el-link>
</template>
</el-table-column>
</el-table>

2
src/views/modules/project/projectInfo/com_project_info_part.vue

@ -2467,7 +2467,7 @@ import {
//
deletePart () {
if(this.partSelections2 == null || this.partSelections2.length === 0){
if(this.partSelections2 == null || this.partSelections2.length === 0) {
this.$message.warning('请选择已选物料!')
return
}

Loading…
Cancel
Save