调整批次和序列号选择框的显示位置
This commit is contained in:
@@ -6,9 +6,8 @@
|
||||
@ok="handleSubmit"
|
||||
@cancel="close"
|
||||
cancelText="关闭"
|
||||
style="top:5%;height: 90%;overflow-y: hidden"
|
||||
wrapClassName="ant-modal-cust-warp"
|
||||
>
|
||||
style="top:12%;height: 90%;overflow-y: hidden"
|
||||
wrapClassName="ant-modal-cust-warp">
|
||||
<a-row :gutter="10" style="padding: 10px; margin: -10px">
|
||||
<a-col :md="24" :sm="24">
|
||||
<!-- 查询区域 -->
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@ok="handleSubmit"
|
||||
@cancel="close"
|
||||
cancelText="关闭"
|
||||
style="top:5%;height: 90%;overflow-y: hidden"
|
||||
style="top:12%;height: 90%;overflow-y: hidden"
|
||||
wrapClassName="ant-modal-cust-warp">
|
||||
<a-row :gutter="24">
|
||||
<a-col :md="24" :sm="24">
|
||||
@@ -192,6 +192,7 @@
|
||||
if(!this.queryParam.multiName) {
|
||||
return
|
||||
}
|
||||
this.queryParam.multiName = this.queryParam.multiName.replaceAll(',',',')
|
||||
let nameArr = this.queryParam.multiName.split(',')
|
||||
for (let i = 0; i < nameArr.length; i++) {
|
||||
let checkObj = {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@ok="handleSubmit"
|
||||
@cancel="close"
|
||||
cancelText="关闭"
|
||||
style="top:5%;height: 90%;overflow-y: hidden"
|
||||
style="top:12%;height: 90%;overflow-y: hidden"
|
||||
wrapClassName="ant-modal-cust-warp">
|
||||
<a-row :gutter="10" style="padding: 10px; margin: -10px">
|
||||
<a-col :md="16" :sm="24">
|
||||
|
||||
Reference in New Issue
Block a user