浏览代码

优化工单备注的位置

seimin 3 年之前
父节点
当前提交
a6dc7bcf90
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      pages/receipt_infopage/receipt_infopage.vue

+ 6 - 6
pages/receipt_infopage/receipt_infopage.vue

@@ -121,6 +121,12 @@
121
             infoDATA.patient ? infoDATA.patient.bedNum : "-"
121
             infoDATA.patient ? infoDATA.patient.bedNum : "-"
122
           }}</text>
122
           }}</text>
123
         </view>
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
         <view class="page_item_foot_text" v-if="
130
         <view class="page_item_foot_text" v-if="
125
             infoDATA.taskType.associationType.value == 'inspect' ||
131
             infoDATA.taskType.associationType.value == 'inspect' ||
126
             infoDATA.taskType.associationType.value == 'patientTransport'
132
             infoDATA.taskType.associationType.value == 'patientTransport'
@@ -245,12 +251,6 @@
245
           <text class="cubeic-pullup icon_transport transport-paixujiantoushang"></text>
251
           <text class="cubeic-pullup icon_transport transport-paixujiantoushang"></text>
246
         </view>
252
         </view>
247
       </view>
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
     </view>
254
     </view>
255
     <view class="foot_btn2">
255
     <view class="foot_btn2">
256
       <view class="btn2" @click="showAlert" v-if="infoDATA.gdState.value == 2">抢单</view>
256
       <view class="btn2" @click="showAlert" v-if="infoDATA.gdState.value == 2">抢单</view>