Parcourir la source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 il y a 9 mois
Parent
révision
a372cf1f9c

+ 4 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue Voir le fichier

@@ -2920,20 +2920,20 @@
2920 2920
                           <template
2921 2921
                             v-if="
2922 2922
                               record.prescription &&
2923
-                              record.prescription.creater
2923
+                              record.prescription.prescription_doctor
2924 2924
                             "
2925 2925
                           >
2926 2926
                             <span
2927 2927
                               v-if="
2928 2928
                                 setAdminUserES(
2929 2929
                                   record.prescription,
2930
-                                  'creater'
2930
+                                  'prescription_doctor'
2931 2931
                                 ) == ''
2932 2932
                               "
2933 2933
                               >{{
2934 2934
                                 getAdminUser(
2935 2935
                                   record.prescription,
2936
-                                  "creater"
2936
+                                  "prescription_doctor"
2937 2937
                                 )
2938 2938
                               }}</span
2939 2939
                             >
@@ -2942,7 +2942,7 @@
2942 2942
                               :src="
2943 2943
                                 setAdminUserES(
2944 2944
                                   record.prescription,
2945
-                                  'creater'
2945
+                                  'prescription_doctor'
2946 2946
                                 )
2947 2947
                               "
2948 2948
                               alt=""

+ 1 - 1
src/xt_pages/stock/drugs/historyDrugInvetory.vue Voir le fichier

@@ -96,7 +96,7 @@
96 96
             </el-table-column>
97 97
             <el-table-column label="入库数量"  align="center">
98 98
               <template slot-scope="scope">
99
-                {{scope.row.warehousing_count}}
99
+                {{scope.row.warehousing_count}}{{scope.row.max_unit}}
100 100
               </template>
101 101
             </el-table-column>
102 102
             <el-table-column label="有效期"  align="center">

+ 2 - 2
src/xt_pages/stock/drugs/newDrugInventory.vue Voir le fichier

@@ -836,8 +836,8 @@ export default {
836 836
                 list[i].drug_name = list[i].XtBaseDrug.drug_name
837 837
                 list[i].specification_name = list[i].XtBaseDrug.dose +list[i].XtBaseDrug.dose_unit + "*"+list[i].XtBaseDrug.min_number +list[i].XtBaseDrug.min_unit+"/"+list[i].XtBaseDrug.max_unit
838 838
                 list[i].warehouseing_unit = list[i].max_unit
839
-                list[i].max_unit = list[i].XtBaseDrug.max_unit
840
-                list[i].min_unit = list[i].XtBaseDrug.min_unit
839
+                list[i].base_max_unit = list[i].XtBaseDrug.max_unit
840
+                list[i].base_min_unit = list[i].XtBaseDrug.min_unit
841 841
                 list[i].last_stock_max_number = ""
842 842
                 list[i].last_stock_min_number = ""
843 843
                 list[i].min_number = list[i].XtBaseDrug.min_number