海报
This commit is contained in:
parent
031e2529b3
commit
833acd8476
@ -6,25 +6,17 @@
|
||||
size="small"
|
||||
:inline="true"
|
||||
v-show="showSearch"
|
||||
label-width="100px"
|
||||
label-width="110px"
|
||||
>
|
||||
<el-form-item label="护理站名称" prop="nurseStationId">
|
||||
<!-- <el-input placeholder="请输入内容" v-model="queryParams.nurseStationName" readonly>
|
||||
<template slot="prepend"><span @click="ParamsStation(true)">选择</span></template>
|
||||
<template slot="append">X</template>
|
||||
</el-input> -->
|
||||
<!-- <div @click="ParamsStation(true)">
|
||||
<el-input v-model="queryParams.nurseStationName" clearable></el-input>
|
||||
</div> -->
|
||||
<el-button type="" class="stationbtn" @click="ParamsStation(true)">
|
||||
{{ aa }}
|
||||
<i class="el-icon-delete el-icon--right" @click.stop="clearTest"></i>
|
||||
</el-button>
|
||||
<el-button type="" class="stationbtn" @click="ParamsStation(true)">{{
|
||||
queryParams.nurseStationName
|
||||
}}</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="护理项目" prop="nurseItemId" label-width="100px">
|
||||
<el-button type="" class="stationbtn" @click="ParamsStationxm(true)">{{bb}}
|
||||
<i class="el-icon-delete el-icon--right" @click.stop="clearTest1"></i>
|
||||
</el-button>
|
||||
<el-button type="" class="stationbtn" @click="ParamsStationxm(true)">{{
|
||||
queryParams.nurseItemName
|
||||
}}</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="海报名称" prop="poserName">
|
||||
<el-input
|
||||
@ -34,14 +26,6 @@
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="海报编号" prop="poserCode">
|
||||
<el-input
|
||||
v-model="queryParams.poserCode"
|
||||
placeholder="请输入海报编号"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="海报所属模块" prop="moduleType">
|
||||
<el-select
|
||||
v-model="queryParams.moduleType"
|
||||
@ -57,7 +41,14 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="海报编号" prop="poserCode">
|
||||
<el-input
|
||||
v-model="queryParams.poserCode"
|
||||
placeholder="请输入海报编号"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button
|
||||
type="primary"
|
||||
@ -155,11 +146,7 @@
|
||||
: ""
|
||||
}}
|
||||
{{ scope.row.moduleType == "HOME_PAGE_MODULE" ? "首页模块" : "" }}
|
||||
{{
|
||||
scope.row.moduleType == "NURSE_AGENCY_INTRODUCE_MODULE"
|
||||
? "护理机构简介模块"
|
||||
: ""
|
||||
}}
|
||||
{{ scope.row.moduleType == "NURSE_AGENCY_INTRODUCE_MODULE" ? "护理机构简介模块" : "" }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="海报显示顺序" align="center" prop="poserSort" />
|
||||
@ -602,15 +589,11 @@ import {
|
||||
import { list } from "@/api/system/nurseItem";
|
||||
import stationAcatar from "../stationAvatar/index.vue";
|
||||
import editor from "@/components/Editor";
|
||||
import { blob } from "stream/consumers";
|
||||
export default {
|
||||
name: "Poser",
|
||||
components: { stationAcatar, editor },
|
||||
data() {
|
||||
return {
|
||||
aa: "",
|
||||
bb:"",
|
||||
|
||||
// 遮罩层
|
||||
loading: true,
|
||||
getListByUserquery: {
|
||||
@ -812,7 +795,6 @@ export default {
|
||||
//选中护理项目
|
||||
choicenurseItem(e) {
|
||||
this.nurseitemid = e.id;
|
||||
|
||||
if (this.homenumber) {
|
||||
this.queryParams.nurseItemName = e.nurseItemName;
|
||||
this.queryParams.nurseItemId = e.id;
|
||||
@ -857,7 +839,6 @@ export default {
|
||||
this.nurseItemlistInfo();
|
||||
this.homenumber = item;
|
||||
this.nurseItemshow = true;
|
||||
this.bb = item.nurseItemName;
|
||||
if (this.homenumber) {
|
||||
this.nurseitemid = this.queryParams.nurseItemId;
|
||||
} else {
|
||||
@ -890,8 +871,6 @@ export default {
|
||||
},
|
||||
//护理站页面 =》选择护理站
|
||||
choicestationid(item) {
|
||||
this.aa = item.nurseStationName;
|
||||
// console.error(this.aa);
|
||||
if (this.homenumber) {
|
||||
this.queryParams.nurseStationName = item.nurseStationName;
|
||||
this.queryParams.nurseStationId = item.id;
|
||||
@ -953,9 +932,6 @@ export default {
|
||||
},
|
||||
],
|
||||
id: null,
|
||||
|
||||
aa:"",
|
||||
bb:"",
|
||||
poserName: null,
|
||||
posterPictureUrl: null,
|
||||
posterVideoUrl: null,
|
||||
@ -978,8 +954,6 @@ export default {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
};
|
||||
this.aa="";
|
||||
this.bb="";
|
||||
this.stationid = "";
|
||||
this.nurseitemid = "";
|
||||
this.queryParams = {
|
||||
@ -1068,22 +1042,6 @@ export default {
|
||||
`poser_${new Date().getTime()}.xlsx`
|
||||
);
|
||||
},
|
||||
|
||||
clearTest(e) {
|
||||
this.aa = "";
|
||||
this.queryParams.nurseStationName = "";
|
||||
this.queryParams.nurseStationId = undefined;
|
||||
this.$set(this.queryParams, "nurseStationName", "");
|
||||
console.error(this.queryParams);
|
||||
},
|
||||
clearTest1(e) {
|
||||
this.bb = "";
|
||||
this.queryParams.nurseItemName = "";
|
||||
this.queryParams.nurseItemId = undefined;
|
||||
this.$set(this.queryParams, "nurseItemName", "");
|
||||
console.error(this.queryParams);
|
||||
},
|
||||
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user