cz 1 yıl önce
ebeveyn
işleme
4a328659fc

+ 1 - 1
src/router/index.js

@@ -59,7 +59,7 @@ export const constantRoutes = [{
   },
   // 二维码详情页面,白名单的页面
   {
-    path: "/jxst/pro/qrDetails",
+    path: "/jxst/pro/qr",
     component: () => import("@/views/JXSK/production/qrDetails/index"),
     hidden: false,
   },

+ 1 - 1
src/views/JXSK/processConfig/handleBtn.vue

@@ -2,7 +2,7 @@
   <div class="handle-btn">
     <div class="icon-box">
       <div class="icon">
-        <i class="iconfont icon-icomx_banli"></i>
+        <i class="iconfont icon-iconm_xitonggl"></i>
       </div>
       <div class="icon-text">工序</div>
     </div>

+ 1 - 1
src/views/JXSK/production/processConfig/handleBtn.vue

@@ -2,7 +2,7 @@
   <div class="handle-btn">
     <div class="icon-box">
       <div class="icon">
-        <i class="iconfont icon-icomx_banli"></i>
+        <i class="iconfont icon-iconm_xitonggl"></i>
       </div>
       <div class="icon-text">工序</div>
     </div>

+ 1 - 0
src/views/JXSK/production/processConfig/vueFlow.vue

@@ -769,6 +769,7 @@ defineExpose({
   #graph-container {
     // width: 100%;
     width: 100%;
+    height: 100%;
     // position: absolute;
     // right: 0;
     // top: 0;

+ 1 - 1
src/views/JXSK/production/task/index.vue

@@ -570,7 +570,7 @@ const handlePrint = (row) => {
     key = key.padStart(3, "0");
     let obj = {
       productSn: code + "-" + key,
-      url: "139.9.102.170:10021/jxst/pro/qr?sn=" + code + "-" + key,
+      url: "139.9.102.170:10020/jxst/pro/qr?sn=" + code + "-" + key,
     };
     arr.push(obj);
   }

+ 1 - 1
src/views/JXSK/production/workOrder/index.vue

@@ -1269,6 +1269,6 @@ const handleSelectRow = (row) => {
 }
 .chart-warp {
   width: 100%;
-  height: calc(100vh - 280px);
+  // height: calc(100vh - 280px);
 }
 </style>

+ 1 - 1
src/views/production/project/technology/index.vue

@@ -473,6 +473,6 @@ const swapItems = (sourceKey, targetKey) => {
 }
 .chart-warp {
   width: 100%;
-  height: calc(100vh - 280px);
+  // height: calc(100vh - 280px);
 }
 </style>