页面优化
This commit is contained in:
parent
750e82af79
commit
2b65a0fd6c
|
|
@ -708,6 +708,13 @@ export default {
|
||||||
trigger: 'blur',
|
trigger: 'blur',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
buyPrice: [
|
||||||
|
{
|
||||||
|
required: true,
|
||||||
|
message: '原值不能为空',
|
||||||
|
trigger: 'blur',
|
||||||
|
},
|
||||||
|
],
|
||||||
keeperUserId: [
|
keeperUserId: [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
|
|
|
||||||
|
|
@ -203,6 +203,7 @@
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:title="title"
|
:title="title"
|
||||||
:visible.sync="open"
|
:visible.sync="open"
|
||||||
|
v-if="open"
|
||||||
width="650px"
|
width="650px"
|
||||||
append-to-body
|
append-to-body
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
|
|
@ -261,6 +262,9 @@
|
||||||
>
|
>
|
||||||
<!-- <img v-if="imageUrl" :src="uploadUrl+imageUrl" style="width: 140px;height: 140px;" class="avatar"> -->
|
<!-- <img v-if="imageUrl" :src="uploadUrl+imageUrl" style="width: 140px;height: 140px;" class="avatar"> -->
|
||||||
<i class="el-icon-plus avatar-uploader-icon"></i>
|
<i class="el-icon-plus avatar-uploader-icon"></i>
|
||||||
|
<div class="el-upload__tip" slot="tip"
|
||||||
|
>请上传png、jpg、jpeg类型文件,文件个数不能超过5个,且单个文件不能超过5M</div
|
||||||
|
>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
@ -274,6 +278,7 @@
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:title="title"
|
:title="title"
|
||||||
:visible.sync="openAll"
|
:visible.sync="openAll"
|
||||||
|
v-if="openAll"
|
||||||
width="650px"
|
width="650px"
|
||||||
append-to-body
|
append-to-body
|
||||||
>
|
>
|
||||||
|
|
@ -305,6 +310,9 @@
|
||||||
>
|
>
|
||||||
<!-- <img v-if="imageUrl" :src="uploadUrl+imageUrl" style="width: 140px;height: 140px;" class="avatar"> -->
|
<!-- <img v-if="imageUrl" :src="uploadUrl+imageUrl" style="width: 140px;height: 140px;" class="avatar"> -->
|
||||||
<i class="el-icon-plus avatar-uploader-icon"></i>
|
<i class="el-icon-plus avatar-uploader-icon"></i>
|
||||||
|
<div class="el-upload__tip" slot="tip"
|
||||||
|
>请上传png、jpg、jpeg类型文件,文件个数不能超过5个,且单个文件不能超过5M</div
|
||||||
|
>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
@ -414,6 +422,7 @@
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:title="title"
|
:title="title"
|
||||||
:visible.sync="peopleOpen"
|
:visible.sync="peopleOpen"
|
||||||
|
v-if="peopleOpen"
|
||||||
width="1000px"
|
width="1000px"
|
||||||
append-to-body
|
append-to-body
|
||||||
>
|
>
|
||||||
|
|
@ -424,11 +433,7 @@
|
||||||
height="450"
|
height="450"
|
||||||
>
|
>
|
||||||
<el-table-column type="selection" width="50" align="center" />
|
<el-table-column type="selection" width="50" align="center" />
|
||||||
<el-table-column
|
<el-table-column label="序号" align="center" type="index" />
|
||||||
label="序号"
|
|
||||||
align="center"
|
|
||||||
type="index"
|
|
||||||
/>
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="人员账号"
|
label="人员账号"
|
||||||
align="center"
|
align="center"
|
||||||
|
|
@ -773,6 +778,10 @@ export default {
|
||||||
},
|
},
|
||||||
//添加人员
|
//添加人员
|
||||||
addUser() {
|
addUser() {
|
||||||
|
if (this.chosenUserList.length < 1) {
|
||||||
|
this.$message.error('请选择人员!')
|
||||||
|
return
|
||||||
|
}
|
||||||
// console.log(this.chosenUserList,"chosenUserList")
|
// console.log(this.chosenUserList,"chosenUserList")
|
||||||
addNoticeUser(this.chosenUserList).then((response) => {
|
addNoticeUser(this.chosenUserList).then((response) => {
|
||||||
if (response.code == 200) {
|
if (response.code == 200) {
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ module.exports = {
|
||||||
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
||||||
// target: `https://z.csgmall.com.cn`,
|
// target: `https://z.csgmall.com.cn`,
|
||||||
|
|
||||||
target: `http://192.168.2.134:39080`, //超
|
target: `http://192.168.2.151:39080`, //超
|
||||||
// target: `http://10.40.92.81:8080`, //韩/
|
// target: `http://10.40.92.81:8080`, //韩/
|
||||||
// target: `http://10.40.92.74:8080`,//旭/
|
// target: `http://10.40.92.74:8080`,//旭/
|
||||||
// target: `http://10.40.92.138:28080`, //帅
|
// target: `http://10.40.92.138:28080`, //帅
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue