Browse Source

优化工单备注的位置

seimin 3 years ago
parent
commit
a6dc7bcf90
1 changed files with 6 additions and 6 deletions
  1. 6 6
      pages/receipt_infopage/receipt_infopage.vue

+ 6 - 6
pages/receipt_infopage/receipt_infopage.vue

@@ -121,6 +121,12 @@
121 121
             infoDATA.patient ? infoDATA.patient.bedNum : "-"
122 122
           }}</text>
123 123
         </view>
124
+        <view class="page_item_info" style="padding: 0;" v-if="infoDATA.workOrderRemark !== undefined">
125
+          <view class="page_item_foot_text">
126
+            <view class="text1">工单备注</view>
127
+            <view class="text2" style="float: none;word-break: break-all;">{{ infoDATA.workOrderRemark }}</view>
128
+          </view>
129
+        </view>
124 130
         <view class="page_item_foot_text" v-if="
125 131
             infoDATA.taskType.associationType.value == 'inspect' ||
126 132
             infoDATA.taskType.associationType.value == 'patientTransport'
@@ -245,12 +251,6 @@
245 251
           <text class="cubeic-pullup icon_transport transport-paixujiantoushang"></text>
246 252
         </view>
247 253
       </view>
248
-      <view class="page_item_info" v-if="infoDATA.workOrderRemark !== undefined">
249
-        <view class="page_item_foot_text">
250
-          <view class="text1">工单备注</view>
251
-          <text class="text2">{{ infoDATA.workOrderRemark }}</text>
252
-        </view>
253
-      </view>
254 254
     </view>
255 255
     <view class="foot_btn2">
256 256
       <view class="btn2" @click="showAlert" v-if="infoDATA.gdState.value == 2">抢单</view>