Commit ed7784fa authored by huangjie's avatar huangjie

供应商菜单页面添加

parent 4934ae5c
......@@ -57,7 +57,7 @@
"js-cookie": "3.0.1",
"js-md5": "^0.7.3",
"jsencrypt": "3.0.0-rc.1",
"json-editor-vue": "^0.11.0",
"json-editor-vue": "^0.11.1",
"nprogress": "0.2.0",
"quill": "1.3.7",
"screenfull": "5.0.2",
......
.search-the-owner {
width: 100%;
height: 100%;
padding: 16px 24px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
::v-deep .el-form-item__label{
font-weight: 400;
}
.content-outer-container {
overflow: hidden;
background: #ffffff;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
padding: 20px 16px;
}
<template>
<div class="search-the-owner">
<div class="title_wrap">
<div class="enterprise_title">
供应商总台账
</div>
</div>
<div class="content-outer-container">
<el-form :model="formdata" label-width="82px" label-position="right">
<el-row>
<el-form-item label="分供方名称">
<el-input v-model="formdata.user" placeholder="审批人"></el-input>
</el-form-item>
</el-row>
</el-form>
</div>
</div>
</template>
<script>
import "@/assets/styles/public.scss";
import "@/assets/styles/supplierlist.scss";
export default {
name: 'ledger',
data(){
return{
formdata:{},
}
}
}
</script>
<style scoped lang="scss">
</style>
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