|
@ -528,7 +528,7 @@ onMounted(async function () { |
|
|
<template> |
|
|
<template> |
|
|
<div class="father1"> |
|
|
<div class="father1"> |
|
|
<div class="left"> |
|
|
<div class="left"> |
|
|
<el-form :model="addConsume" ref="Ref" :rules="rules" style="max-width: 600px;" class="add-form" label-width="auto" label-position="right"> |
|
|
|
|
|
|
|
|
<el-form :model="addConsume" ref="Ref" :rules="rules" style="max-width: 800px;" class="add-form" label-width="auto" label-position="right"> |
|
|
<el-form-item prop="jwcode" label="精网号" style="margin-top: 50px"> |
|
|
<el-form-item prop="jwcode" label="精网号" style="margin-top: 50px"> |
|
|
<el-input v-model="addConsume.jwcode" style="width: 10vw;"/> |
|
|
<el-input v-model="addConsume.jwcode" style="width: 10vw;"/> |
|
|
<el-button type="primary" @click="getUser(addConsume.jwcode)" style="margin-left: 10px">查询 |
|
|
<el-button type="primary" @click="getUser(addConsume.jwcode)" style="margin-left: 10px">查询 |
|
@ -794,7 +794,7 @@ p { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-form-item { |
|
|
.el-form-item { |
|
|
margin-left: 50px; |
|
|
|
|
|
|
|
|
margin-left: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 上传图片的格式 */ |
|
|
/* 上传图片的格式 */ |
|
@ -805,7 +805,7 @@ p { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.add-form { |
|
|
.add-form { |
|
|
max-width: 50%; |
|
|
|
|
|
|
|
|
width: 400px; |
|
|
float: left; |
|
|
float: left; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -815,7 +815,7 @@ p { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.confirm-body { |
|
|
.confirm-body { |
|
|
width: 420px; |
|
|
|
|
|
|
|
|
width: 350px; |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -843,7 +843,7 @@ p { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.father1 { |
|
|
.father1 { |
|
|
width: 100%; |
|
|
|
|
|
|
|
|
width: 1000px; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
display: flex; |
|
|
display: flex; |
|
|
|
|
|
|
|
@ -862,8 +862,8 @@ p { |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|
|
|
|
|
|
.customer-info { |
|
|
.customer-info { |
|
|
width: 80%; |
|
|
|
|
|
height: 70%; |
|
|
|
|
|
|
|
|
width: 300px; |
|
|
|
|
|
margin-left: 20px; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|