From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/pages/EquipmentSetShippmentReceived1.page | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/pages/EquipmentSetShippmentReceived1.page b/force-app/main/default/pages/EquipmentSetShippmentReceived1.page
index a0ae89d..08f5d83 100644
--- a/force-app/main/default/pages/EquipmentSetShippmentReceived1.page
+++ b/force-app/main/default/pages/EquipmentSetShippmentReceived1.page
@@ -165,7 +165,7 @@
<div id="myModal" class="modal">
<!-- Modal content -->
- <div class="modal-content" >
+ <div class="modal-content">
<span class="close" onclick="stopScan()">×</span>
<p>鎵弿涓�</p>
<p>Code:<input type="text" id="qrcode"/></p>
@@ -317,9 +317,6 @@
window.location.href="sfqr://scan";
} else {
j$(".modal").show();
- //add by rentx 20210927 start 154PB-7 鎵弿鐨勫璇濇鏄剧ず闈犲彸 涓嶈鎸′綇鏁版嵁灞曠ず
- j$(".modal-content").css("margin-left","350px");
- //add by rentx 20210927 end 154PB-7 鎵弿鐨勫璇濇鏄剧ず闈犲彸 涓嶈鎸′綇鏁版嵁灞曠ず
Instascan.Camera.getCameras().then(function (cameras) {
if (cameras.length > 0) {
if (ver >= 13) {
--
Gitblit v1.9.1