|
@@ -198,44 +198,44 @@
|
198
|
198
|
</div>
|
199
|
199
|
|
200
|
200
|
</el-tab-pane>
|
201
|
|
- <el-tab-pane label="医嘱模板" name="2">
|
202
|
|
- <div style="margin-bottom:5px;">
|
203
|
|
- <!--<el-input style="width:50%;" v-model="input" placeholder=""></el-input>-->
|
204
|
|
- <el-select style="float: right;width: 49%;" v-model="value" placeholder="">
|
205
|
|
- <el-option
|
206
|
|
- v-for="item in options"
|
207
|
|
- :key="item.value"
|
208
|
|
- :label="item.label"
|
209
|
|
- :value="item.value">
|
210
|
|
- </el-option>
|
211
|
|
- </el-select>
|
212
|
|
- </div>
|
213
|
|
- <div style="width: 100%;flex:1;overflow-y: auto;">
|
214
|
|
- <el-table ref="multipleTableTwo" :height="multipleTableHeight != '' ? multipleTableHeight : '200'"
|
215
|
|
- :data="advices_template" border
|
216
|
|
- :row-style="{ color: '#303133' }"
|
217
|
|
- :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
|
218
|
|
- highlight-current-row
|
219
|
|
- @select='selectTemplate'
|
220
|
|
- @select-all="changeTemplateData"
|
221
|
|
-
|
222
|
|
- >
|
223
|
|
- <el-table-column type="selection" width="40" align="center"></el-table-column>
|
224
|
|
- <el-table-column prop="name" label="名称">
|
225
|
|
- <template slot-scope="scope">{{scope.row.name}}</template>
|
226
|
|
- </el-table-column>
|
227
|
|
- <!--<el-table-column label="规格" width="60">-->
|
228
|
|
- <!--<template slot-scope="scope">33</template>-->
|
229
|
|
- <!--</el-table-column>-->
|
230
|
|
- <!--<el-table-column label="库存" width="60">-->
|
231
|
|
- <!--<template slot-scope="scope">22</template>-->
|
232
|
|
- <!--</el-table-column>-->
|
233
|
|
- <!--<el-table-column label="单价" width="40">-->
|
234
|
|
- <!--<template slot-scope="scope">12</template>-->
|
|
201
|
+ <!--<el-tab-pane label="医嘱模板" name="2">-->
|
|
202
|
+ <!--<div style="margin-bottom:5px;">-->
|
|
203
|
+ <!--<!–<el-input style="width:50%;" v-model="input" placeholder=""></el-input>–>-->
|
|
204
|
+ <!--<el-select style="float: right;width: 49%;" v-model="value" placeholder="">-->
|
|
205
|
+ <!--<el-option-->
|
|
206
|
+ <!--v-for="item in options"-->
|
|
207
|
+ <!--:key="item.value"-->
|
|
208
|
+ <!--:label="item.label"-->
|
|
209
|
+ <!--:value="item.value">-->
|
|
210
|
+ <!--</el-option>-->
|
|
211
|
+ <!--</el-select>-->
|
|
212
|
+ <!--</div>-->
|
|
213
|
+ <!--<div style="width: 100%;flex:1;overflow-y: auto;">-->
|
|
214
|
+ <!--<el-table ref="multipleTableTwo" :height="multipleTableHeight != '' ? multipleTableHeight : '200'"-->
|
|
215
|
+ <!--:data="advices_template" border-->
|
|
216
|
+ <!--:row-style="{ color: '#303133' }"-->
|
|
217
|
+ <!--:header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"-->
|
|
218
|
+ <!--highlight-current-row-->
|
|
219
|
+ <!--@select='selectTemplate'-->
|
|
220
|
+ <!--@select-all="changeTemplateData"-->
|
|
221
|
+
|
|
222
|
+ <!-->-->
|
|
223
|
+ <!--<el-table-column type="selection" width="40" align="center"></el-table-column>-->
|
|
224
|
+ <!--<el-table-column prop="name" label="名称">-->
|
|
225
|
+ <!--<template slot-scope="scope">{{scope.row.name}}</template>-->
|
235
|
226
|
<!--</el-table-column>-->
|
236
|
|
- </el-table>
|
237
|
|
- </div>
|
238
|
|
- </el-tab-pane>
|
|
227
|
+ <!--<!–<el-table-column label="规格" width="60">–>-->
|
|
228
|
+ <!--<!–<template slot-scope="scope">33</template>–>-->
|
|
229
|
+ <!--<!–</el-table-column>–>-->
|
|
230
|
+ <!--<!–<el-table-column label="库存" width="60">–>-->
|
|
231
|
+ <!--<!–<template slot-scope="scope">22</template>–>-->
|
|
232
|
+ <!--<!–</el-table-column>–>-->
|
|
233
|
+ <!--<!–<el-table-column label="单价" width="40">–>-->
|
|
234
|
+ <!--<!–<template slot-scope="scope">12</template>–>-->
|
|
235
|
+ <!--<!–</el-table-column>–>-->
|
|
236
|
+ <!--</el-table>-->
|
|
237
|
+ <!--</div>-->
|
|
238
|
+ <!--</el-tab-pane>-->
|
239
|
239
|
</el-tabs>
|
240
|
240
|
</div>
|
241
|
241
|
<div style="height:100%;" v-show="showTwo">
|
|
@@ -461,6 +461,7 @@
|
461
|
461
|
}
|
462
|
462
|
this.curPrescriptions = this.prescriptions[0]
|
463
|
463
|
this.$refs.call_prescription.close()
|
|
464
|
+ this.$emit('setData',this.prescriptions)
|
464
|
465
|
|
465
|
466
|
},
|
466
|
467
|
callCancel(){
|
|
@@ -496,7 +497,7 @@
|
496
|
497
|
}
|
497
|
498
|
this.curPrescriptions = this.prescriptions[0]
|
498
|
499
|
this.request_record_date = this.record_date
|
499
|
|
-
|
|
500
|
+ this.$emit('setData',this.prescriptions)
|
500
|
501
|
|
501
|
502
|
},
|
502
|
503
|
GetNextOrLastHisPrescription(params) {
|