Explorar o código

展示入库码

张佳燕 hai 1 ano
pai
achega
a9d92464af
Modificáronse 3 ficheiros con 10 adicións e 1 borrados
  1. BIN=BIN
      back.rar
  2. 1 1
      src/api/area.js
  3. 9 0
      src/views/QRCode/index.vue

BIN=BIN
back.rar


+ 1 - 1
src/api/area.js

@@ -44,7 +44,7 @@ export function deleteDeviceOfArea(areaId, deviceId) {
 // 获取设备列表
 export function platformSnList(data) {
   return request({
-    url: '/admin//third/platform/sn/list',
+    url: '/admin/third/platform/sn/list',
     method: 'post',
     data
   })

+ 9 - 0
src/views/QRCode/index.vue

@@ -138,6 +138,14 @@
             </div>
           </div>
         </el-col>
+        <el-col v-if="placeType == 3" :span="8">
+          <div class="app-container">
+            <div class="title">{{ qrcodeTitle }} - 支付宝入库码</div>
+            <div class="flex-center">
+              <el-image class="qrcode" :src="schoolCode" alt="加载失败" />
+            </div>
+          </div>
+        </el-col>
       </el-row>
     </div>
   </div>
@@ -166,6 +174,7 @@ export default {
       ZFBbuildingCode: "",
       buildingRegularCode: "",
       ZFBbuildingRegularCode: "",
+      schoolCode:"https://tx.hz-hanghui.com:8088/yx-fyzd/file/upload/imagesnew/20230912/417855998988910592.jpg"
     };
   },
   created() {