Kaynağa Gözat

打印领料单

zjy 3 yıl önce
ebeveyn
işleme
55efb0965b

+ 1 - 1
src/views/component/fenzhuangweizhi.vue

@@ -515,7 +515,7 @@ p {
     top: 0px;
     left: 0px;
     background: white;
-    z-index: 99999999!important;
+    z-index: 2147483647!important;
   }
   .top-content {
     width: 100%;

+ 1 - 1
src/views/component/weiZhiChangGui.vue

@@ -512,7 +512,7 @@ p {
     top: 0px;
     left: 0px;
     background: white;
-    z-index: 100025  !important;
+    z-index: 2147483647  !important;
   }
   .top-content {
     width: 100%;

+ 1 - 1
src/views/component/wuliaoPosition.vue

@@ -515,7 +515,7 @@ p {
     top: 0px;
     left: 0px;
     background: white;
-    z-index: 99999999!important;
+    z-index: 2147483647!important;
   }
   .top-content {
     width: 100%;

+ 1 - 1
src/views/system/jbdScan/goods/lingliaodan.vue

@@ -236,7 +236,7 @@ export default {
                 data["name1"] = name1;
               });
             }
-            let s2 = `select a.NAME_,DATE_FORMAT(b.CREATE_TIME_,'%Y年%m月%d日') AS CREATE_TIME_ FROM ibps_party_employee  as a join ibps_bpm_oper_log as b on a.ID_ = b.CREATE_BY_ where b.PROC_INST_ID_ = ( SELECT  PROC_INST_ID_  FROM ibps_bpm_bus_rel WHERE BUSINESSKEY_ = '${item.id_}') AND b.NODE_ID_ = 'Activity_0dbdxg7' ORDER BY b.CREATE_TIME_ DESC LIMIT 1`
+            let s2 = `select a.NAME_,DATE_FORMAT(b.CREATE_TIME_,'%Y年%m月%d日') AS CREATE_TIME_ FROM ibps_party_employee  as a join ibps_bpm_oper_log as b on a.ID_ = b.CREATE_BY_ where b.PROC_INST_ID_ = ( SELECT  PROC_INST_ID_  FROM ibps_bpm_bus_rel WHERE BUSINESSKEY_ = '${item.id_}') AND b.NODE_ID_ = 'Activity_0t9dfi3' ORDER BY b.CREATE_TIME_ DESC LIMIT 1`
             repostCurd("sql", s2).then((res) => {
               name2 = res.variables.data[0].NAME_;
               time2 = res.variables.data[0].CREATE_TIME_;