|
|
@@ -25,20 +25,20 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="共享状态" v-if="activeName==2">
|
|
|
+ <!--<el-form-item label="共享状态" v-if="activeName==2">
|
|
|
<el-select v-model="form.share" placeholder="请选择" size="small">
|
|
|
- <!-- <el-option
|
|
|
+ <!– <el-option
|
|
|
:label="item.name"
|
|
|
:value="item.pid"
|
|
|
v-for="(item,index) in shareSelect"
|
|
|
:key="index"
|
|
|
- ></el-option>-->
|
|
|
+ ></el-option>–>
|
|
|
<el-option label="个人" :value="0"></el-option>
|
|
|
<el-option label="二级科室" :value="1"></el-option>
|
|
|
<el-option label="科室" :value="2"></el-option>
|
|
|
<el-option label="本院" :value="3"></el-option>
|
|
|
</el-select>
|
|
|
- </el-form-item>
|
|
|
+ </el-form-item>-->
|
|
|
</el-form>
|
|
|
<el-button size="small" type="primary" @click="searchDis">搜索</el-button>
|
|
|
<el-button size="small" type="warning" @click="clearDis">清空</el-button>
|
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
form: {
|
|
|
name: "", // 方名
|
|
|
type: "", // 类型
|
|
|
- share: "" // 共享状态
|
|
|
+ share: 0 // 共享状态
|
|
|
},
|
|
|
shareSelect: [],
|
|
|
types: [],
|
|
|
@@ -137,7 +137,7 @@ export default {
|
|
|
this.form = {
|
|
|
name: "", // 方名
|
|
|
type: "", // 类型
|
|
|
- share: "" // 共享状态
|
|
|
+ share: 0 // 共享状态
|
|
|
};
|
|
|
if (this.activeName == 1) {
|
|
|
this.getPrescriptionsList();
|
|
|
@@ -167,7 +167,7 @@ export default {
|
|
|
this.form = {
|
|
|
name: "", // 方名
|
|
|
type: "", // 类型
|
|
|
- share: "" // 共享状态
|
|
|
+ share: 0 // 共享状态
|
|
|
};
|
|
|
if (this.activeName == 1) {
|
|
|
// this.form.name = this.$parent.$parent.$parent.agree_key;
|