11.4
This commit is contained in:
parent
c405d2745f
commit
ef50840e2a
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="app-container" style="padding-top: 1px">
|
||||
|
||||
<div class="card-change-1-search" style="margin: 10px;">
|
||||
<div class="top_tap" >
|
||||
<div style="height: 90px; display: flex; justify-content: space-between;">
|
||||
<div style="height: 100%; display: flex; justify-content: space-between;">
|
||||
<div style="height: 100%; width: 70%; display: flex; justify-content: space-between;">
|
||||
@ -71,7 +71,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card-change-1-1" style="margin: 10px; height: 76vh; ">
|
||||
<div class="center_tap" >
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-col :span="1.5">
|
||||
<!-- <span style="font-size: 20px;font-weight: bold">盘点详情</span>-->
|
||||
@ -905,4 +905,19 @@ export default {
|
||||
padding-left: 20px;
|
||||
|
||||
}
|
||||
.top_tap{
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
margin: 10px;
|
||||
}
|
||||
.center_tap{
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
margin: 10px;
|
||||
height: 80vh;
|
||||
}
|
||||
</style>
|
||||
|
@ -272,7 +272,8 @@ import {
|
||||
getOilAndGoodsAndVipAndPoints
|
||||
} from "@/api/allOrder";
|
||||
|
||||
export default {
|
||||
export default
|
||||
{
|
||||
|
||||
props: ["accountId"],
|
||||
data() {
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="app-container" >
|
||||
<div class="app-container" style="padding: 0px">
|
||||
<div class="tab-box">
|
||||
<div class="f-box" v-for="(item,index) in tablist" :key="index" @click="handleClick1(index)" :class="{ 'active' :activeindex==index}">{{item.name}}</div>
|
||||
</div>
|
||||
@ -623,7 +623,9 @@
|
||||
|
||||
<!-- 添加或修改用户配置对话框 class="common-dialog" -->
|
||||
<el-dialog :title="title" :visible.sync="open" width="600px" append-to-body :close-on-click-modal="false" >
|
||||
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
|
||||
<el-row>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="所属机构" prop="deptId">
|
||||
@ -638,6 +640,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="用户姓名" prop="realName">
|
||||
|
Loading…
Reference in New Issue
Block a user