| | |
| | | .ulcss { |
| | | padding: 5px 5px; |
| | | } |
| | | |
| | | |
| | | .ulcss a { |
| | | border: solid 1px #FFFFF; |
| | | background-color: #E6E6FA; |
| | |
| | | border-bottom-left-radius: 20px; |
| | | border-bottom-right-radius: 20px; |
| | | } |
| | | |
| | | |
| | | .close { |
| | | position: absolute; |
| | | top: 0; |
| | |
| | | z-index: 99; |
| | | color: red; |
| | | } |
| | | |
| | | |
| | | .search { |
| | | border: 1px solid #e0e0e0; |
| | | border-radius: 5px; |
| | |
| | | margin-bottom: 10px; |
| | | height: 40px; |
| | | } |
| | | |
| | | |
| | | .search input { |
| | | margin-bottom: 2px; |
| | | padding: 0px 0px; |
| | |
| | | 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> |
| | |
| | | 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"> |
| | |
| | | } |
| | | 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> |