Sfoglia il codice sorgente

标本和万能交接增加备注

seimin 4 mesi fa
parent
commit
5b6f8bb404

+ 1 - 2
pages/receipt_infopage/receipt_infopage.vue

@@ -219,8 +219,7 @@
219 219
           <text class="text2">{{ infoDATA.inspectUsersNum }}</text>
220 220
         </view>
221 221
 
222
-        <view class="page_item_foot_text"
223
-          v-if="infoDATA.taskType.associationType.value == 'other' && infoDATA.inspectUsers">
222
+        <view class="page_item_foot_text" v-if="infoDATA.taskType.associationType.value == 'other' && infoDATA.inspectUsers">
224 223
           <text class="text1">执行人员</text>
225 224
           <text class="text2">{{ infoDATA.inspectUsers }}</text>
226 225
         </view>

+ 5 - 1
pages/receiptpage/receiptpage.vue

@@ -102,6 +102,10 @@
102 102
               <view class="page_item_conts" v-if="item.taskType.associationType.value == 'specimen'">
103 103
                 <view v-if="item.overdueTime">{{ item.overdueTime }}前送达</view>
104 104
                 <view>扫描标本数量 : {{ item.actualReceiveNum || '无'}}</view>
105
+                <view style="word-break: break-all;" v-if="item.workOrderRemark">
106
+                  备注信息 :
107
+                  <text>{{ item.workOrderRemark || "暂无" }}</text>
108
+                </view>
105 109
                 <view class="line"></view>
106 110
               </view>
107 111
               <view class="page_item_conts" v-else-if="item.taskType.associationType.value == 'ordinary' && item.taskType.ordinaryField.value == 'blood'">
@@ -126,7 +130,7 @@
126 130
                 </view>
127 131
                 <view style="word-break: break-all;" v-if="item.workOrderRemark">
128 132
                   备注信息 :
129
-                  <text>{{ item.workOrderRemark || "暂无" }}</text>
133
+                  <text>{{ item.workOrderRemark || "s" }}</text>
130 134
                 </view>
131 135
                 <view v-if="item.patient.careLevel">
132 136
                   护理等级 :