yusheng hace 1 año
padre
commit
79194fdeac

+ 4 - 4
src/views/inspectionStatistics/qualityControlWorkOrder/components/search.vue

@@ -41,7 +41,7 @@
         </el-form-item>
       </el-col>
 
-      <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
+      <!-- <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
         <el-form-item label="组织机构:">
           <auth-selection
             data-type="Array"
@@ -49,7 +49,7 @@
             style="width: 100%"
           ></auth-selection>
         </el-form-item>
-      </el-col>
+      </el-col> -->
       <el-col
         v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }"
         style="width: 300px"
@@ -58,7 +58,7 @@
           <el-date-picker
             v-model="where.createTime"
             style="width: 240px"
-            value-format="yyyy-MM-dd HH:mm:ss"
+            value-format="yyyy-MM-dd"
             type="daterange"
             range-separator="-"
             start-placeholder="开始日期"
@@ -96,7 +96,7 @@ export default {
       productName: '',
       productCode: '',
       specification: '',
-      deptIds: [],
+      // deptIds: [],
       createTime: []
     };
     return {

+ 1 - 3
src/views/inspectionStatistics/qualityControlWorkOrder/index.vue

@@ -551,9 +551,7 @@ export default {
           getImageUrl(this.currentRow.picture.storePath)
         )
       });
-      this.text =
-        window.location.origin +
-        '/qms/fromQRCode/designDrawing.html' +
+      this.text ='https://37xu1hy03623.vicp.fun/qms/fromQRCode/designDrawing.html' +
         '?' +
         paramsStr;
     },