修改排产前确认页

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,59 +1,63 @@
<template> <template>
<div class="mytable"> <div>
<el-button size="small" type="primary" @click="getList" >查询</el-button> <el-row style="width: 100%;text-align: right;margin-bottom: 3px">
<el-button size="small" type="success" @click="add" >新增</el-button> <el-button size="small" type="primary" @click="getList" >查询</el-button>
<el-button size="small" type="danger" @click="remove" >删除</el-button> <el-button size="small" type="success" @click="add" >新增</el-button>
<el-button size="small" type="success" @click="saveGxcd" >保存</el-button> <el-button size="small" type="danger" @click="remove" >删除</el-button>
<vxe-grid <el-button size="small" type="success" @click="saveGxcd" >保存</el-button>
id="dhId" </el-row>
ref="xGridDh" <el-row>
border <vxe-grid
resizable id="dhId"
keep-source ref="xGridDh"
:align="'center'" border
:height="height" resizable
:auto-resize="true" keep-source
:columns="dhjhTableColumn" :align="'center'"
:data="dhjhList" :height="height"
:custom-config="{storage: true }" :auto-resize="true"
:edit-config="{ :columns="dhjhTableColumn"
:data="dhjhList"
:custom-config="{storage: true }"
:edit-config="{
trigger: 'click', trigger: 'click',
mode: 'row', mode: 'row',
showStatus: true, showStatus: true,
}" }"
:scroll-x="{enabled: true}" :scroll-x="{enabled: true}"
:scroll-y="{enabled: true}" :scroll-y="{enabled: true}"
highlight-current-row highlight-current-row
highlight-hover-row highlight-hover-row
show-overflow show-overflow
show-header-overflow show-header-overflow
> >
<template #month_edit="{ row }"> <template #month_edit="{ row }">
<vxe-input <vxe-input
v-model="row.month" v-model="row.month"
type="month" type="month"
value-format="yyyy/MM" value-format="yyyy/MM"
placeholder="" placeholder=""
transfer transfer
></vxe-input> ></vxe-input>
</template> </template>
<template #allArriveData_edit="{ row }"> <template #allArriveData_edit="{ row }">
<vxe-input <vxe-input
v-model="row.allArriveData" v-model="row.allArriveData"
type="date" type="date"
value-format="yyyy/MM/dd" value-format="yyyy/MM/dd"
placeholder="" placeholder=""
transfer transfer
></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-button size="small" type="primary" @click="getList" >查询</el-button> <el-row style="width: 100%;text-align: right;margin-bottom: 3px">
<el-button size="small" type="success" @click="add" >新增</el-button> <el-button size="small" type="primary" @click="getList" >查询</el-button>
<el-button size="small" type="danger" @click="remove" >删除</el-button> <el-button size="small" type="success" @click="add" >新增</el-button>
<el-button size="small" type="success" @click="saveGxcd" >保存</el-button> <el-button size="small" type="danger" @click="remove" >删除</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