parent
bc53bde3b5
commit
33a0db5dbd
@ -0,0 +1,261 @@
|
|||||||
|
<template>
|
||||||
|
<el-container style="padding-top: 0px">
|
||||||
|
<el-main>
|
||||||
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
||||||
|
<el-tab-pane label="前方需求计划" name="first">
|
||||||
|
<div class="mytable">
|
||||||
|
<vxe-grid
|
||||||
|
id="id"
|
||||||
|
border
|
||||||
|
ref="xqjhTableRef"
|
||||||
|
resizable
|
||||||
|
keep-source
|
||||||
|
:height="height"
|
||||||
|
:auto-resize="true"
|
||||||
|
:columns="xqjhColumn"
|
||||||
|
:data="xqjhList"
|
||||||
|
:scroll-y="{ enabled: true }"
|
||||||
|
:cell-dblclick="initLj"
|
||||||
|
highlight-hover-row
|
||||||
|
>
|
||||||
|
</vxe-grid>
|
||||||
|
</div>
|
||||||
|
</el-tab-pane>
|
||||||
|
<el-tab-pane label="零件明细" name="second">
|
||||||
|
<div class="mytable">
|
||||||
|
<vxe-grid
|
||||||
|
id="id"
|
||||||
|
border
|
||||||
|
ref="ljTableRef"
|
||||||
|
resizable
|
||||||
|
keep-source
|
||||||
|
:height="height"
|
||||||
|
:auto-resize="true"
|
||||||
|
:columns="ljColumn"
|
||||||
|
:data="ljList"
|
||||||
|
:scroll-y="{ enabled: true }"
|
||||||
|
highlight-hover-row
|
||||||
|
>
|
||||||
|
</vxe-grid>
|
||||||
|
</div>
|
||||||
|
</el-tab-pane>
|
||||||
|
</el-tabs>
|
||||||
|
</el-main>
|
||||||
|
</el-container>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import {getQfxq} from "@/api/jhzx/qfxq";
|
||||||
|
import {getList} from "@/api/jhzxgl/ypp";
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: "Yppfk0",
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
height:'500px',
|
||||||
|
activeName:'first',
|
||||||
|
xqjhColumn:[
|
||||||
|
{type: "seq", width: "50", title: "序号", align: "center", fixed: "left",},
|
||||||
|
{ field: 'dcCh', title: '船只', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcPl', title: '批量', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcFd', title: '分段号', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
],
|
||||||
|
ljColumn:[
|
||||||
|
{type: "seq", width: "50", title: "序号", align: "center", fixed: "left",},
|
||||||
|
{ field: 'dcCh', title: '船只', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcPl', title: '批量', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcFd', title: '分段号', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcTh', title: '图号', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcZl', title: '组立', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcTz', title: '特征', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcYj', title: '依据', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcPb', title: '拼板', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcLph', title: '炉批号', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'dcTpbh', title: '托盘编号', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'jldw1', title: '单价重量计量单位', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'wpmc', title: '物品名称', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'wpgg', title: '规格', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'wpxh', title: '材质', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'qy', title: '区域', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
editRender:{type:'$select',options:[],props:{clearable:true}}
|
||||||
|
},
|
||||||
|
{ field: 'dwh', title: '垛位号', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
editRender:{type:'$select',options:[],props:{clearable:true}}
|
||||||
|
},
|
||||||
|
{ field: 'wpjb', title: '物品级别', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'wpflm', title: '物品分类', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'abclx', title: 'ABC分类', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'gzlx', title: '加工进度', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'ylzd1', title: '配套表类型', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'lcm1', title: '流程码', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'zt', title: '状态', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
{ field: 'tpxx', title: '托盘信息', width: 120,align: "center",
|
||||||
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
||||||
|
filterRender: { name: 'FilterCombination', },
|
||||||
|
},
|
||||||
|
],
|
||||||
|
xqjhList:[],
|
||||||
|
ljList:[],
|
||||||
|
}
|
||||||
|
},
|
||||||
|
created() {
|
||||||
|
window.addEventListener("resize", this.getHeight);
|
||||||
|
this.getHeight();
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
qtjc(){
|
||||||
|
const data=this.$refs.xqjhTableRef.getCheckboxRecords();
|
||||||
|
if (data.length<=0){
|
||||||
|
this.$message.warning("请先选择需要检查的数据")
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
initXqjh(req){
|
||||||
|
getQfxq(req).then(res=>{
|
||||||
|
this.xqjhList=res.data
|
||||||
|
})
|
||||||
|
},
|
||||||
|
initLj({row}){
|
||||||
|
this.activeName='second'
|
||||||
|
getList(row).then(res=>{
|
||||||
|
this.ljList=res.data
|
||||||
|
})
|
||||||
|
},
|
||||||
|
handleClick(){
|
||||||
|
|
||||||
|
},
|
||||||
|
getHeight() {
|
||||||
|
this.height = window.innerHeight - 180;
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped >
|
||||||
|
.el-header {
|
||||||
|
margin: 0;
|
||||||
|
padding: 5px 0;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.el-container {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.el-main {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-col {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-aside {
|
||||||
|
background: #fff;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-container {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-row {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
.el-row:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
.tableStyles {
|
||||||
|
background: #0a76a4;
|
||||||
|
}
|
||||||
|
.my-dropdown {
|
||||||
|
width: 450px;
|
||||||
|
height: 250px;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid #dcdfe6;
|
||||||
|
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
::v-deep .mytable .vxe-input {
|
||||||
|
display: flex !important;
|
||||||
|
}
|
||||||
|
::v-deep .el-form-item {
|
||||||
|
margin-bottom: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .el-input{
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
</style>
|
@ -1,22 +1,205 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-container>
|
<el-container>
|
||||||
<span style="margin-top: 20px;margin-left: 20px">待开发...</span>
|
<el-header style="width: 100%;height: 35px">
|
||||||
|
<el-form ref="requestForm" :model="request" label-width="65px">
|
||||||
|
<el-row>
|
||||||
|
<el-col :span="3">
|
||||||
|
<el-form-item label="船号:">
|
||||||
|
<vxe-pulldown ref="xDown4" transfer >
|
||||||
|
<template #default>
|
||||||
|
<vxe-input
|
||||||
|
v-model="request.dcCh"
|
||||||
|
placeholder="船号"
|
||||||
|
style="height: 28px;
|
||||||
|
line-height: 28px; width: 150px;"
|
||||||
|
suffix-icon="vxe-icon--search"
|
||||||
|
@keyup="keyupEvent4"
|
||||||
|
@focus="focusEvent4"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
<template #dropdown>
|
||||||
|
<div class="my-dropdown mytable " style="width: 250px">
|
||||||
|
<vxe-grid
|
||||||
|
highlight-hover-row
|
||||||
|
height="auto"
|
||||||
|
:data="projectData"
|
||||||
|
:columns="projectColumns"
|
||||||
|
@cell-click="cellClickEvent"
|
||||||
|
show-overflow
|
||||||
|
>
|
||||||
|
<template #wgbsEdit="{ row}">
|
||||||
|
<vxe-checkbox v-model="row.wgbs" checked-value="Y" unchecked-value="N" disabled ></vxe-checkbox>
|
||||||
|
</template>
|
||||||
|
</vxe-grid>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</vxe-pulldown>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="3">
|
||||||
|
<el-form-item label="批量:">
|
||||||
|
<el-input v-model="request.dcPl" type="search" placeholder="批量" ></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="3">
|
||||||
|
<el-form-item label="分段:">
|
||||||
|
<el-input v-model="request.dcFd" type="search" placeholder="分段" ></el-input>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="4">
|
||||||
|
<el-form-item label="在建船只:" label-width="105px">
|
||||||
|
<el-checkbox v-model="request.zjcz" type="search" placeholder="合同号" ></el-checkbox>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="11" style="text-align: right">
|
||||||
|
<el-button type="primary" @click="initList()">查询</el-button>
|
||||||
|
<el-button type="success" @click="qtjc">齐套检查</el-button>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
</el-form>
|
||||||
|
</el-header>
|
||||||
|
<Yppfk0 ref="yppfk0" />
|
||||||
</el-container>
|
</el-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import {getCzplBase} from "@/api/sjzx/jcsj";
|
||||||
|
import YppTq from "@/views/jhzxgl/components/YppTq.vue";
|
||||||
|
import {getBfwz} from "@/api/jhzxgl/ypp";
|
||||||
|
import Yppfk0 from "@/views/jhzxgl/components/YppfkComponent.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "YppFK",
|
name: "Cgjhdh",
|
||||||
|
components: {Yppfk0, YppTq},
|
||||||
data() {
|
data() {
|
||||||
|
return {
|
||||||
|
yppTqShow:false,
|
||||||
|
height: "500px",
|
||||||
|
list:[],
|
||||||
|
projectColumns: [
|
||||||
|
{field: 'cbbm', title: '船号',width: 110},
|
||||||
|
{ field: 'wgbs', title: '完工标识', width: 80,
|
||||||
|
slots:{
|
||||||
|
default: 'wgbsEdit'
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
qyList:[],
|
||||||
|
dwList:[],
|
||||||
|
bfwzList:[],
|
||||||
|
projectData:[],
|
||||||
|
request:{
|
||||||
|
dcCh:'',
|
||||||
|
dcPl:'',
|
||||||
|
dcFd:'',
|
||||||
|
zjcz:true
|
||||||
|
},
|
||||||
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
window.addEventListener("resize", this.getHeight);
|
||||||
|
this.getHeight();
|
||||||
|
this.initProject()
|
||||||
|
this.initBfwz()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
qtjc(){
|
||||||
|
this.$refs.yppfk0.qtjc()
|
||||||
|
},
|
||||||
|
initList(){
|
||||||
|
this.$refs.yppfk0.initXqjh(this.request)
|
||||||
|
},
|
||||||
|
initBfwz(){
|
||||||
|
getBfwz().then(res=>{
|
||||||
|
this.bfwzList=res.data
|
||||||
|
const _qyList=[]
|
||||||
|
const _dwhList=[]
|
||||||
|
const table=this.$refs.tableRef
|
||||||
|
const qyColumn=table.getColumnByField('qy')
|
||||||
|
const dwColumn=table.getColumnByField('dwh')
|
||||||
|
this.bfwzList.forEach(item=>{
|
||||||
|
_qyList.push({label:item.qy,value:item.qy})
|
||||||
|
_dwhList.push({label:item.dwh,value:item.dwh,_parent:item.qy})
|
||||||
|
})
|
||||||
|
qyColumn.editRender.options=_qyList
|
||||||
|
dwColumn.editRender.options=_dwhList
|
||||||
|
this.qyList=_qyList;
|
||||||
|
this.dwList=_dwhList
|
||||||
|
})
|
||||||
|
},
|
||||||
|
initProject(){
|
||||||
|
getCzplBase({}).then(res=>{
|
||||||
|
this.projectData=res.data.cbbm
|
||||||
|
})
|
||||||
|
},
|
||||||
|
cellClickEvent({row}){
|
||||||
|
this.request.dcCh = row.cbbm
|
||||||
|
this.$refs.xDown4.hidePanel()
|
||||||
|
},
|
||||||
|
focusEvent4(){
|
||||||
|
this.$refs.xDown4.showPanel()
|
||||||
|
},
|
||||||
|
keyupEvent4(){
|
||||||
|
if (this.request.dcCh) {
|
||||||
|
this.projectData = this.projectData1.filter(row => row.cbbm.indexOf(this.request.dcCh.toUpperCase()) > -1)
|
||||||
|
} else {
|
||||||
|
this.projectData = this.projectData1.slice(0)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
getHeight() {
|
||||||
|
this.height = window.innerHeight - 160;
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped >
|
<style lang="scss" scoped >
|
||||||
|
.el-header {
|
||||||
|
margin: 0;
|
||||||
|
padding: 5px 0;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.el-container {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.el-main {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-col {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-aside {
|
||||||
|
background: #fff;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-container {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.el-row {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
.el-row:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
.tableStyles {
|
||||||
|
background: #0a76a4;
|
||||||
|
}
|
||||||
|
.my-dropdown {
|
||||||
|
width: 450px;
|
||||||
|
height: 250px;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid #dcdfe6;
|
||||||
|
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
::v-deep .mytable .vxe-input {
|
||||||
|
display: flex !important;
|
||||||
|
}
|
||||||
|
::v-deep .el-form-item {
|
||||||
|
margin-bottom: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .el-input{
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in new issue