Commit e442b471 authored by kangzhenfei's avatar kangzhenfei

转序交接

parent 5d8b20a9
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
} }
.gd_list{ .gd_list{
position: absolute; position: absolute;
top: 40%; top: 43%;
left: 0px; left: 0px;
background: #2680EB; background: #2680EB;
color: #fff; color: #fff;
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
} }
.gn_area{ .gn_area{
position: absolute; position: absolute;
top: 40%; top: 43%;
right: 0px; right: 0px;
background: #515A6E; background: #515A6E;
color: #fff; color: #fff;
...@@ -596,4 +596,11 @@ ...@@ -596,4 +596,11 @@
// margin: 15px 43px; // margin: 15px 43px;
color: #515a6e; color: #515a6e;
} }
}
.zhuanx{
text-align: center;
line-height: 50px;
.line_p{
}
} }
\ No newline at end of file
...@@ -77,7 +77,15 @@ ...@@ -77,7 +77,15 @@
</div> </div>
<Modal v-model="ransferModal" :title="transferTitle" width="800"> <Modal v-model="ransferModal" :title="transferTitle" width="800">
<!-- <component :is="detail" :eid="curId" @on-close="cancel" @on-ok="ok" footer-hide/> --> <!-- <component :is="detail" :eid="curId" @on-close="cancel" @on-ok="ok" footer-hide/> -->
<p>转序交接</p> <div class="zhuanx">
<p class="line_p">
<Input prefix="ios-contact-outline" placeholder="请输入人员编号" style="width: auto" />
<!-- <UserSelect ref="userSelected" :multiple="true" style="width: 220px;margin:0 auto;"/> -->
</p>
<p class="line_p">
<Input prefix="ios-lock-outline" placeholder="请输入人员密码" style="width: auto" />
</p>
</div>
</Modal> </Modal>
</div> </div>
</template> </template>
......
<template>
<div class="p20">
<div class="">
转序交接
</div>
</div>
</template>
<script>
export default {
name:'starOrder',
data(){
return{
starmodal: false,
}
},
created() {
// this.treeHeight = window.innerHeight - 120;
},
async fetch({ store, params }) {
await store.dispatch("loadDictionary"); // 加载数据字典
},
mounted() {
window.onresize = () => {
///浏览器窗口大小变化
return (() => {
this.treeHeight = window.innerHeight - 120;
})();
};
},
methods: {
starFun(){
this.$Message.success("开工...")
},
},
}
</script>
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