Переглянути джерело

添加his对接附加科室填写

wuyunfeng 1 рік тому
батько
коміт
760bce9b11

+ 2 - 0
languages/en.js

@@ -853,7 +853,9 @@ module.exports = {
     shopFullNameMsg: 'The full name of the organization must be filled in',
     shopFullNameMsg: 'The full name of the organization must be filled in',
     inputShopFullName: 'Enter the full name of the organization',
     inputShopFullName: 'Enter the full name of the organization',
     hisCode: 'HIS system ID',
     hisCode: 'HIS system ID',
+    attacHisCodes: 'Attach HIS system IDs',
     inputHisCode: 'Please enter the HIS system ID',
     inputHisCode: 'Please enter the HIS system ID',
+    inputAttacHisCode: 'Enter additional HIS department identification, multiple departments separated by commas',
     shopType: 'Organization type',
     shopType: 'Organization type',
     shopTypeMsg: 'Organization type must be selected',
     shopTypeMsg: 'Organization type must be selected',
     choiceShopType: 'Please select the organization type',
     choiceShopType: 'Please select the organization type',

+ 2 - 0
languages/es.js

@@ -853,7 +853,9 @@ module.exports = {
     shopFullNameMsg: 'Se debe completar el nombre completo de la organización',
     shopFullNameMsg: 'Se debe completar el nombre completo de la organización',
     inputShopFullName: 'Ingrese el nombre completo de la organización',
     inputShopFullName: 'Ingrese el nombre completo de la organización',
     hisCode: 'ID del sistema HIS',
     hisCode: 'ID del sistema HIS',
+    attacHisCodes: 'Logotipo adicional del Departamento his',
     inputHisCode: 'Ingrese el ID del sistema HIS',
     inputHisCode: 'Ingrese el ID del sistema HIS',
+    inputAttacHisCode: 'Introduzca el logotipo adicional del Departamento his, dividido por comas en varios departamentos',
     shopType: 'Tipo de organización',
     shopType: 'Tipo de organización',
     shopTypeMsg: 'Se debe seleccionar el tipo de organización',
     shopTypeMsg: 'Se debe seleccionar el tipo de organización',
     choiceShopType: 'Por favor seleccione el tipo de organización',
     choiceShopType: 'Por favor seleccione el tipo de organización',

+ 2 - 0
languages/ru-RU.js

@@ -853,7 +853,9 @@ module.exports = {
     shopFullNameMsg: 'Необходимо заполнить полное название организации',
     shopFullNameMsg: 'Необходимо заполнить полное название организации',
     inputShopFullName: 'Введите полное название организации',
     inputShopFullName: 'Введите полное название организации',
     hisCode: 'ID HIS системы',
     hisCode: 'ID HIS системы',
+    attacHisCodes: 'Дополнительный логотип HIS',
     inputHisCode: 'Пожалуйста, введите HIS идентификатор системы',
     inputHisCode: 'Пожалуйста, введите HIS идентификатор системы',
+    inputAttacHisCode: 'Введите дополнительный идентификатор отдела HIS, несколько отделов разделены запятыми',
     shopType: 'Тип организации',
     shopType: 'Тип организации',
     shopTypeMsg: 'Необходимо выбрать тип организации',
     shopTypeMsg: 'Необходимо выбрать тип организации',
     choiceShopType: 'Пожалуйста, выберите тип организации',
     choiceShopType: 'Пожалуйста, выберите тип организации',

+ 3 - 1
languages/zh-CN.js

@@ -855,7 +855,9 @@ module.exports = {
     shopFullNameMsg: '组织全称必须填写',
     shopFullNameMsg: '组织全称必须填写',
     inputShopFullName: '输入组织全称',
     inputShopFullName: '输入组织全称',
     hisCode: 'HIS系统标识',
     hisCode: 'HIS系统标识',
+    attacHisCodes: '附加HIS科室标识',
     inputHisCode: '请输入HIS系统标识',
     inputHisCode: '请输入HIS系统标识',
+    inputAttacHisCode: '输入附加HIS科室标识,多个科室以逗号分割',
     shopType: '组织类型',
     shopType: '组织类型',
     shopTypeMsg: '组织类型必须选择',
     shopTypeMsg: '组织类型必须选择',
     choiceShopType: '请选择组织类型',
     choiceShopType: '请选择组织类型',
@@ -1009,7 +1011,7 @@ module.exports = {
     hisNurseOptionsKeyval: '护理项分类his主键'
     hisNurseOptionsKeyval: '护理项分类his主键'
   },
   },
   tab: {
   tab: {
-    home: '首页',    
+    home: '首页',
     frameManage: '空间位置',
     frameManage: '空间位置',
     deviceManage: '所有设备',
     deviceManage: '所有设备',
     clerkManage: '员工管理',
     clerkManage: '员工管理',

+ 5 - 0
src/views/ncs-orginazition/components/partInfoEdit.vue

@@ -21,6 +21,11 @@
                 <el-input v-model="formmodel.his_code" clearable :maxlength="100" :placeholder="this.$t('partInfo.inputHisCode')" />
                 <el-input v-model="formmodel.his_code" clearable :maxlength="100" :placeholder="this.$t('partInfo.inputHisCode')" />
               </el-form-item>
               </el-form-item>
             </el-col>
             </el-col>
+            <el-col :span="24">
+              <el-form-item :label="this.$t('partInfo.attacHisCodes')" prop="attach_his_codes">
+                <el-input v-model="formmodel.attach_his_codes" clearable :maxlength="300" :placeholder="this.$t('partInfo.inputAttacHisCode')" />
+              </el-form-item>
+            </el-col>
           </el-row>
           </el-row>
           <el-row>
           <el-row>
             <el-col :span="8">
             <el-col :span="8">