yhj
2025-09-28 6f8c09563a5bbc72de5f64fdf196455e0cdd070e
jf-pda-browser/unpackage/cache/wgt/H592BB07A/web/lyt/FQCCheckInput2.html
@@ -20,7 +20,7 @@
         .ulcss {
            padding: 5px 5px;
         }
         .ulcss a {
            border: solid 1px #FFFFF;
            background-color: #E6E6FA;
@@ -29,7 +29,7 @@
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
         }
         .close {
            position: absolute;
            top: 0;
@@ -37,7 +37,7 @@
            z-index: 99;
            color: red;
         }
         .search {
            border: 1px solid #e0e0e0;
            border-radius: 5px;
@@ -51,7 +51,7 @@
            margin-bottom: 10px;
            height: 40px;
         }
         .search input {
            margin-bottom: 2px;
            padding: 0px 0px;
@@ -59,22 +59,32 @@
            border-radius: 5px;
            font-size: 1.6rem;
         }
         .mui-input-group .mui-input-row {
            height: 2.2rem;
         }
         .font {
            font-size: 1.6rem;
            color: #000000;
         }
         .mui-input-row label {
            font-size: 1.125rem;
         }
         .mui-input-row input {
            font-size: 1.0625rem;
         }
         .mui-bar-nav {
             display: flex;
             justify-content: space-between;
             align-items: center;
         }
         .mui-title {
             flex: 1;
             text-align: center;
             margin: 0 15px; /* 防止标题挤压两侧按钮 */
         }
         
      </style>
@@ -86,7 +96,7 @@
            FQC项目录入
            <span class="mui-badge mui-badge-primary" style="font-size: 1.6rem; display: none;" id='num'>0</span>
         </h1>
         <span class="mui-icon mui-icon-camera title-right" style="color:#0062CC" id="cameraBtn"></span>
      </header>
      <div class="mui-content" id="contentId">
         <div class="mui-input-group">
@@ -385,6 +395,29 @@
                }
                return(false);
         }
      document.getElementById('cameraBtn').addEventListener('tap', function() {
        var mid = getQueryVariable("order"); // 检验单号
        var pid = getQueryVariable("did");   // 当前项目 ID
        if (!mid || !pid) {
          mui.toast("请先确认检验项目");
          return;
        }
        console.log("打开上传界面, mid=" + mid + ", pid=" + pid);
        mui.openWindow({
          id: 'pictrue_add',
          url: 'ftp/pictrue_add.html?mid=' + mid + '&pid=' + pid + '&type=71',
          waiting: {
            autoShow: true,
            title: '加载中'
          }
        });
      });
      </script>
   </body>
</html>