修改排产前确认页

master
xiaoning 12 months ago
parent 65ad5fb280
commit e555988ed0

@ -281,7 +281,7 @@ td {
.content { .content {
position: relative; position: relative;
min-height: 100px; min-height: 90px;
} }
vertical-align: top; vertical-align: top;
.top-day { .top-day {

@ -1,9 +1,12 @@
<template> <template>
<div class="mytable"> <div>
<el-row style="width: 100%;text-align: right;margin-bottom: 3px">
<el-button size="small" type="primary" @click="getList" >查询</el-button> <el-button size="small" type="primary" @click="getList" >查询</el-button>
<el-button size="small" type="success" @click="add" >新增</el-button> <el-button size="small" type="success" @click="add" >新增</el-button>
<el-button size="small" type="danger" @click="remove" >删除</el-button> <el-button size="small" type="danger" @click="remove" >删除</el-button>
<el-button size="small" type="success" @click="saveGxcd" >保存</el-button> <el-button size="small" type="success" @click="saveGxcd" >保存</el-button>
</el-row>
<el-row>
<vxe-grid <vxe-grid
id="dhId" id="dhId"
ref="xGridDh" ref="xGridDh"
@ -47,13 +50,14 @@
></vxe-input> ></vxe-input>
</template> </template>
</vxe-grid> </vxe-grid>
</el-row>
</div> </div>
</template> </template>
<script> <script>
import {getDhjhAll, saveDhjh, removeDhjh} from '@/api/jhzx/pc' import {getDhjhAll, saveDhjh, removeDhjh} from '@/api/jhzx/pc'
export default { export default {
name:'GxCD', name:'Dhjh',
props:{ props:{
height:{ height:{
type:Number, type:Number,

@ -1,9 +1,12 @@
<template> <template>
<div class="mytable"> <div class="mytable">
<el-row style="width: 100%;text-align: right;margin-bottom: 3px">
<el-button size="small" type="primary" @click="getList" >查询</el-button> <el-button size="small" type="primary" @click="getList" >查询</el-button>
<el-button size="small" type="success" @click="add" >新增</el-button> <el-button size="small" type="success" @click="add" >新增</el-button>
<el-button size="small" type="danger" @click="remove" >删除</el-button> <el-button size="small" type="danger" @click="remove" >删除</el-button>
<el-button size="small" type="success" @click="saveGxcd" >保存</el-button> <el-button size="small" type="success" @click="saveGxcd" >保存</el-button>
</el-row>
<el-row>
<vxe-grid <vxe-grid
id="gxId" id="gxId"
ref="xGridGx" ref="xGridGx"
@ -29,6 +32,7 @@
show-header-overflow show-header-overflow
> >
</vxe-grid> </vxe-grid>
</el-row>
</div> </div>
</template> </template>

@ -1,9 +1,12 @@
<template> <template>
<div class="mytable"> <div class="mytable">
<el-row style="width: 100%;text-align: right;margin-bottom: 3px">
<el-button size="small" type="primary" @click="getList" >查询</el-button> <el-button size="small" type="primary" @click="getList" >查询</el-button>
<el-button size="small" type="success" @click="add" >新增</el-button> <el-button size="small" type="success" @click="add" >新增</el-button>
<el-button size="small" type="danger" @click="remove" >删除</el-button> <el-button size="small" type="danger" @click="remove" >删除</el-button>
<el-button size="small" type="success" @click="saveSbcn" >保存</el-button> <el-button size="small" type="success" @click="saveSbcn" >保存</el-button>
</el-row>
<el-row>
<vxe-grid <vxe-grid
id="sbcnId" id="sbcnId"
ref="xGridSbcn" ref="xGridSbcn"
@ -29,6 +32,7 @@
show-header-overflow show-header-overflow
> >
</vxe-grid> </vxe-grid>
</el-row>
</div> </div>
</template> </template>

@ -296,7 +296,7 @@
</template> </template>
</vxe-modal> </vxe-modal>
<!-- 弹出层展示待确认项--> <!-- 弹出层展示待确认项-->
<vxe-modal v-model="dialogVisible2" width="80%" :title="title2"> <vxe-modal v-model="dialogVisible2" width="80%" :title="title2" height="100%">
<template #default> <template #default>
<el-row class="query_wrapper"> <el-row class="query_wrapper">
<el-steps :active="active" finish-status="success" align-center> <el-steps :active="active" finish-status="success" align-center>

@ -502,7 +502,7 @@ export default {
} }
}, },
getHeight() { getHeight() {
this.height = window.innerHeight - 180; this.height = window.innerHeight - 230;
}, },
}, },
}; };

@ -683,7 +683,7 @@ export default {
} }
}, },
getHeight() { getHeight() {
this.height = window.innerHeight - 180; this.height = window.innerHeight - 230;
}, },
}, },
}; };

Loading…
Cancel
Save