pengjun 3 months ago
parent
commit
4f2bcd8006
  1. 4
      src/components/patientRegister/PatientRegisterEdit.vue
  2. 6
      src/components/patientRegister/PatientRegisterList.vue
  3. 4
      src/views/common-settings/ItemType.vue
  4. 5
      src/views/user-list/Role.vue

4
src/components/patientRegister/PatientRegisterEdit.vue

@ -1322,9 +1322,9 @@ export default {
})
// {operatorTypes:["1","3"]}
postapi('/api/identity/users/GetListByOperatorType', { operatorTypes: ["0", "1", "2", "3", "4"] })
//postapi('/api/identity/users/GetListByOperatorType', { operatorTypes: ["0", "1", "2", "3", "4"] })
//roleSysParmId:'sale_role_id'
//postapi('/api/identity/users/GetUserListBySaleRole',{})
postapi('/api/identity/users/GetUserListBySaleRole')
.then(res => {
if (res.code > -1) {
this.dictSalesman = res.data

6
src/components/patientRegister/PatientRegisterList.vue

@ -2107,9 +2107,15 @@ export default {
this.dataTransOpts.tableS.patient_register.patientRegisterNo =
row.patientRegisterNo;
//
postapi('/api/app/patientregister/getinfoorpatient', { patientRegisterId: row.id })
.then(res => {
if (res.code > -1) {
this.upBaseInfo = Object.assign(this.upBaseInfo, row);
this.upBaseInfo.patientRegisterId = row.id;
this.upBaseInfo.visble = true;
}
})
},
editMedicalStartDate() {

4
src/views/common-settings/ItemType.vue

@ -50,6 +50,10 @@
prop="simpleCode"
label="拼音简码"
></el-table-column>
<el-table-column
prop="displayOrder"
label="排序"
></el-table-column>
<el-table-column label="操作" width="" align="center">
<template>
<el-tag

5
src/views/user-list/Role.vue

@ -20,12 +20,13 @@
highlight-current-row
ref="tableData"
>
<el-table-column prop="id" label="编号" width="320" />
<el-table-column prop="name" label="角色名称" width="180">
</el-table-column>
<!-- <el-table-column prop="id" label="id" width=""> </el-table-column> -->
<!--
<el-table-column prop="concurrencyStamp" label="标记">
</el-table-column>
<!-- <el-table-column label="操作">
<el-table-column label="操作">
<template slot-scope="scope">
<el-button
type="primary"

Loading…
Cancel
Save