This commit is contained in:
曹辉 2022-10-14 17:51:36 +08:00
parent 3e424a6be7
commit 352188c83b
5 changed files with 243 additions and 246 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,12 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= webpackConfig.name %></title>
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
<!-- <link href="../src/assets/logo/logo.png"> -->
<title>
<%= webpackConfig.name %>
</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
@ -16,6 +21,7 @@
margin: 0px;
padding: 0px;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
@ -85,7 +91,6 @@
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
@ -112,7 +117,6 @@
}
}
#loader-wrapper .loader-section {
position: fixed;
top: 0;
@ -133,7 +137,6 @@
right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
@ -195,6 +198,7 @@
}
</style>
</head>
<body>
<div id="app">
<div id="loader-wrapper">
@ -205,4 +209,5 @@
</div>
</div>
</body>
</html>

View File

@ -55,11 +55,11 @@
>
</el-date-picker>
</el-form-item>
<el-form-item label="身份证号" prop="cardNumber">
<el-form-item label="件编号" prop="cardNumber">
<el-input
v-model="queryParams.cardNumber"
maxlength="18"
placeholder="请输入身份证号"
placeholder="请输入件编号"
clearable
@keyup.enter.native="handleQuery"
/>
@ -211,7 +211,7 @@
</template>
</el-table-column>
<el-table-column
label="身份证号"
label="件编号"
align="center"
prop="cardNumber"
width="180"
@ -1034,7 +1034,7 @@ export default {
// /^\d{6}(18|19|20)?\d{2}(0[1-9]|1[0-2])(([0-2][1-9])|10|20|30|31)\d{3}(\d|X|x)$/;
// const card = reg.test(value);
// if (!card) {
// callback(new Error(""));
// callback(new Error(""));
// } else {
// callback();
// }

View File

@ -24,14 +24,6 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="项目名称" prop="itemName">
<el-input
v-model="queryParams.itemName"
placeholder="请输入项目名称"
clearable
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item label="批次名称" prop="batchCode">
<el-input
v-model="queryParams.batchName"