|
@@ -1,44 +1,295 @@
|
1
|
|
-<!--<template>-->
|
2
|
|
- <!--<div class="Dialog">-->
|
3
|
|
- <!--<div class="DialogTit">-->
|
4
|
|
- <!--<span class="iconfont" @click="closeDialog()"> 返回</span>-->
|
5
|
|
- <!--<h1 class="name">透析耗材</h1>-->
|
6
|
|
- <!--<span class="success">完成</span>-->
|
7
|
|
- <!--</div>-->
|
8
|
|
-
|
9
|
|
- <!--<div class="item" v-for="item in goodTypes" :key="item.id" value="item" @click="itemClick(item.id)">-->
|
10
|
|
- <!--<label class="name" for="knj">{{item.type_name}}</label>-->
|
11
|
|
- <!--<div class="content">-->
|
12
|
|
- <!--<span class="text" id="knjaa"></span>-->
|
13
|
|
- <!--<span class="iconfont"></span>-->
|
14
|
|
- <!--</div>-->
|
15
|
|
- <!--</div>-->
|
16
|
|
- <!--</div>-->
|
17
|
|
-
|
18
|
|
- <!--<check-box-sub-menu :visibility="visibility" v-on:menu-cancle="menuCancle" v-on:menu-comfirm="menuComfirm" v-on:menu-empty="menuEmpty"-->
|
19
|
|
- <!--:propsForm="propForm"></check-box-sub-menu>-->
|
20
|
|
-
|
21
|
|
-<!--</template>-->
|
22
|
|
-
|
23
|
|
-<!--<script>-->
|
24
|
|
- <!--export default {-->
|
25
|
|
- <!--name: 'multipleSubMenu',-->
|
26
|
|
- <!--props: {-->
|
27
|
|
- <!--goodTypes: {-->
|
28
|
|
- <!--type: Array,-->
|
29
|
|
- <!--default: function () {-->
|
30
|
|
- <!--return new Array();-->
|
31
|
|
- <!--}-->
|
32
|
|
- <!--}-->
|
33
|
|
- <!--},methods:{-->
|
34
|
|
- <!--itemClick(type_id){-->
|
35
|
|
-
|
36
|
|
- <!--}-->
|
37
|
|
-
|
38
|
|
- <!--}-->
|
39
|
|
- <!--}-->
|
40
|
|
-<!--</script>-->
|
41
|
|
-
|
42
|
|
-<!--<style scoped>-->
|
43
|
|
-
|
44
|
|
-<!--</style>-->
|
|
1
|
+<template>
|
|
2
|
+ <div>
|
|
3
|
+ <div v-if="visibility" class="Dialog">
|
|
4
|
+ <div class="DialogTit">
|
|
5
|
+ <span class="iconfont" @click="closeDialog()"> 返回</span>
|
|
6
|
+ <h1 class="name">透析耗材</h1>
|
|
7
|
+ <span class="success">完成</span>
|
|
8
|
+ </div>
|
|
9
|
+ <div class="DialogContent" id="dialogTop">
|
|
10
|
+ <div class="item" value="item" @click="itemClick(83,'niprocart')" ref="niprocart">
|
|
11
|
+ <label class="name">血液透析干粉</label>
|
|
12
|
+ <div class="content">
|
|
13
|
+ <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.niprocart)}}</span>
|
|
14
|
+ <span class="iconfont"></span>
|
|
15
|
+ </div>
|
|
16
|
+ </div>
|
|
17
|
+ <div class="item" value="item" @click="itemClick(80,'jms')" ref="jms">
|
|
18
|
+ <label class="name">一次性使用动静脉穿刺针</label>
|
|
19
|
+ <div class="content">
|
|
20
|
+ <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.jms)}}</span>
|
|
21
|
+ <span class="iconfont"></span>
|
|
22
|
+ </div>
|
|
23
|
+ </div>
|
|
24
|
+ <div class="item" value="item" @click="itemClick(81,'fistula_needle_set')" ref="fistula_needle_set">
|
|
25
|
+ <label class="name">内瘘管翼状针</label>
|
|
26
|
+ <div class="content">
|
|
27
|
+ <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.fistula_needle_set)}}</span>
|
|
28
|
+ <span class="iconfont"></span>
|
|
29
|
+ </div>
|
|
30
|
+ </div>
|
|
31
|
+ <div class="item" value="item" @click="itemClick(82,'fistula_needle_set_16')" ref="fistula_needle_set_16">
|
|
32
|
+ <label class="name">内瘘管翼状针16G</label>
|
|
33
|
+ <div class="content">
|
|
34
|
+ <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.fistula_needle_set_16)}}</span>
|
|
35
|
+ <span class="iconfont"></span>
|
|
36
|
+ </div>
|
|
37
|
+ </div>
|
|
38
|
+ <div class="item" value="item" @click="itemClick(85,'hemoperfusion')" ref="hemoperfusion">
|
|
39
|
+ <label class="name">一次性使用血液灌流器</label>
|
|
40
|
+ <div class="content">
|
|
41
|
+ <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.hemoperfusion)}}</span>
|
|
42
|
+ <span class="iconfont"></span>
|
|
43
|
+ </div>
|
|
44
|
+ </div>
|
|
45
|
+ <div class="item" value="item" @click="itemClick(84,'dialyser_sterilised')" ref="dialyser_sterilised">
|
|
46
|
+ <label class="name">空心纤维血液透析器</label>
|
|
47
|
+ <div class="content">
|
|
48
|
+ <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.dialyser_sterilised)}}</span>
|
|
49
|
+ <span class="iconfont"></span>
|
|
50
|
+ </div>
|
|
51
|
+ </div>
|
|
52
|
+ <div class="item" value="item" @click="itemClick(79,'filtryzer')" ref="filtryzer">
|
|
53
|
+ <label class="name">中空纤维透析器</label>
|
|
54
|
+ <div class="content">
|
|
55
|
+ <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.filtryzer)}}</span>
|
|
56
|
+ <span class="iconfont"></span>
|
|
57
|
+ </div>
|
|
58
|
+ </div>
|
|
59
|
+ </div>
|
|
60
|
+ </div>
|
|
61
|
+ <new-check-box-sub-menu :show="is_show" v-on:menu-cancle="menuCancle" v-on:menu-comfirm="menuComfirm"
|
|
62
|
+ v-on:menu-empty="menuEmpty"
|
|
63
|
+ :propsForm="propForm"></new-check-box-sub-menu>
|
|
64
|
+ </div>
|
|
65
|
+</template>
|
|
66
|
+
|
|
67
|
+<script>
|
|
68
|
+ import {getWarehouseGoodInfo} from '@/api/stock'
|
|
69
|
+
|
|
70
|
+ import NewCheckBoxSubMenu from './newCheckBoxSubMenu'
|
|
71
|
+
|
|
72
|
+ export default {
|
|
73
|
+ name: 'multipleSubMenu',
|
|
74
|
+ components: {NewCheckBoxSubMenu},
|
|
75
|
+ data () {
|
|
76
|
+ return {
|
|
77
|
+ is_show: false,
|
|
78
|
+ propForm: {
|
|
79
|
+ title: '',
|
|
80
|
+ list: [],
|
|
81
|
+ optionList: [],
|
|
82
|
+ isMultiple: 2,
|
|
83
|
+ result: [], //选中的值
|
|
84
|
+ type: 1, //用来区分不同子菜单,方便对返回值进行赋值
|
|
85
|
+ selectId: 0
|
|
86
|
+ }
|
|
87
|
+ }
|
|
88
|
+ },
|
|
89
|
+
|
|
90
|
+ props: {
|
|
91
|
+ dialysisPrescription: {
|
|
92
|
+ type: Object,
|
|
93
|
+ },
|
|
94
|
+ info: {
|
|
95
|
+ type: Array,
|
|
96
|
+ default: function () {
|
|
97
|
+ return new Array()
|
|
98
|
+ }
|
|
99
|
+ },
|
|
100
|
+ visibility: {
|
|
101
|
+ type: Boolean,
|
|
102
|
+ default: false
|
|
103
|
+ }
|
|
104
|
+ }, methods: {
|
|
105
|
+ success: function () {
|
|
106
|
+ this.$emit('menu-comfirm-two', this.dialysisPrescription)
|
|
107
|
+ }, closeDialog () {
|
|
108
|
+ this.$emit('menu-cancel-two')
|
|
109
|
+ },
|
|
110
|
+ itemClick (type_id, name) {
|
|
111
|
+ getWarehouseGoodInfo(type_id).then(response => {
|
|
112
|
+ if (response.data.state == 0) {
|
|
113
|
+ Toast.fail(response.data.msg)
|
|
114
|
+ return false
|
|
115
|
+ } else {
|
|
116
|
+ switch (name) {
|
|
117
|
+ case 'niprocart':
|
|
118
|
+ this.propForm.type = 1
|
|
119
|
+ this.propForm.title = '血液透析干粉'
|
|
120
|
+ this.propForm.list = []
|
|
121
|
+ this.propForm.optionList = []
|
|
122
|
+ this.propForm.optionList = response.data.data.list
|
|
123
|
+ this.propForm.isMultiple = 1
|
|
124
|
+ this.propForm.selectId = this.dialysisPrescription.niprocart
|
|
125
|
+ this.propForm.click_ref = 'niprocart'
|
|
126
|
+ this.is_show = true
|
|
127
|
+ this.visibility = false
|
|
128
|
+
|
|
129
|
+ break
|
|
130
|
+ case 'jms':
|
|
131
|
+ this.propForm.type = 2
|
|
132
|
+ this.propForm.title = '一次性使用动静脉穿刺针'
|
|
133
|
+ this.propForm.list = []
|
|
134
|
+ this.propForm.optionList = []
|
|
135
|
+ this.propForm.optionList = response.data.data.list
|
|
136
|
+ this.propForm.isMultiple = 1
|
|
137
|
+ this.propForm.selectId = this.dialysisPrescription.jms
|
|
138
|
+ this.propForm.click_ref = 'jms'
|
|
139
|
+ this.is_show = true
|
|
140
|
+ this.visibility = false
|
|
141
|
+
|
|
142
|
+ break
|
|
143
|
+
|
|
144
|
+ case 'fistula_needle_set':
|
|
145
|
+ this.propForm.type = 3
|
|
146
|
+ this.is_show = true
|
|
147
|
+ this.visibility = false
|
|
148
|
+ this.propForm.title = '内瘘管翼状针'
|
|
149
|
+
|
|
150
|
+ this.propForm.list = []
|
|
151
|
+ this.propForm.optionList = []
|
|
152
|
+ this.propForm.optionList = response.data.data.list
|
|
153
|
+ this.propForm.isMultiple = 1
|
|
154
|
+ this.propForm.selectId = this.dialysisPrescription.fistula_needle_set
|
|
155
|
+ this.propForm.click_ref = 'perfusion_apparatus'
|
|
156
|
+
|
|
157
|
+ break
|
|
158
|
+ case 'fistula_needle_set_16':
|
|
159
|
+ this.propForm.type = 4
|
|
160
|
+ this.is_show = true
|
|
161
|
+ this.visibility = false
|
|
162
|
+ this.propForm.title = '内瘘管翼状针16G'
|
|
163
|
+
|
|
164
|
+ this.propForm.list = []
|
|
165
|
+ this.propForm.optionList = []
|
|
166
|
+ this.propForm.optionList = response.data.data.list
|
|
167
|
+ this.propForm.isMultiple = 1
|
|
168
|
+ this.propForm.selectId = this.dialysisPrescription.fistula_needle_set_16
|
|
169
|
+ this.propForm.click_ref = 'fistula_needle_set_16'
|
|
170
|
+
|
|
171
|
+ break
|
|
172
|
+
|
|
173
|
+ case 'hemoperfusion':
|
|
174
|
+ this.propForm.type = 5
|
|
175
|
+
|
|
176
|
+ this.propForm.title = '一次性使用血液灌流器'
|
|
177
|
+ this.is_show = true
|
|
178
|
+ this.visibility = false
|
|
179
|
+ this.propForm.list = []
|
|
180
|
+ this.propForm.optionList = []
|
|
181
|
+ this.propForm.optionList = response.data.data.list
|
|
182
|
+ this.propForm.isMultiple = 1
|
|
183
|
+ this.propForm.selectId = this.dialysisPrescription.hemoperfusion
|
|
184
|
+ this.propForm.click_ref = 'hemoperfusion'
|
|
185
|
+ break
|
|
186
|
+ case 'dialyser_sterilised':
|
|
187
|
+ this.propForm.type = 6
|
|
188
|
+
|
|
189
|
+ this.propForm.title = '空心纤维血液透析器'
|
|
190
|
+ this.is_show = true
|
|
191
|
+ this.visibility = false
|
|
192
|
+ this.propForm.list = []
|
|
193
|
+ this.propForm.optionList = []
|
|
194
|
+ this.propForm.optionList = response.data.data.list
|
|
195
|
+ this.propForm.isMultiple = 1
|
|
196
|
+ this.propForm.selectId = this.dialysisPrescription.dialyser_sterilised
|
|
197
|
+ this.propForm.click_ref = 'dialyser_sterilised'
|
|
198
|
+ break
|
|
199
|
+ case 'filtryzer':
|
|
200
|
+ this.propForm.type = 7
|
|
201
|
+ this.is_show = true
|
|
202
|
+ this.visibility = false
|
|
203
|
+ this.propForm.title = '中空纤维透析器'
|
|
204
|
+ this.propForm.list = []
|
|
205
|
+ this.propForm.optionList = []
|
|
206
|
+ this.propForm.optionList = response.data.data.list
|
|
207
|
+ this.propForm.isMultiple = 1
|
|
208
|
+ this.propForm.selectId = this.dialysisPrescription.filtryzer
|
|
209
|
+ this.propForm.click_ref = 'filtryzer'
|
|
210
|
+ break
|
|
211
|
+
|
|
212
|
+ }
|
|
213
|
+ }
|
|
214
|
+ })
|
|
215
|
+ }, getValue (id) {
|
|
216
|
+ if (id == 0 || id == '') {
|
|
217
|
+ return ''
|
|
218
|
+ }
|
|
219
|
+ for (let i = 0; i < this.info.length; i++) {
|
|
220
|
+ if (this.info[i].id == id) {
|
|
221
|
+ return this.info[i].specification_name
|
|
222
|
+ }
|
|
223
|
+ }
|
|
224
|
+ }, menuCancle: function () {
|
|
225
|
+ this.is_show = false
|
|
226
|
+ this.visibility = true
|
|
227
|
+ }, menuComfirm: function (val) {
|
|
228
|
+ this.is_show = false
|
|
229
|
+ this.visibility = true
|
|
230
|
+ this.$nextTick(() => {
|
|
231
|
+ if (this.$refs[this.propForm.click_ref] != undefined && this.$refs[this.propForm.click_ref] != null) {
|
|
232
|
+ this.$refs[this.propForm.click_ref].scrollIntoView()
|
|
233
|
+ }
|
|
234
|
+ })
|
|
235
|
+ switch (val.type) {
|
|
236
|
+ case 1:
|
|
237
|
+ if (val.selectId != -2) {
|
|
238
|
+ this.dialysisPrescription.niprocart = val.selectId
|
|
239
|
+ }
|
|
240
|
+ break
|
|
241
|
+ case 2:
|
|
242
|
+ if (val.selectId != -2) {
|
|
243
|
+ this.dialysisPrescription.jms = val.selectId
|
|
244
|
+ }
|
|
245
|
+ break
|
|
246
|
+ case 3:
|
|
247
|
+ if (val.selectId != -2) {
|
|
248
|
+ this.dialysisPrescription.fistula_needle_set = val.selectId
|
|
249
|
+ }
|
|
250
|
+ break
|
|
251
|
+ case 4:
|
|
252
|
+ if (val.selectId != -2) {
|
|
253
|
+
|
|
254
|
+ this.dialysisPrescription.fistula_needle_set_16 = val.selectId
|
|
255
|
+ }
|
|
256
|
+ break
|
|
257
|
+ case 5:
|
|
258
|
+ if (val.selectId != -2) {
|
|
259
|
+
|
|
260
|
+ this.dialysisPrescription.hemoperfusion = val.selectId
|
|
261
|
+ }
|
|
262
|
+ break
|
|
263
|
+ case 6:
|
|
264
|
+ if (val.selectId != -2) {
|
|
265
|
+ this.dialysisPrescription.dialyser_sterilised = val.selectId
|
|
266
|
+ }
|
|
267
|
+ break
|
|
268
|
+ case 7:
|
|
269
|
+ if (val.selectId != -2) {
|
|
270
|
+ this.dialysisPrescription.filtryzer = val.selectId
|
|
271
|
+ }
|
|
272
|
+ break
|
|
273
|
+ }
|
|
274
|
+ },
|
|
275
|
+
|
|
276
|
+ }
|
|
277
|
+ }
|
|
278
|
+</script>
|
|
279
|
+
|
|
280
|
+<style style="stylesheet/scss" scoped>
|
|
281
|
+ .DialogContent {
|
|
282
|
+ // padding-bottom:2rem !important;
|
|
283
|
+
|
|
284
|
+ .textarea {
|
|
285
|
+ width: 100%;
|
|
286
|
+ height: 2.4rem;
|
|
287
|
+ line-height: 0.6rem;
|
|
288
|
+ color: $pgh-color;
|
|
289
|
+ font-size: 0.28rem;
|
|
290
|
+ padding-left: 0.36rem;
|
|
291
|
+ border: none;
|
|
292
|
+ border-bottom: 1px #e5e5e5 solid;
|
|
293
|
+ }
|
|
294
|
+ }
|
|
295
|
+</style>
|