huangxw 6 ngày trước cách đây
mục cha
commit
8e4d82d093
3 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 7 0
      src/pages.json
  2. 3 0
      src/plant/code/code-query/index.vue
  3. 4 0
      src/plant/models/batch-info.vue

+ 7 - 0
src/pages.json

@@ -725,6 +725,13 @@
                         "navigationBarTitleText": "码生成及管理"
                     }
                 },
+                // 追溯码查询
+                {
+                    "path": "code-query/index",
+                    "style": {
+                        "navigationBarTitleText": "追溯码查询"
+                    }
+                },
                 {
                     "path": "code-detail-list/index",
                     "style": {

+ 3 - 0
src/plant/code/code-query/index.vue

@@ -0,0 +1,3 @@
+<template>
+    <view>xx</view>
+</template>

+ 4 - 0
src/plant/models/batch-info.vue

@@ -53,6 +53,10 @@
             <span class="c-#666">是否符合GAP要求:</span>
             <span class="c-#333">{{ +info?.gapFlag ? '是' : '否' }}</span>
         </view>
+        <view class="d-flex flex-cln j-c a-c pd-30">
+            <image class="w-140 h-140" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/print-codes/code_logo_export.png" mode="widthFix" />
+            <view class="f-s-26 c-#333">点击查看溯源信息</view>
+        </view>
     </view>
 </template>
 <script setup lang="ts">