Browse Source

新分支

28169 1 year ago
parent
commit
b96b42e94e

+ 12 - 1
src/xt_pages/device/objectTableDisinfectTwo.vue View File

1094
                                 <td>楼层</td>
1094
                                 <td>楼层</td>
1095
                                 <td>湿化瓶<br/>500mg/l含氯制剂</td>
1095
                                 <td>湿化瓶<br/>500mg/l含氯制剂</td>
1096
                                 <td>负责人</td>
1096
                                 <td>负责人</td>
1097
+                                <td width="50px">检查合格<br/></td>
1097
                                 <td>止血带<br/>500mg/l含氯制剂</td>
1098
                                 <td>止血带<br/>500mg/l含氯制剂</td>
1098
                                 <td>负责人</td>
1099
                                 <td>负责人</td>
1100
+                                <td width="50px">检查合格<br/></td>
1099
                                 <td>医疗垃圾桶<br/>1000mg/l含氯制剂</td>
1101
                                 <td>医疗垃圾桶<br/>1000mg/l含氯制剂</td>
1100
                                 <td>负责人</td>
1102
                                 <td>负责人</td>
1103
+                                <td width="50px">检查合格<br/></td>
1101
                                 <td>体温计<br/>75%酒精<br/>浸泡</td>
1104
                                 <td>体温计<br/>75%酒精<br/>浸泡</td>
1102
                                 <td>负责人</td>
1105
                                 <td>负责人</td>
1106
+                                <td width="50px">检查合格<br/></td>
1103
                                 <td>体温枪<br/>75%酒精<br/>擦拭</td>
1107
                                 <td>体温枪<br/>75%酒精<br/>擦拭</td>
1104
                                 <td>负责人</td>
1108
                                 <td>负责人</td>
1109
+                                <td>检查合格<br/></td>
1105
                                
1110
                                
1106
                             </tr>
1111
                             </tr>
1107
 
1112
 
1117
                                     <img style="height:30px;" :src="setAdminUserES(item.last_creator?item.last_creator:item.last_creator)" alt="" srcset="">
1122
                                     <img style="height:30px;" :src="setAdminUserES(item.last_creator?item.last_creator:item.last_creator)" alt="" srcset="">
1118
                                 </span>   
1123
                                 </span>   
1119
                                 </td>
1124
                                 </td>
1125
+
1126
+                                <td>是<br/></td>
1127
+
1120
                                 <td>{{getTimeTwo(item.sencond_start_time) }} - {{getTimeTwo( item.sencond_end_time) }}</td>
1128
                                 <td>{{getTimeTwo(item.sencond_start_time) }} - {{getTimeTwo( item.sencond_end_time) }}</td>
1121
                                 <td>
1129
                                 <td>
1122
                                  <span v-if="setAdminUserES(item.sencond_creator?item.sencond_creator:item.sencond_creator) == ''">
1130
                                  <span v-if="setAdminUserES(item.sencond_creator?item.sencond_creator:item.sencond_creator) == ''">
1126
                                     <img style="height:30px;" :src="setAdminUserES(item.sencond_creator?item.sencond_creator:item.sencond_creator)" alt="" srcset="">
1134
                                     <img style="height:30px;" :src="setAdminUserES(item.sencond_creator?item.sencond_creator:item.sencond_creator)" alt="" srcset="">
1127
                                 </span>   
1135
                                 </span>   
1128
                                 </td>
1136
                                 </td>
1137
+                                <td>是<br/></td>
1129
                                 <td>{{getTimeTwo(item.third_start_time) }} - {{getTimeTwo(item.third_end_time)  }}</td>
1138
                                 <td>{{getTimeTwo(item.third_start_time) }} - {{getTimeTwo(item.third_end_time)  }}</td>
1130
                                 <td>
1139
                                 <td>
1131
                                     <span v-if="setAdminUserES(item.third_creator?item.third_creator:item.third_creator) == ''">
1140
                                     <span v-if="setAdminUserES(item.third_creator?item.third_creator:item.third_creator) == ''">
1135
                                     <img style="height:30px;" :src="setAdminUserES(item.third_creator?item.third_creator:item.third_creator)" alt="" srcset="">
1144
                                     <img style="height:30px;" :src="setAdminUserES(item.third_creator?item.third_creator:item.third_creator)" alt="" srcset="">
1136
                                 </span>   
1145
                                 </span>   
1137
                                 </td>
1146
                                 </td>
1147
+
1148
+                                <td>是<br/></td>
1138
                                 <td>{{getTimeTwo(item.fourth_start_time)  }} - {{getTimeTwo(item.fourth_end_time)  }}</td>
1149
                                 <td>{{getTimeTwo(item.fourth_start_time)  }} - {{getTimeTwo(item.fourth_end_time)  }}</td>
1139
                                 <td>
1150
                                 <td>
1140
                                     <span v-if="setAdminUserES(item.fourth_creator?item.fourth_creator:item.fourth_creator) == ''">
1151
                                     <span v-if="setAdminUserES(item.fourth_creator?item.fourth_creator:item.fourth_creator) == ''">
1153
                                     <img style="height:30px;" :src="setAdminUserES(item.last_creator?item.last_creator:item.last_creator)" alt="" srcset="">
1164
                                     <img style="height:30px;" :src="setAdminUserES(item.last_creator?item.last_creator:item.last_creator)" alt="" srcset="">
1154
                                 </span>   
1165
                                 </span>   
1155
                                 </td>
1166
                                 </td>
1156
-                              
1167
+                                <td>是<br/></td>
1157
                             </tr>
1168
                             </tr>
1158
                          </table>   
1169
                          </table>   
1159
 
1170
 

+ 1 - 2
src/xt_pages/dialysis/details/consumable/dialysisGood.vue View File

20
                       :editable="false" :clearable="false" style="width: 196px;margin-right:10px;" type="date"
20
                       :editable="false" :clearable="false" style="width: 196px;margin-right:10px;" type="date"
21
                       format="yyyy-MM-dd"
21
                       format="yyyy-MM-dd"
22
                       value-format="yyyy-MM-dd"
22
                       value-format="yyyy-MM-dd"
23
-                      placeholder="选择日期时间" align="right"
24
-                      :picker-options="pickerOptions"></el-date-picker>
23
+                      placeholder="选择日期时间" align="right"></el-date-picker>
25
       <el-input size="small" style="width: 180px;" @keyup.enter.native='searchAction' v-model.trim="search_input"
24
       <el-input size="small" style="width: 180px;" @keyup.enter.native='searchAction' v-model.trim="search_input"
26
                 class="filter-item" v-model="query.keywords"/>
25
                 class="filter-item" v-model="query.keywords"/>
27
       <el-button size="small" class="filter-item" type="primary" icon="el-icon-search" @click="search">搜索</el-button>
26
       <el-button size="small" class="filter-item" type="primary" icon="el-icon-search" @click="search">搜索</el-button>

+ 1 - 1
src/xt_pages/dialysis/details/consumable/dialysisParameter.vue View File

21
                       format="yyyy-MM-dd"
21
                       format="yyyy-MM-dd"
22
                       value-format="yyyy-MM-dd"
22
                       value-format="yyyy-MM-dd"
23
                       placeholder="选择日期时间" align="right"
23
                       placeholder="选择日期时间" align="right"
24
-                      :picker-options="pickerOptions"></el-date-picker>
24
+                      ></el-date-picker>
25
       <el-input size="small" style="width: 180px;" @keyup.enter.native='searchAction' v-model.trim="search_input"
25
       <el-input size="small" style="width: 180px;" @keyup.enter.native='searchAction' v-model.trim="search_input"
26
                 class="filter-item" v-model="query.keywords"/>
26
                 class="filter-item" v-model="query.keywords"/>
27
       <el-button size="small" class="filter-item" type="primary" icon="el-icon-search" @click="search">搜索</el-button>
27
       <el-button size="small" class="filter-item" type="primary" icon="el-icon-search" @click="search">搜索</el-button>

+ 3 - 3
src/xt_pages/stock/stockOutOrderEdit.vue View File

717
               "storehouse_id":parseInt(this.storehouse_id),
717
               "storehouse_id":parseInt(this.storehouse_id),
718
             }
718
             }
719
 
719
 
720
-
720
+            console.log("paramswowowoowow",params)
721
             var warehout_id = parseInt(this.$route.query.id)
721
             var warehout_id = parseInt(this.$route.query.id)
722
            
722
            
723
             editWarehouseoutInfo(params, this.warehouse_out_time, warehout_id, this.$route.query.type, this.form.manufacturer, this.form.dealer,this.storehouse_id).then(response => {
723
             editWarehouseoutInfo(params, this.warehouse_out_time, warehout_id, this.$route.query.type, this.form.manufacturer, this.form.dealer,this.storehouse_id).then(response => {
835
             
835
             
836
               
836
               
837
             if( val.first_xt_warehouse_info!=null&&val.first_xt_warehouse_info.expiry_date >0){
837
             if( val.first_xt_warehouse_info!=null&&val.first_xt_warehouse_info.expiry_date >0){
838
-              this.recordInfo.recordData[i].expiry_date = this.getTime(val.first_xt_warehouse_info.expiry_date)
838
+              this.recordInfo.recordData[i].expiry_date = this.getTime(val.first_xt_warehouse_info.expiry_date,"{y}-{m}-{d}")
839
             }else{
839
             }else{
840
               this.recordInfo.recordData[i].expiry_date = ""
840
               this.recordInfo.recordData[i].expiry_date = ""
841
             }
841
             }
842
 
842
 
843
             if( val.first_xt_warehouse_info!=null&&val.first_xt_warehouse_info.product_date >0){
843
             if( val.first_xt_warehouse_info!=null&&val.first_xt_warehouse_info.product_date >0){
844
-              this.recordInfo.recordData[i].product_date = this.getTime(val.first_xt_warehouse_info.product_date)
844
+              this.recordInfo.recordData[i].product_date = this.getTime(val.first_xt_warehouse_info.product_date,"{y}-{m}-{d}")
845
             }else{
845
             }else{
846
               this.recordInfo.recordData[i].product_date = ""
846
               this.recordInfo.recordData[i].product_date = ""
847
             }
847
             }