Explorar o código

bug修复提交

LAPTOP-16IUEB3P\Lenovo %!s(int64=2) %!d(string=hai) anos
pai
achega
0e5800be62

+ 2 - 1
src/components/WorkshopDailog/workshop-dailog.vue

@@ -1,7 +1,8 @@
 <template>
+	<!-- title="添加工单-选择设备" -->
   <ele-modal
     :visible.sync="visible"
-    title="添加工单-选择设备"
+    title="选择干燥区域"
     width="65vw"
     append-to-body
   >

+ 1 - 1
src/views/produceOrder/components/catogaryDialog.vue

@@ -1,7 +1,7 @@
 <template>
   <ele-modal
     :visible.sync="visible"
-    title="创建工单"
+    :title="categoryLevelId==5?'选择模具':'选择舟皿'"
     width="65vw"
     append-to-body
   >

+ 1 - 1
src/views/produceOrder/components/materialDialog.vue

@@ -1,7 +1,7 @@
 <template>
   <ele-modal
     :visible.sync="visible"
-    title="创建工单"
+    title="选择原料"
     width="65vw"
     append-to-body
   >

+ 1 - 1
src/views/produceOrder/components/produceOrder-search.vue

@@ -137,7 +137,7 @@
         productName: '',
         brandNo: '',
         model: '',
-        planType: '',
+        planType: null,
         createTime: []
       };
       return {

+ 1 - 1
src/views/produceOrder/components/report/Drying.vue

@@ -361,7 +361,7 @@
               fun({
                 checkState: 1,
                 workReport: this.workReport,
-                workReportDeviceList: [this.workReportDeviceList],
+                workReportDeviceList: this.workReportDeviceList?[this.workReportDeviceList]:[],
                 workReportCategoryList: [this.categoryMsg]
               }).then((res) => {
                 // this.$message.success('报工成功!');

+ 4 - 0
src/views/produceOrder/report.vue

@@ -254,6 +254,10 @@
         const res1 = await getTaskListById(this.infoData.produceVersionId);
 
         this.tabList = res1;
+		this.tabList.push({
+			name: "入库",
+			code: "999999"
+		})
         this.activeName = '0';
       }
     }