Commit e4e65cc2 by 潘际乾

复核标注高度、开立兑付方式

parent c6ede4f6
...@@ -258,7 +258,7 @@ export default { ...@@ -258,7 +258,7 @@ export default {
position: relative; position: relative;
} }
.search-wrapper >>> .el-input { .search-wrapper >>> .el-input {
/* z-index: 2001; */ z-index: 101;
} }
.search-wrapper >>> .el-input .el-input__inner { .search-wrapper >>> .el-input .el-input__inner {
height: 30px; height: 30px;
...@@ -273,7 +273,7 @@ export default { ...@@ -273,7 +273,7 @@ export default {
border: 2px solid #4e71f2; border: 2px solid #4e71f2;
box-shadow: none; box-shadow: none;
font-family: "Microsoft YaHei", Arial, sans-serif; font-family: "Microsoft YaHei", Arial, sans-serif;
z-index: 2000; z-index: 100;
background: #fff; background: #fff;
} }
.search-sug ul { .search-sug ul {
......
...@@ -191,7 +191,13 @@ export default { ...@@ -191,7 +191,13 @@ export default {
defaultRules: Default, defaultRules: Default,
pattern: Pattern, pattern: Pattern,
rules: null, rules: null,
codes: { ...CodeTable }, codes: {
...CodeTable,
avbby0: [
{ label: "即期付款", value: "P" },
{ label: "远期付款", value: "D" },
],
},
}; };
}, },
methods: {}, methods: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment