|
@@ -6,11 +6,11 @@
|
6
|
6
|
<view class="page_item_top">
|
7
|
7
|
<view class="page_item_top-inner">
|
8
|
8
|
<view class="page_item_top_L">
|
9
|
|
- <text class="L_text">请领单:{{ drugsBagDto.packid||'暂无' }}</text>
|
|
9
|
+ <text class="L_text">请领单:{{ drugsBagDto.packid||'-' }}</text>
|
10
|
10
|
</view>
|
11
|
11
|
<view class="page_item_top_R">
|
12
|
12
|
<text class="L_iocn">{{
|
13
|
|
- drugsBagDto.drugsState ? drugsBagDto.drugsState.name : "暂无"
|
|
13
|
+ drugsBagDto.drugsState ? drugsBagDto.drugsState.name : "-"
|
14
|
14
|
}}</text>
|
15
|
15
|
</view>
|
16
|
16
|
</view>
|
|
@@ -21,7 +21,7 @@
|
21
|
21
|
<text>药包类型</text>
|
22
|
22
|
<text class="text_big">
|
23
|
23
|
<text>
|
24
|
|
- {{drugsBagDto.packType ? DRUGSBAG_TYPE[drugsBagDto.packType] : "暂无"}}
|
|
24
|
+ {{drugsBagDto.packType ? DRUGSBAG_TYPE[drugsBagDto.packType] : "-"}}
|
25
|
25
|
</text>
|
26
|
26
|
</text>
|
27
|
27
|
</view>
|
|
@@ -30,7 +30,7 @@
|
30
|
30
|
<view class="page_item_cont_title_C">
|
31
|
31
|
<text>记账时间</text>
|
32
|
32
|
<text class="text_big">
|
33
|
|
- <text>{{ drugsBagDto.creatTime||'暂无' }}</text>
|
|
33
|
+ <text>{{ drugsBagDto.creatTime||'-' }}</text>
|
34
|
34
|
</text>
|
35
|
35
|
</view>
|
36
|
36
|
</view>
|
|
@@ -39,7 +39,7 @@
|
39
|
39
|
<text>请领科室</text>
|
40
|
40
|
<text class="text_big">
|
41
|
41
|
<text>{{
|
42
|
|
- drugsBagDto.target ? drugsBagDto.target.dept : "暂无"
|
|
42
|
+ drugsBagDto.target ? drugsBagDto.target.dept : "-"
|
43
|
43
|
}}</text>
|
44
|
44
|
</text>
|
45
|
45
|
</view>
|
|
@@ -48,7 +48,7 @@
|
48
|
48
|
<view class="page_item_cont_title_C">
|
49
|
49
|
<text>单号</text>
|
50
|
50
|
<text class="text_big">
|
51
|
|
- <text>{{ workOrder.gdcode||'暂无' }}</text>
|
|
51
|
+ <text>{{ workOrder.gdcode||'-' }}</text>
|
52
|
52
|
</text>
|
53
|
53
|
</view>
|
54
|
54
|
</view>
|
|
@@ -57,7 +57,7 @@
|
57
|
57
|
<text>状态</text>
|
58
|
58
|
<text class="text_big">
|
59
|
59
|
<text>{{
|
60
|
|
- workOrder.gdState ? workOrder.gdState.name : "暂无"
|
|
60
|
+ workOrder.gdState ? workOrder.gdState.name : "-"
|
61
|
61
|
}}</text>
|
62
|
62
|
</text>
|
63
|
63
|
</view>
|
|
@@ -66,7 +66,7 @@
|
66
|
66
|
<view class="page_item_cont_title_C">
|
67
|
67
|
<text>服务人员</text>
|
68
|
68
|
<text class="text_big">
|
69
|
|
- <text>{{ workOrder.worker ? workOrder.worker.name : "暂无" }}</text>
|
|
69
|
+ <text>{{ workOrder.worker ? workOrder.worker.name : "-" }}</text>
|
70
|
70
|
</text>
|
71
|
71
|
</view>
|
72
|
72
|
</view>
|