Bladeren bron

518合并代码

XMLWAN 2 jaren geleden
bovenliggende
commit
59d3f4d42c

+ 2 - 17
src/api/warehouse.js Bestand weergeven

@@ -131,14 +131,7 @@ export function updatedrugout(params) {
131 131
     params: params
132 132
   })
133 133
 }
134
-// 获取管理员列表(已渲染)
135
-export function getusername(params) {
136
-  return request({
137
-    url: '/api/secondary/getusername',
138
-    method: 'get',
139
-    params: params
140
-  })
141
-}
134
+
142 135
 // 获取当前登录人的id(已渲染)
143 136
 export function getcreaterid(params) {
144 137
   return request({
@@ -147,7 +140,7 @@ export function getcreaterid(params) {
147 140
     params: params
148 141
   })
149 142
 }
150
-//获取管理员列表(已渲染)
143
+// 获取管理员列表(已渲染)
151 144
 export function getusername(params) {
152 145
   return request({
153 146
     url: '/api/secondary/getusername',
@@ -155,11 +148,3 @@ export function getusername(params) {
155 148
     params: params
156 149
   })
157 150
 }
158
-//获取当前登录人的id(已渲染)
159
-export function getcreaterid(params) {
160
-  return request({
161
-    url: '/api/secondary/getcreaterid',
162
-    method: 'get',
163
-    params: params
164
-  })
165
-}

+ 2 - 2
src/xt_pages/dialysis/PatientBox.vue Bestand weergeven

@@ -42,9 +42,9 @@
42 42
             </span>
43 43
           </div>
44 44
 
45
-          <!-- <div class="difficult">
45
+          <div class="difficult" v-if="schedule.patient.troble_shoot == 1">
46 46
             疑难内瘘
47
-          </div> -->
47
+          </div>
48 48
         </div>
49 49
         </div>
50 50
         <div>

+ 149 - 127
src/xt_pages/hospitalStation/components/deskPrescription.vue Bestand weergeven

@@ -2697,7 +2697,7 @@ export default {
2697 2697
       this.$refs.additionalCharges.show()
2698 2698
     },
2699 2699
     selectDrugs(selection, row) {
2700
-        if (row.sum_count <= 0) {
2700
+    if (row.sum_count <= 0) {
2701 2701
       if (this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217) {
2702 2702
         if (row.count <= 0) {
2703 2703
           if (selection) {
@@ -2739,8 +2739,8 @@ export default {
2739 2739
       //     }
2740 2740
       //     this.$message.error(row.drug_name + '库存不足')
2741 2741
       //     return
2742
-      //   }
2743
-      // }
2742
+        }
2743
+      }
2744 2744
       this.curDrugs = selection
2745 2745
     },
2746 2746
 
@@ -2997,142 +2997,164 @@ export default {
2997 2997
     }, changeAllGoodInfoTableDataTwo(row) {
2998 2998
       this.teamList = row
2999 2999
     },
3000
-    selectChange(selection, row) {
3001
-      if(row.sum_count <=0){
3002
-       if(selection){
3003
-          selection.forEach(row => {
3004
-            if (row.sum_count <= 0) {
3005
-              this.$refs.tables.toggleRowSelection(row)
3006
-            }else{
3007
-               this.$refs.tables.clearSelection()
3008
-      console.log('row', row)
3009
-      if (this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 10188  || this.org_id == 9956 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217) {
3010
-        if (row.stock_count <= 0) {
3011
-          if (row.type == 3) {
3012
-            if (selection) {
3000
+         selectChange(selection, row) {
3001
+        if(row.sum_count <=0){
3002
+          if(selection){
3013 3003
               selection.forEach(row => {
3014
-                if (row.stock_count <= 0) {
3004
+                if (row.sum_count <= 0) {
3015 3005
                   this.$refs.tables.toggleRowSelection(row)
3006
+                }else{
3007
+                  this.$refs.tables.clearSelection()
3016 3008
                 }
3009
+                this.$message.error(row.project_name + '库存不足')
3010
+                return
3017 3011
               })
3018
-            } else {
3019
-              this.$refs.tables.clearSelection()
3020
-            }
3021
-             this.$message.error(row.project_name + '库存不足')
3022
-             return
3023
-          })
3024
-       }
3025
-      }
3026
-      // if (this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 10188  || this.org_id == 9956 || this.org_id == 10191 || this.org_id == 10278) {
3027
-      //   if (row.stock_count <= 0) {
3028
-      //     if (row.type == 3) {
3029
-      //       if (selection) {
3030
-      //         selection.forEach(row => {
3031
-      //           if (row.stock_count <= 0) {
3032
-      //             this.$refs.tables.toggleRowSelection(row)
3033
-      //           }
3034
-      //         })
3035
-      //       } else {
3036
-      //         this.$refs.tables.clearSelection()
3037
-      //       }
3038
-      //       this.$message.error(row.project_name + '库存不足')
3039
-      //       return
3040
-      //     }
3041
-      //   }
3042
-      // } else {
3043
-      //   if (row.total <= 0) {
3044
-      //     if (row.type == 3) {
3045
-      //       if (selection) {
3046
-      //         selection.forEach(row => {
3047
-      //           if (row.total <= 0) {
3048
-      //             this.$refs.tables.toggleRowSelection(row)
3049
-      //           }
3050
-      //         })
3051
-      //       } else {
3052
-      //         this.$refs.tables.clearSelection()
3053
-      //       }
3054
-      //       this.$message.error(row.project_name + '库存不足')
3055
-      //       return
3056
-      //     }
3057
-      //   }
3012
+          }
3013
+        }
3014
+        // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278){
3015
+        //    if (row.stock_count <= 0) {
3016
+        //     if (row.type == 3) {
3017
+        //       if (selection) {
3018
+        //         selection.forEach(row => {
3019
+        //           if (row.stock_count <= 0) {
3020
+        //             this.$refs.tables.toggleRowSelection(row)
3021
+        //           }
3022
+        //         })
3023
+        //       } else {
3024
+        //         this.$refs.tables.clearSelection()
3025
+        //       }
3026
+        //       this.$message.error(row.project_name + '库存不足')
3027
+        //       return
3028
+        //     }
3029
+        //   }
3030
+        // }else{
3031
+        //    if (row.total <= 0) {
3032
+        //     if (row.type == 3) {
3033
+        //       if (selection) {
3034
+        //         selection.forEach(row => {
3035
+        //           if (row.total <= 0) {
3036
+        //             this.$refs.tables.toggleRowSelection(row)
3037
+        //           }
3038
+        //         })
3039
+        //       } else {
3040
+        //         this.$refs.tables.clearSelection()
3041
+        //       }
3042
+        //       this.$message.error(row.project_name + '库存不足')
3043
+        //       return
3044
+        //     }
3045
+        //   }
3046
+        // console.log('row', row)
3047
+        // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217){
3048
+        //    if (row.stock_count <= 0) {
3049
+        //     if (row.type == 3) {
3050
+        //       if (selection) {
3051
+        //         selection.forEach(row => {
3052
+        //           if (row.stock_count <= 0) {
3053
+        //             this.$refs.tables.toggleRowSelection(row)
3054
+        //           }
3055
+        //         })
3056
+        //       } else {
3057
+        //         this.$refs.tables.clearSelection()
3058
+        //       }
3059
+        //       this.$message.error(row.project_name + '库存不足')
3060
+        //       return
3061
+        //     }
3062
+        //   }
3063
+        // }else{
3064
+        //    if (row.total <= 0) {
3065
+        //     if (row.type == 3) {
3066
+        //       if (selection) {
3067
+        //         selection.forEach(row => {
3068
+        //           if (row.total <= 0) {
3069
+        //             this.$refs.tables.toggleRowSelection(row)
3070
+        //           }
3071
+        //         })
3072
+        //       } else {
3073
+        //         this.$refs.tables.clearSelection()
3074
+        //       }
3075
+        //       this.$message.error(row.project_name + '库存不足')
3076
+        //       return
3077
+        //     }
3078
+        //   }
3079
+        // }
3080
+        this.teamList.push(row)
3081
+      },
3082
+      getlist() {
3083
+        this.tabProject = []
3084
+        getHisProject().then(response => {
3085
+          if (response.data.state == 1) {
3086
+            var project = response.data.data.project
3087
+            console.log("项目列表",project)
3088
+            for (let i = 0; i < project.length; i++) {
3089
+              let obj = {
3090
+                id: project[i].id,
3091
+                project_name: project[i].project_name,
3092
+                statistical_classification: '',
3093
+                single_dose: project[i].single_dose,
3094
+                delivery_way: project[i].delivery_way,
3095
+                execution_frequency: project[i].execution_frequency,
3096
+                number_days: project[i].number_days,
3097
+                price: project[i].price,
3098
+                medical_code: project[i].medical_code,
3099
+                cus_total: 1,
3100
+                unit: project[i].unit,
3101
+                type: 2,
3102
+                total: project[i].total,
3103
+                is_special_diseases: project[i].disease_directory,
3104
+                project: project[i],
3105
+                stock_count:0,
3106
+                sum_count:0,
3107
+                batch_retai_price:0,
3108
+              }
3058 3109
 
3059
-      // }
3060
-      this.teamList.push(row)
3061
-    },
3062
-    getlist() {
3063
-      this.tabProject = []
3064
-      getHisProject().then(response => {
3065
-        if (response.data.state == 1) {
3066
-          var project = response.data.data.project
3067
-          for (let i = 0; i < project.length; i++) {
3068
-            let obj = {
3069
-              id: project[i].id,
3070
-              project_name: project[i].project_name,
3071
-              statistical_classification: '',
3072
-              single_dose: project[i].single_dose,
3073
-              delivery_way: project[i].delivery_way,
3074
-              execution_frequency: project[i].execution_frequency,
3075
-              number_days: project[i].number_days,
3076
-              price: project[i].price,
3077
-              medical_code: project[i].medical_code,
3078
-              cus_total: 1,
3079
-              unit: project[i].unit,
3080
-              type: 2,
3081
-              total: project[i].total,
3082
-              is_special_diseases: project[i].disease_directory,
3083
-              project: project[i],
3084
-              stock_count: 0,
3085
-              sum_count:0,
3086
-              batch_retai_price:0,
3110
+              this.tabProject.push(obj)
3087 3111
             }
3088 3112
 
3089
-            this.tabProject.push(obj)
3090
-          }
3113
+            var good_info = response.data.data.good_info
3114
+            console.log("good_info2323232323232323",good_info)
3091 3115
 
3092
-          var good_info = response.data.data.good_info
3116
+            for (let i = 0; i < good_info.length; i++) {
3117
+               good_info[i].stock_count = 0
3093 3118
 
3094
-          for (let i = 0; i < good_info.length; i++) {
3095
-            good_info[i].stock_count = 0
3096
-            if (good_info[i].good_stock_in&&good_info[i].good_stock_in.length > 0) {
3097
-              for (let j = 0; j < good_info[i].good_stock_in.length; j++) {
3098
-                good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
3119
+               if(good_info[i].batch_retai_price > 0){
3120
+                  good_info[i].packing_price = 0
3121
+                  good_info[i].packing_price = good_info[i].batch_retai_price
3122
+               }
3123
+              if(good_info[i].good_stock_in&&good_info[i].good_stock_in.length >0 ){
3124
+                for(let j=0;j<good_info[i].good_stock_in.length;j++){
3125
+                   good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
3126
+                }
3099 3127
               }
3100
-            if(good_info[i].batch_retai_price > 0){
3101
-              good_info[i].packing_price = 0
3102
-              good_info[i].packing_price = good_info[i].batch_retai_price
3103
-            }
3104
-            let obj = {
3105
-              id: good_info[i].id,
3106
-              project_name: good_info[i].good_name,
3107
-              statistical_classification: '',
3108
-              single_dose: good_info[i].specification_name,
3109
-              delivery_way: '',
3110
-              execution_frequency: '',
3111
-              number_days: 1,
3112
-              cus_total: 1,
3113
-              price: good_info[i].packing_price,
3114
-              medical_code: good_info[i].medical_insurance_number,
3115
-              unit: this.getGoodUnit(good_info[i].good_unit),
3116
-              type: 3,
3117
-              total: good_info[i].total,
3118
-              is_special_diseases: good_info[i].is_special_diseases,
3119
-              good_info: good_info[i],
3120
-              stock_count: good_info[i].stock_count,
3121
-              sum_count:good_info[i].sum_count,
3122
-              batch_retai_price:good_info[i].batch_retai_price
3128
+               console.log("耗材列表2323232322332",good_info)
3129
+              let obj = {
3130
+                id: good_info[i].id,
3131
+                project_name: good_info[i].good_name,
3132
+                statistical_classification: '',
3133
+                single_dose: good_info[i].specification_name,
3134
+                delivery_way: '',
3135
+                execution_frequency: '',
3136
+                number_days: 1,
3137
+                cus_total: 1,
3138
+                price: good_info[i].packing_price,
3139
+                medical_code: good_info[i].medical_insurance_number,
3140
+                unit: this.getGoodUnit(good_info[i].good_unit),
3141
+                type: 3,
3142
+                total: good_info[i].total,
3143
+                is_special_diseases: good_info[i].is_special_diseases,
3144
+                good_info: good_info[i],
3145
+                stock_count:good_info[i].stock_count,
3146
+                sum_count:good_info[i].sum_count,
3147
+                batch_retai_price:good_info[i].batch_retai_price
3148
+              }
3149
+              this.tabProject.push(obj)
3123 3150
             }
3124
-            this.tabProject.push(obj)
3125
-          }
3126
-
3127
-          this.allProject = this.tabProject
3128
-
3129
-
3130 3151
 
3131
-
3132
-        }
3133
-      })
3134
-
3135
-    }, deepClone(source) {
3152
+            console.log("猎豹33323232323223323223233223",this.tabProject)
3153
+            this.allProject = this.tabProject
3154
+          }
3155
+        })
3156
+      }, 
3157
+      deepClone(source) {
3136 3158
       if (!source && typeof source !== 'object') {
3137 3159
         throw new Error('error arguments', 'shallowClone')
3138 3160
       }

+ 36 - 36
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Bestand weergeven

@@ -3043,40 +3043,39 @@
3043 3043
         //       return
3044 3044
         //     }
3045 3045
         //   }
3046
-        console.log('row', row)
3047
-        if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217){
3048
-           if (row.stock_count <= 0) {
3049
-            if (row.type == 3) {
3050
-              if (selection) {
3051
-                selection.forEach(row => {
3052
-                  if (row.stock_count <= 0) {
3053
-                    this.$refs.tables.toggleRowSelection(row)
3054
-                  }
3055
-                })
3056
-              } else {
3057
-                this.$refs.tables.clearSelection()
3058
-              }
3059
-              this.$message.error(row.project_name + '库存不足')
3060
-              return
3061
-            }
3062
-          }
3063
-        }else{
3064
-           if (row.total <= 0) {
3065
-            if (row.type == 3) {
3066
-              if (selection) {
3067
-                selection.forEach(row => {
3068
-                  if (row.total <= 0) {
3069
-                    this.$refs.tables.toggleRowSelection(row)
3070
-                  }
3071
-                })
3072
-              } else {
3073
-                this.$refs.tables.clearSelection()
3074
-              }
3075
-              this.$message.error(row.project_name + '库存不足')
3076
-              return
3077
-            }
3078
-          }
3079
-
3046
+       // console.log('row', row)
3047
+        // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217){
3048
+        //    if (row.stock_count <= 0) {
3049
+        //     if (row.type == 3) {
3050
+        //       if (selection) {
3051
+        //         selection.forEach(row => {
3052
+        //           if (row.stock_count <= 0) {
3053
+        //             this.$refs.tables.toggleRowSelection(row)
3054
+        //           }
3055
+        //         })
3056
+        //       } else {
3057
+        //         this.$refs.tables.clearSelection()
3058
+        //       }
3059
+        //       this.$message.error(row.project_name + '库存不足')
3060
+        //       return
3061
+        //     }
3062
+        //   }
3063
+        // }else{
3064
+        //    if (row.total <= 0) {
3065
+        //     if (row.type == 3) {
3066
+        //       if (selection) {
3067
+        //         selection.forEach(row => {
3068
+        //           if (row.total <= 0) {
3069
+        //             this.$refs.tables.toggleRowSelection(row)
3070
+        //           }
3071
+        //         })
3072
+        //       } else {
3073
+        //         this.$refs.tables.clearSelection()
3074
+        //       }
3075
+        //       this.$message.error(row.project_name + '库存不足')
3076
+        //       return
3077
+        //     }
3078
+        //   }
3080 3079
         // }
3081 3080
         this.teamList.push(row)
3082 3081
       },
@@ -3155,8 +3154,9 @@
3155 3154
 
3156 3155
           }
3157 3156
         })
3158
-
3159
-      }, deepClone(source) {
3157
+      
3158
+      }, 
3159
+      deepClone(source) {
3160 3160
         if (!source && typeof source !== 'object') {
3161 3161
           throw new Error('error arguments', 'shallowClone')
3162 3162
         }

+ 8 - 9
src/xt_pages/stock/drugs/drugStockOutOrder.vue Bestand weergeven

@@ -21,7 +21,7 @@
21 21
               :label="option.storehouse_name"
22 22
               :value="option.id">
23 23
             </el-option>
24
-        </el-select>
24
+        </el-select> 
25 25
         <el-input
26 26
           size="small"
27 27
           style="width: 200px;"
@@ -135,7 +135,7 @@
135 135
           </template>
136 136
         </el-table-column>
137 137
 
138
-
138
+  
139 139
         <el-table-column label="操作" align="center" width="240">
140 140
           <template slot-scope="scope">
141 141
 
@@ -233,11 +233,10 @@
233 233
           </el-table-column>
234 234
           <el-table-column label="出库对象" align="center" v-if="is_sys == 0">
235 235
             <template slot-scope="scope">
236
-              <span>{{getXuserName(scope.row.admin_user_id)}} </span>
236
+              <span>{{getXuserName(scope.row.admin_user_id)}} </span>  
237 237
             </template>
238 238
           </el-table-column>
239 239
           <el-table-column label="出货单价" align="center">
240
-          <el-table-column label="出库单价" align="center">
241 240
             <template slot-scope="scope">
242 241
               <span v-if="scope.row.price > 0"> {{scope.row.price}}</span>
243 242
               <span v-if="scope.row.price == 0"> {{scope.row.retail_price}}</span>
@@ -250,8 +249,8 @@
250 249
           </el-table-column> -->
251 250
           <el-table-column label="总价" align="center">
252 251
             <template slot-scope="scope">
253
-              <span v-if="scope.row.price > 0">{{(getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.price/scope.row.min_number)/scope.row.min_number).toFixed(2)}}</span>
254
-              <span v-if="scope.row.price == 0">{{(getAllPriceOne(scope.row.drug_id,scope.row.retail_price,scope.row.min_price)/scope.row.min_number).toFixed(2)}}</span>
252
+              <span v-if="scope.row.price > 0">{{getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.price).toFixed(2)}}</span>
253
+              <span v-if="scope.row.price == 0">{{getAllPriceOne(scope.row.drug_id,scope.row.retail_price,scope.row.min_price).toFixed(2)}}</span>
255 254
             </template>
256 255
           </el-table-column>
257 256
           <el-table-column label="生产厂家" align="center">
@@ -967,7 +966,7 @@ export default {
967 966
          this.manufacturerList = response.data.data.manufacturerList
968 967
          this.dealerList = response.data.data.dealerList
969 968
          var drugFlowList = response.data.data.drugFlowList
970
-
969
+        
971 970
          if (is_sys == 1){
972 971
            if(drugFlowList.length >0){
973 972
             for(let i=0;i<drugFlowList.length;i++){
@@ -980,7 +979,7 @@ export default {
980 979
 
981 980
             }
982 981
            }
983
-
982
+        
984 983
             this.drugFlowList = drugFlowList
985 984
          }
986 985
          if(is_sys == 0 || is_sys == 12){
@@ -1006,7 +1005,7 @@ export default {
1006 1005
               list[i].number = ""
1007 1006
            }
1008 1007
          }
1009
-
1008
+        
1010 1009
          this.tableList = list
1011 1010
         }
1012 1011
      })

+ 1 - 0
src/xt_pages/stock/inventoryTransfer/index.vue Bestand weergeven

@@ -407,6 +407,7 @@ export default {
407 407
         page: this.page,
408 408
         limit: this.limit,
409 409
       };
410
+      console.log("params32232332323",params)
410 411
       getAllSecondOrderList(params).then((response) => {
411 412
         if (response.data.state == 1) {
412 413
           var list = response.data.data.list;

Diff onderdrukt omdat het te groot bestand
+ 201 - 678
src/xt_pages/stock/stockQuery.vue


+ 0 - 29
src/xt_pages/supply/components/addGoodReturn.vue Bestand weergeven

@@ -1040,8 +1040,6 @@ export default {
1040 1040
                 orderInfo[i].drug.min_number,
1041 1041
                 orderInfo[i].warehouse_out_id
1042 1042
               );
1043
-              }
1044
-             orderInfo[i].count = this.getWarehoseInfoSix(orderInfo[i].drug_warehouse_info,orderInfo[i].drug.max_unit,orderInfo[i].drug.min_unit,orderInfo[i].drug.min_number,orderInfo[i].warehouse_out_id)
1045 1043
               // orderInfo[i].count = orderInfo[i].count + orderInfo[i].supply_unit
1046 1044
             }
1047 1045
 
@@ -1067,7 +1065,6 @@ export default {
1067 1065
 
1068 1066
           this.recordInfo.tableList = [];
1069 1067
           console.log("相亲233232322332323223322323", orderInfo);
1070
-          console.log("乡里233232322332323223322323",orderInfo)
1071 1068
           this.recordInfo.tableList = orderInfo;
1072 1069
           this.tableDataList = [];
1073 1070
           this.tableDataList = orderInfo;
@@ -1463,30 +1460,6 @@ export default {
1463 1460
           for (let i = 0; i < this.recordInfo.tableList.length; i++) {
1464 1461
             if (index == i) {
1465 1462
               this.recordInfo.tableList[i].supply_count = supply_count;
1466
-    getSupplyCount(supply_count,sum_count,supply_unit,type,min_number,max_unit,min_unit,index){
1467
-     console.log("val23322323",sum_count)
1468
-      var total_count = 0
1469
-
1470
-      if(type == 1){
1471
-       if(supply_unit == max_unit){
1472
-          total_count = supply_count * min_number
1473
-       }
1474
-       if(supply_unit == min_unit){
1475
-         total_count = supply_count
1476
-       }
1477
-       console.log("sum_counts",sum_count)
1478
-       console.log("count232232332",total_count)
1479
-       if(total_count > sum_count){
1480
-         this.$message.error("数量不能大于可退数量!")
1481
-         for(let i=0;i<this.recordInfo.tableList.length;i++){
1482
-           if(index == i){
1483
-             this.recordInfo.tableList[i].supply_count = ""
1484
-           }
1485
-         }
1486
-       }else{
1487
-           for(let i=0;i<this.recordInfo.tableList.length;i++){
1488
-            if(index == i){
1489
-              this.recordInfo.tableList[i].supply_count = supply_count
1490 1463
             }
1491 1464
           }
1492 1465
         }
@@ -1514,8 +1487,6 @@ export default {
1514 1487
     },
1515 1488
 
1516 1489
     getWarehoseInfoSix(arr, max_unit, min_unit, min_number, warehouse_out_id) {
1517
-
1518
-   getWarehoseInfoSix(arr, max_unit, min_unit, min_number,warehouse_out_id) {
1519 1490
       var total = 0;
1520 1491
       var max_str = "";
1521 1492
       var min_str = "";

+ 2 - 1
src/xt_pages/user/components/PatientDetail.vue Bestand weergeven

@@ -266,7 +266,8 @@
266 266
               </el-form-item>
267 267
 
268 268
               <el-form-item label="疑难内瘘:">
269
-                <el-radio-group v-model="form.troble_shoot">
269
+
270
+                <el-radio-group v-model="form.troble_shoot" disabled>
270 271
                   <el-radio :label="1">是</el-radio>
271 272
                   <el-radio :label="2">否</el-radio>
272 273
                 </el-radio-group>

+ 6 - 26
src/xt_pages/user/components/PatientForm.vue Bestand weergeven

@@ -336,36 +336,16 @@
336 336
                   </el-checkbox-group>
337 337
                 </el-form-item>
338 338
 
339
-                  <el-form-item label="疑难内瘘:">
340
-                    <el-radio-group v-model="form.troble_shoot">
341
-                      <el-radio :label="1">是</el-radio>
342
-                      <el-radio :label="2">否</el-radio>
343
-                    </el-radio-group>
344
-                   </el-form-item>
345 339
               </el-col>
346 340
               
347
-              <!-- <el-col :span="8">
341
+              <el-col :span="8">
348 342
                 <el-form-item label="疑难内瘘 : " prop="contagions">
349
-                  <el-radio-group v-model="form.is_infectious" @change="changeInfectious">
350
-                    <el-radio :label="1">是</el-radio>
351
-                    <el-radio :label="2">否</el-radio>
352
-                  </el-radio-group>
353
-                  <el-checkbox-group
354
-                    v-model="form.contagions"
355
-                    v-if="form.is_infectious == '2'"
356
-                  >
357
-                    <el-checkbox
358
-                      v-for="item in contagionList"
359
-                      v-if="item.type == 2"
360
-                      :label="item.id"
361
-                      :key="item.id"
362
-                      name="contagions"
363
-                      :value="item.id"
364
-                      >{{ item.name }}</el-checkbox
365
-                    >
366
-                  </el-checkbox-group>
343
+                 <el-radio-group v-model="form.troble_shoot">
344
+                      <el-radio :label="1">是</el-radio>
345
+                      <el-radio :label="2">否</el-radio>
346
+                    </el-radio-group>
367 347
                 </el-form-item>
368
-              </el-col> -->
348
+              </el-col>
369 349
 
370 350
               <el-col :span="16" v-if="!isEdit">
371 351
                 <el-form-item label="检查结果日期 : ">