ysy 1 жил өмнө
parent
commit
fa0ddfb481

+ 1 - 1
src/views/material/BOMmanage/components/routing.vue

@@ -156,7 +156,7 @@
       },
 
       handleDel(row) {
-        console.log(row, this.tableData);
+
         workingProcedureUpdate({
           id: this.tableData.id,
           categoryId: this.taskParam.categoryId,

+ 1 - 1
src/views/material/BOMmanage/components/routingDialog.vue

@@ -272,7 +272,7 @@
             for (let i = 0; i < data.length; i++) {
               let isHas = false;
               for (let j = 0; j < this.tableData.taskParam.length; j++) {
-                if (data[i].name == this.tableData.taskParam[j].name) {
+                if (data[i].sourceTaskId == this.tableData.taskParam[j].sourceTaskId) {
                   isHas = true;
                   break;
                 }

+ 1 - 1
src/views/material/BOMmanage/components/workmanship.vue

@@ -440,7 +440,7 @@
         this.$refs.table.reload({ where });
       },
       chooseProcess(data) {
-        console.log('重新加载------------');
+
         // let _arr = [...data, ...this.$refs.table.getData()];
         // this.$refs.table.setData([...data, ...this.$refs.table.getData()]);
         // this.$emit('chooseProcess', _arr);