护理站人员 修改
This commit is contained in:
parent
8e0d352cb6
commit
db2ed22234
@ -362,7 +362,7 @@
|
|||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-button
|
<!-- <el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
circle
|
circle
|
||||||
plain
|
plain
|
||||||
@ -378,7 +378,7 @@
|
|||||||
plain
|
plain
|
||||||
@click="deldisease(index)"
|
@click="deldisease(index)"
|
||||||
v-if="index != 0"
|
v-if="index != 0"
|
||||||
></el-button>
|
></el-button> -->
|
||||||
</div>
|
</div>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
@ -1212,32 +1212,32 @@ export default {
|
|||||||
this.form.nursename = row.nurseStationName;
|
this.form.nursename = row.nurseStationName;
|
||||||
},
|
},
|
||||||
//删除deldisease
|
//删除deldisease
|
||||||
deldisease(index) {
|
// deldisease(index) {
|
||||||
this.form.nurseStationPersonList.splice(index, 1);
|
// this.form.nurseStationPersonList.splice(index, 1);
|
||||||
console.log(this.form.nurseStationPersonList);
|
// console.log(this.form.nurseStationPersonList);
|
||||||
},
|
// },
|
||||||
|
|
||||||
adddisease() {
|
// adddisease() {
|
||||||
this.form.nurseStationId = null
|
// this.form.nurseStationId = null
|
||||||
var obj = {
|
// var obj = {
|
||||||
nursePersonCode: "",
|
// nursePersonCode: "",
|
||||||
nursePersonCode: "",
|
// nursePersonCode: "",
|
||||||
nursePersonName: "",
|
// nursePersonName: "",
|
||||||
nursePersonType: "",
|
// nursePersonType: "",
|
||||||
phone: "",
|
// phone: "",
|
||||||
address: "",
|
// address: "",
|
||||||
sex: "",
|
// sex: "",
|
||||||
nurseStationId: "",
|
// nurseStationId: "",
|
||||||
departmentName: "请选择所属科室",
|
// departmentName: "请选择所属科室",
|
||||||
// departname: "",
|
// // departname: "",
|
||||||
nurseStationName: "请选择所属护理站",
|
// nurseStationName: "请选择所属护理站",
|
||||||
};
|
// };
|
||||||
if (this.form.nurseStationPersonList.length == 5) {
|
// if (this.form.nurseStationPersonList.length == 5) {
|
||||||
this.$message.error("最多只能5条");
|
// this.$message.error("最多只能5条");
|
||||||
} else {
|
// } else {
|
||||||
this.form.nurseStationPersonList.push(obj);
|
// this.form.nurseStationPersonList.push(obj);
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
// 护理站名称
|
// 护理站名称
|
||||||
nurseclick(row) {
|
nurseclick(row) {
|
||||||
console.log(row);
|
console.log(row);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user