lucw 9 ماه پیش
والد
کامیت
542a1d7eb0
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/views/materialPlan/components/producePlan.vue

+ 3 - 1
src/views/materialPlan/components/producePlan.vue

@@ -948,7 +948,7 @@
         this.$refs.produceOrderRef.open(this.tableData);
       },
       async chooseOrder(list) {
-        console.log(list, 'list222');
+        console.log('所选生产计划列表', list);
         let planIds = [];
         const tableList = this.$refs.table.getData() || [];
         const existingIds = tableList.map((item) => item.id);
@@ -1101,6 +1101,7 @@
         this.$refs.versionRefs.open();
       },
       changeProduct(data) {
+        console.log('data xsid', data, this.xsId);
         let param = {
           planIds: [this.xsId],
           produceRoutingId: data.id
@@ -1246,6 +1247,7 @@
               this.$message.info('请添加生产计划');
               return false;
             }
+
             let _arr2 = [];
 
             _arr2 = _arr.map((m) => {