提交merge1.3
This commit is contained in:
@@ -94,11 +94,14 @@
|
||||
v-model="form.unitCode"
|
||||
clearable
|
||||
filterable
|
||||
<<<<<<< HEAD
|
||||
remote
|
||||
reserve-keyword
|
||||
:remote-method="handleUnitCodeSearch"
|
||||
:loading="unitCodeLoading"
|
||||
@focus="handleUnitCodeFocus"
|
||||
=======
|
||||
>>>>>>> v1.3
|
||||
@change="handleUnitCodeChange"
|
||||
:disabled="form.isEditInfoDisable === 1 || form.isEditInfoDisable === 2"
|
||||
>
|
||||
@@ -266,7 +269,11 @@
|
||||
clearable
|
||||
filterable
|
||||
style="width: 240px"
|
||||
<<<<<<< HEAD
|
||||
:disabled="form.isEditInfoDisable === 1"
|
||||
=======
|
||||
:disabled="form.isEditInfoDisable === 1 || form.isEditInfoDisable === 2"
|
||||
>>>>>>> v1.3
|
||||
>
|
||||
<el-option
|
||||
v-for="dict in med_chrgitm_type"
|
||||
@@ -472,8 +479,12 @@ function getDeptTree() {
|
||||
|
||||
/** 查询地点下拉树结构 */
|
||||
function getLocationTree() {
|
||||
<<<<<<< HEAD
|
||||
locationTreeSelect({ formList: '11,16,17' }).then((response) => {
|
||||
console.log(response, 'response查询部门下拉树结构');
|
||||
=======
|
||||
locationTreeSelect({ formList: '11,16' }).then((response) => {
|
||||
>>>>>>> v1.3
|
||||
locationOptions.value = response.data.records;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user